aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/irda-usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-4/+2
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-11/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1602