aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-22/+164
2010-11-22of/phylib: Use device tree properties to initialize Marvell PHYs.David Daney1-0/+97
2010-11-22phylib: Add support for Marvell 88E1149R devices.David Daney1-0/+40
2010-11-22phylib: Use common page register definition for Marvell PHYs.David Daney1-13/+14
2010-11-22qlge: Fix incorrect usage of module parameters and netdev msg levelSonny Rao1-3/+3
2010-11-21SuperH IrDA: correct Baud rate error correctionNicolas Kaiser1-1/+1
2010-11-21atl1c: Fix hardware type check for enabling OTP CLKBen Hutchings1-1/+1
2010-11-21e1000: fix screaming IRQAnupam Chanda1-4/+8
2010-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-28/+48
2010-11-19be2net: Fix to avoid firmware update when interface is not open.Sarveshwar Bandi1-0/+6
2010-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller7-7/+23
2010-11-183c59x: fix build failure on !CONFIG_PCINamhyung Kim1-2/+4
2010-11-18ipg.c: remove id [SUNDANCE, 0x1021]Ken Kawasaki1-4/+2
2010-11-18net: caif: spi: fix potential NULL dereferenceVasiliy Kulikov1-2/+2
2010-11-18ath9k_htc: Avoid setting QoS control for non-QoS framesRajkumar Manoharan1-1/+1
2010-11-18bonding: fix a race in IGMP handlingEric Dumazet1-0/+2
2010-11-17gianfar: fix signedness issueNicolas Kaiser1-4/+3
2010-11-17net: bnx2x: fix error value signVasiliy Kulikov1-1/+1
2010-11-178139cp: fix checksum brokenShan Wei1-6/+4
2010-11-17r8169: fix checksum brokenShan Wei1-2/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16ath9k_hw: Set proper eeprom offset for AR9287 HTC devicesRajkumar Manoharan2-1/+5
2010-11-16ath9k_htc: Add new devices into AR7010Rajkumar Manoharan3-1/+9
2010-11-16ath9k_htc: Update usb device ID listRajkumar Manoharan1-0/+5
2010-11-16ath9k: Remove pm_qos request after hw unregister.Vivek Natarajan1-2/+1
2010-11-15carl9170: fix usb anchor wait timeoutChristian Lamparter1-2/+2
2010-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds26-152/+289
2010-11-12gianfar: Do not call device_set_wakeup_enable() under a spinlockRafael J. Wysocki1-2/+3
2010-11-12axnet_cs: fix resume problem for some Ax88790 chipKen Kawasaki1-10/+20
2010-11-12cxgb4vf: add call to Firmware to reset VF State.Casey Leedom3-0/+36
2010-11-12cxgb4vf: Fail open if link_start() fails.Casey Leedom1-1/+3
2010-11-12cxgb4vf: flesh out PCI Device ID Table ...Casey Leedom1-0/+8
2010-11-12cxgb4vf: fix some errors in Gather List to skb conversionCasey Leedom1-47/+74
2010-11-12cxgb4vf: fix bug in Generic Receive OffloadCasey Leedom1-0/+1
2010-11-12cxgb4vf: don't implement trivial (and incorrect) ndo_select_queue()Casey Leedom1-14/+0
2010-11-12ixgbe: Look inside vlan when determining offload protocol.Hao Zheng1-28/+32
2010-11-12bnx2x: Look inside vlan when determining checksum proto.Hao Zheng1-1/+1
2010-11-12virtio-net: init link state correctlyJason Wang1-3/+9
2010-11-12ucc_geth: Fix deadlockJoakim Tjernlund1-3/+7
2010-11-12ucc_geth: Do not bring the whole IF down when TX failure.Joakim Tjernlund1-6/+9
2010-11-12led-class: always implement blinkingJohannes Berg1-3/+0
2010-11-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller15-36/+86
2010-11-09iwlwifi: dont use pci_dev before it being assignWey-Yi Guy1-1/+2
2010-11-09r8169: fix sleeping while holding spinlock.françois romieu1-2/+2
2010-11-09r8169: revert "Handle rxfifo errors on 8168 chips"françois romieu1-2/+3
2010-11-08ath9k_hw: Fix memory leak on ath9k_hw_rf_alloc_ext_banks failureRajkumar Manoharan1-0/+1
2010-11-08ath9k_htc: Fix probe failure if CONFIG_USB_DEBUG enabledRajkumar Manoharan1-16/+14
2010-11-08ath9k_htc: Add support for device ID 3346Haitao Zhang1-0/+1
2010-11-08ath9k_hw: Fix AR9280 surprise removal during frequent idle on/offVasanthakumar Thiagarajan2-0/+4
2010-11-08libertas: terminate scan when stopping interfaceDaniel Drake3-2/+11