aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/smsc-ircc2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28irda: move drivers/net/irda to drivers/staging/irda/driversGreg Kroah-Hartman1-3026/+0
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/net/irda/David Howells1-5/+5
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches1-63/+62
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches1-61/+69
2013-12-06irda: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-4/+4
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-5/+2
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-8/+2
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03irda: remove __dev* attributesBill Pemberton1-2/+2
2012-04-27NET: smsc-ircc2: mark non-experimentalLinus Walleij1-1/+0
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-08-03irda: use PCI_VENDOR_ID_*Jon Mason1-10/+8
2011-06-21irda: fix smsc-ircc2 section mismatch warningRandy Dunlap1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-31Revert "net: fix section mismatches"David S. Miller1-22/+22
2011-04-18net: fix section mismatchesMichał Mirosław1-22/+22
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-03smsc-ircc2: Fix section mismatch derived from smsc_ircc_pnp_probe()Sedat Dilek1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-07-21drivers/net/irda: use for_each_pci_dev()Kulikov Vasiliy1-4/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-12-04comment typo fix: sybsystem -> subsystemJean Delvare1-1/+1
2009-09-01irda: convert to netdev_tx_tStephen Hemminger1-5/+10
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-8/+8
2009-06-13irda: smsc wait count reaches -1Roel Kluin1-1/+1
2009-03-21irda: convert smsc driver to net_device_opsStephen Hemminger1-9/+21
2009-01-06irda: convert to internal statsStephen Hemminger1-24/+14
2008-12-26drivers/net/irda: fix sparse warnings: make symbols staticHannes Eder1-3/+3
2008-07-30irda: replace __FUNCTION__ with __func__Harvey Harrison1-60/+60
2008-06-11irda: remove CVS keywordsAdrian Bunk1-1/+0
2008-05-05irda: fix !PNP support for drivers/net/irda/smsc-ircc2.cIngo Molnar1-1/+4
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-13/+4
2007-10-10[IRDA]: Document the fact that smsc-ircc2 will not use PNP by defaultJonathan Bastien-Filiatrault1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-07-01smsc-ircc2: bypass PNP detection until we get the quirks worked outBjorn Helgaas1-1/+1
2007-06-28smsc-ircc2: skip preconfiguration for PNP devicesBjorn Helgaas1-7/+7
2007-05-08smsc-ircc2: add PNP supportBjorn Helgaas1-23/+75
2007-05-08smsc-ircc2: tidy up module parameter checkingBjorn Helgaas1-6/+8
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[IrDA]: SMC SuperIO Chip LPC47N227 not identified properlyPeter Kovar1-0/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-09-28[IrDA] smsc-ircc: More laptops detectedLinus Walleij (LD/EAB1-2/+36
2006-07-12[PATCH] smsc-ircc2: fix section reference mismatchesDmitry Torokhov1-1/+1
2006-05-09[IRDA]: smsc-ircc: Minimal hotplug support.David Brownell1-1/+13