aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-03drivers/net: use __packed annotationEric Dumazet5-7/+7
2010-05-23net/irda: bfin_sir: IRDA is not affected by anomaly 05000230Graf Yang1-2/+6
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches2-5/+0
2010-05-10net: trans_start cleanupsEric Dumazet8-11/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-5/+10
2010-04-06net/irda: Add SuperH IrDA driver supportKuninori Morimoto3-0/+872
2010-04-06net/irda: sh_sir: Modify iounmap wrong executionKuninori Morimoto1-5/+3
2010-04-06net/irda: sh_sir: fixup err return value on sh_sir_openKuninori Morimoto1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo10-5/+10
2010-03-24net/irda: remove trailing space in messagesFrans Pop3-19/+19
2010-03-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2010-03-15obsolete config in kernel source: USE_INTERNAL_TIMERChristoph Egger1-36/+0
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-07irda-usb: add error handling and fix leakDan Carpenter1-0/+4
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-9/+5
2010-02-27MIPS: Alchemy: devboard register abstractionManuel Lauss1-9/+5
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-02net/irda: sh_sir: Add SuperH IrDA driverKuninori Morimoto3-0/+834
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan3-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04comment typo fix: sybsystem -> subsystemJean Delvare1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches4-26/+26
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-2/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-18drivers/net/irda: remove exceptional & on function nameJulia Lawall1-1/+1
2009-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+5
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2009-10-13irda/sa1100_ir: check return value of startup hookDmitry Artamonow1-2/+5
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-26headers: kref.h reduxAlexey Dobriyan4-4/+0
2009-09-21Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develRussell King1-6/+41
2009-09-10[ARM] pxa: add gpio_pwdown(_inverted) into pxaficp_ir.cMarek Vasut1-6/+41
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-11/+1
2009-09-01irda: convert to netdev_tx_tStephen Hemminger15-35/+60
2009-08-25irda/sa1100_ir: fix broken netdev_ops conversionAlexander Beregalov1-4/+0
2009-08-25irda/au1k_ir: fix broken netdev_ops conversionAlexander Beregalov1-4/+0
2009-08-23pxaficp-ir: remove incorrect net_device_opsMarek Vasut1-3/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+1
2009-08-09irda: fix read buffer overflowRoel Kluin1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy6-14/+14
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy12-31/+31
2009-06-29net/irda: convert bfin_sir to net_device_opsGraf Yang1-6/+10
2009-06-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6David S. Miller5-1/+1015
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2-3/+3
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 2)Patrick McHardy6-24/+9
2009-06-13irda: smsc wait count reaches -1Roel Kluin1-1/+1
2009-06-13irda: new Blackfin on-chip SIR IrDA driverGraff Yang4-0/+1014