aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+1
2010-03-19sysfs: fix sysfs lockdep warning in mlx4 codeGreg Kroah-Hartman1-0/+1
2010-03-16l2tp: Fix UDP socket reference count bugs in the pppol2tp driverJames Chapman1-0/+3
2010-03-16smsc95xx: wait for PHY to complete reset during initSteve Glendinning1-0/+15
2010-03-16l2tp: Fix oops in pppol2tp_xmitJames Chapman1-1/+2
2010-03-16smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driverSteve Glendinning4-0/+1718
2010-03-16ne: Do not use slashes in irq name stringAtsushi Nemoto1-1/+1
2010-03-16NET: ksz884x, fix lock imbalanceJiri Slaby1-3/+5
2010-03-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller52-78/+169
2010-03-15myri: remove dead codeDan Carpenter1-1/+0
2010-03-15obsolete config in kernel source: HSO_AUTOPMChristoph Egger1-3/+0
2010-03-15obsolete config in kernel source: USE_INTERNAL_TIMERChristoph Egger1-36/+0
2010-03-15drivers/net: drop redundant memsetJulia Lawall1-3/+1
2010-03-15bnx2x: change smp_mb() comment to conform the trueStanislaw Gruszka1-2/+5
2010-03-15bnx2x: remove not necessary compiler barrierStanislaw Gruszka1-1/+0
2010-03-15bnx2x: use smp_mb() to keep ordering of read write operationsStanislaw Gruszka1-1/+1
2010-03-15be2net: fix mccq create for big endian architecturesAjit Khaparde1-1/+1
2010-03-15TI DaVinci EMAC: Convert to dev_pm_opschaithrika@ti.com1-11/+16
2010-03-15net: davinci emac: use dma_{map, unmap}_single API for cache coherencySekhar Nori1-19/+26
2010-03-15e100: Fix ring parameter change handling regression.David S. Miller1-1/+1
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds53-398/+690
2010-03-13drivers/net/tulip/eeprom.c: fix bogus "(null)" in tulip init messagesJoe Perches1-24/+30
2010-03-13sky2: Avoid rtnl_unlock without rtnl_lockMike McCormack1-1/+1
2010-03-13drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constantJulia Lawall1-1/+1
2010-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller11-94/+91
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds39-58/+58
2010-03-10Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville3-37/+20
2010-03-10ipw2200: use kmalloc for large local variablesZhu Yi1-2/+17
2010-03-10ath5k: read eeprom IQ calibration values correctly for G modeBruno Randolf2-8/+11
2010-03-10ath5k: fix I/Q calibration (for real)Bruno Randolf2-18/+20
2010-03-10ath5k: fix TSF resetBruno Randolf1-4/+3
2010-03-10ath5k: use fixed antenna for tx descriptorsBruno Randolf1-2/+2
2010-03-10libipw: split ieee->networks into small piecesZhu Yi2-21/+18
2010-03-10rt2x00: remove KSEG1ADDR define from rt2x00soc.hHelmut Schaa1-2/+0
2010-03-10net: add ColdFire support to the smc91x driverGreg Ungerer2-1/+29
2010-03-10asix: fix setting mac address for AX88772Jussi Kivilinna1-2/+28
2010-03-10tg3: Fix tg3_poll_controller() passing wrong pointer to tg3_interrupt()Louis Rilling1-1/+1
2010-03-09Revert "iwlwifi: Send broadcast probe request only when asked to"Reinette Chatre2-34/+17
2010-03-09iwl3945: fix memory corruptionReinette Chatre1-3/+3
2010-03-08can: fix bfin_can build error after alloc_candev() changeBarry Song1-1/+2
2010-03-08qlcnic: remove extra space from board namesAmit Kumar Salecha1-4/+4
2010-03-08qlcnic: fix bios version checkAmit Kumar Salecha1-1/+1
2010-03-08qlcnic: validate unified fw imageSucheta Chakraborty1-7/+139
2010-03-08qlcnic: fix multicast handlingSucheta Chakraborty1-25/+6
2010-03-08qlcnic: additional driver statistics.Sucheta Chakraborty5-2/+28
2010-03-08qlcnic: fix tx csum statusSucheta Chakraborty1-0/+6
2010-03-08be2net: remove unused code in be_load_fwAjit Khaparde1-9/+0
2010-03-08be2net: remove usage of be_pci_funcAjit Khaparde3-12/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina39-58/+58
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-3/+3