aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/irda-usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28irda: move drivers/net/irda to drivers/staging/irda/driversGreg Kroah-Hartman1-1914/+0
2017-08-08net: irda: irda-usb: constify usb_device_idArvind Yadav1-1/+1
2017-05-12net: irda: irda-usb: fix firmware name on big-endian hostsJohan Hovold1-1/+1
2016-12-05net: irda: set error code on failuresPan Bian1-0/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-05-25irda: irda-usb: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+3
2015-01-11irda: irda-usb: Replace timeval with ktime_tChunyan Zhang1-8/+2
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches1-51/+44
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches1-24/+23
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-04-25USB: irda-usb.c: remove err() usageGreg Kroah-Hartman1-1/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-34/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-10-11irda: Test index before read in stir421x_patch_device()Roel Kluin1-4/+4
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-03-24net/irda: remove trailing space in messagesFrans Pop1-1/+1
2010-03-07irda-usb: add error handling and fix leakDan Carpenter1-0/+4
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-18drivers/net/irda: remove exceptional & on function nameJulia Lawall1-1/+1
2009-09-01irda: convert to netdev_tx_tStephen Hemminger1-2/+4
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 2)Patrick McHardy1-3/+1
2009-05-29irda-usb: suspend/resume supportTadashi Abe1-0/+40
2009-03-21irda: convert irda_usb to net_device_opsStephen Hemminger1-8/+10
2009-01-14drivers/net/irda/irda-usb.c: fix buffer overflowJos-Vicente Gilabert1-1/+1
2009-01-06irda: convert to internal statsStephen Hemminger1-19/+9
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-7/+7
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-07-30irda: replace __FUNCTION__ with __func__Harvey Harrison1-46/+46
2008-07-10irda-usb: treat firmware data as constDavid Woodhouse1-6/+6
2008-05-21irda-usb endianness annotations and fixesAl Viro1-1/+1
2007-12-16[IRDA]: Race between open and disconnect in irda-usb.Oliver Neukum1-0/+5
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-08-13[IRDA] irda-usb.c: mostly kmalloc + memset conversion to k[cz]allocMariusz Kozlowski1-14/+10
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-03-20[IrDA]: Delay needed when uploading firmware chunksNigel Williams1-0/+2
2007-01-23[IrDA]: Removed incorrect IRDA_ASSERT()Samuel Ortiz1-2/+0
2007-01-23[IrDA]: irda-usb TX path optimization (was Re: IrDA spams logfiles - since 2.6.19)Samuel Ortiz1-23/+20
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-01usb: irda-usb free urb cleanupMariusz Kozlowski1-4/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+6
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev1-11/+7
2006-06-25[PATCH] irda-usb printk fixAndrew Morton1-1/+1
2006-06-17[IRDA]: irda-usb.c: STIR421x cleanupsNick Fedchik1-186/+141
2006-05-06[IRDA] irda-usb: use NULL instead of 0Randy Dunlap1-1/+1
2006-04-14[IRDA]: irda-usb, unregister netdev when patch upload failsSamuel Ortiz1-2/+4
2006-04-09[IRDA]: Support for Sigmatel STIR421x chipSamuel Ortiz1-20/+343
2006-03-20[PATCH] USB: Fix irda-usb use after useEugene Teo1-2/+3
2006-02-19[IRDA]: irda-usb bug fixesJean Tourrilhes1-14/+76