aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/sir_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2010-10-12irda: Semaphore cleanupThomas Gleixner1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-01irda: convert to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-03-21irda: convert sir device to net_device_opsStephen Hemminger1-4/+7
2009-02-26irda: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-10irda: Use __netdev_alloc_skb() instead of __dev_alloc_skb().David S. Miller1-1/+2
2009-01-06irda: convert to internal statsStephen Hemminger1-17/+9
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-6/+6
2008-07-30irda: replace __FUNCTION__ with __func__Harvey Harrison1-31/+32
2007-10-10drivers/net/irda: endianness, NULL noiseAl Viro1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-05-09[IRDA]: Switching to a workqueue for the SIR workChristoph Hellwig1-4/+311
2006-01-10[IRDA]: kill drivers/net/irda/sir_core.cAdrian Bunk1-1/+9
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+677