summaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/via-ircc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-4/+4
* irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-121-88/+66Star
* irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-121-10/+11
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* via-ircc: Remove useless return variablesPeter Senna Tschudin2014-06-031-5/+2Star
* irda: via-ircc: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-101-2/+0Star
* irda: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-301-4/+4
* via-ircc: don't return zero if via_ircc_open() failedAlexey Khoroshilov2013-08-201-4/+2Star
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-4/+2Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-4/+3Star
* irda: remove __dev* attributesBill Pemberton2012-12-031-7/+7
* drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to req...Julia Lawall2012-03-111-2/+2
* treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-2/+2
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-2/+2
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* | via-ircc: Pass PCI device pointer to dma_{alloc, free}_coherent()Ben Hutchings2011-03-301-6/+6
* | via-ircc: Use pci_{get, set}_drvdata() instead of static pointer variableBen Hutchings2011-03-301-67/+15Star
|/
* drivers/net/irda: Eliminate memory leakJulia Lawall2010-08-261-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-8/+8
* irda: convert to netdev_tx_tStephen Hemminger2009-09-011-8/+8
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-5/+5
* irda: convert via-ircc to net_device_opsStephen Hemminger2009-03-221-6/+16
* irda: convert to internal statsStephen Hemminger2009-01-061-29/+18Star
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-131-8/+8
* irda: replace __FUNCTION__ with __func__Harvey Harrison2008-07-311-40/+40
* irda: via-ircc proper dma freeingWang Chen2008-07-081-0/+3
* [netdrvr] irq handler minor cleanups in several driversJeff Garzik2008-01-291-9/+3Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-3/+0Star
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-3/+3
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-4/+4
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-5/+3Star
* [IRDA] via-ircc: fix memory leakChuck Short2006-09-291-1/+6
* [IRDA]: Replace hard-coded dev_self[] array sizes with ARRAY_SIZE()Bjorn Helgaas2006-09-221-1/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1676