summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Revert "ppp: Fix throttling bugs"Linus Torvalds2-0/+2
2009-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-2/+9
2009-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-49/+75
2009-07-15Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller5-68/+44
2009-07-14drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng2-5/+7
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby1-1/+3
2009-07-13igb: gcc-3.4.6 fixEric Dumazet1-40/+37
2009-07-13atlx: duplicate testing of MCAST flagroel kluin1-1/+1
2009-07-13NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle5-44/+68
2009-07-13netdev: restore MTU change operationBen Hutchings11-0/+11
2009-07-13netdev: restore MAC address set and validate operationsBen Hutchings10-2/+16
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds18-29/+81
2009-07-10Fix compile error in bmac.cDave Jones1-1/+1
2009-07-10cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier1-2/+1
2009-07-10ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2-8/+17
2009-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller11-8/+37
2009-07-09fealnx: Fix build breakage -- PR_CONT should be KERN_CONTRoland Dreier1-3/+3
2009-07-08p54: tx refused but queue activeLarry Finger1-2/+3
2009-07-08Atheros Kconfig needs to be dependent on WLAN_80211Jay Sternberg1-0/+1
2009-07-08mac80211_hwsim: avoid NULL accessJohannes Berg1-0/+1
2009-07-08b43: Add support for 4318EClyde McPherson1-0/+1
2009-07-08zd1211rw: adding SONY IFU-WLM2 (054c:0257) as a zd1211b deviceHin-Tak Leung1-0/+1
2009-07-08zd1211rw: 07b8:6001 is a ZD1211BPascal Terjan1-1/+1
2009-07-08r6040: bump driver version to 0.24 and date to 08 July 2009Florian Fainelli1-2/+2
2009-07-08r6040: restore MIER register correctly when IRQ line is sharedFlorian Fainelli1-1/+4
2009-07-08davinci_emac: fix kernel oops when changing MAC address while interface is downPablo Bitton1-2/+10
2009-07-08igb: set lan id prior to configuring phyAlexander Duyck1-0/+4
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches30-161/+147
2009-07-07iwmc3200wifi: add Kconfig helpSamuel Ortiz1-0/+9
2009-07-07ath9k: Fix leak in tx descriptorVasanthakumar Thiagarajan1-1/+8
2009-07-07b43/b43legacy: fix radio LED initializationLarry Finger4-4/+12
2009-07-07fec: fix definition of 5272 version of FEC_X_DES_ACTIVE registerGreg Ungerer1-1/+1
2009-07-07fec: remove extra ";" from definition namesGreg Ungerer1-6/+6
2009-07-07mlx4_core: Add new ConnectX EN PCI ID 0x6764Yevgeny Petrilin1-0/+1
2009-07-07mlx4_core: Handle multi-physical function devicesYevgeny Petrilin2-2/+8
2009-07-06Revert "p54: Use SKB list handling helpers instead of by-hand code."David S. Miller1-19/+27
2009-07-06tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.Mariusz Kozlowski1-1/+3
2009-07-06forcedeth: Fix NAPI race.Eric Dumazet1-11/+14
2009-07-06drivers/net/smsc911x.c: Fix resource size off by 1 errorJulia Lawall1-3/+3
2009-07-06pcnet_cs: add new idKen Kawasaki1-0/+1
2009-07-06bnx2x: Fix the maximal values of coalescing timeouts.Eilon Greenstein2-4/+6
2009-07-06bnx2x: Disable HC coalescing when setting timeout to zero.Eilon Greenstein1-2/+2
2009-07-06tun: Fix device unregister raceHerbert Xu1-7/+9
2009-07-04be2net: fix spurious interrupt handling in intx modeSathya Perla2-7/+13
2009-07-04e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan3-7/+110
2009-07-04e1000e: delay second read of PHY_STATUS register on failure of first readBruce Allan1-1/+6
2009-07-04e1000e: prevent NVM corruption on sectors larger than 4KBruce Allan1-2/+17
2009-07-04e1000e: do not write SmartSpeed register bits on parts without supportBruce Allan1-4/+15
2009-07-04e1000e: delay after LCD reset and proper checks for PHY configuration doneBruce Allan2-44/+82