aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-153-5/+4
* Merge branch 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2010-11-254-0/+2429
|\
| * drivers/net/tile/: on-chip network drivers for the tile architectureChris Metcalf2010-11-244-0/+2429
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-245-22/+164
|\ \
| * | of/phylib: Use device tree properties to initialize Marvell PHYs.David Daney2010-11-221-0/+97
| * | phylib: Add support for Marvell 88E1149R devices.David Daney2010-11-221-0/+40
| * | phylib: Use common page register definition for Marvell PHYs.David Daney2010-11-221-13/+14
| * | qlge: Fix incorrect usage of module parameters and netdev msg levelSonny Rao2010-11-221-3/+3
| * | SuperH IrDA: correct Baud rate error correctionNicolas Kaiser2010-11-211-1/+1
| * | atl1c: Fix hardware type check for enabling OTP CLKBen Hutchings2010-11-211-1/+1
| * | e1000: fix screaming IRQAnupam Chanda2010-11-211-4/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-1916-28/+48
|\ \ \ | |/ /
| * | be2net: Fix to avoid firmware update when interface is not open.Sarveshwar Bandi2010-11-191-0/+6
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-11-187-7/+23
| |\ \
| | * | ath9k_htc: Avoid setting QoS control for non-QoS framesRajkumar Manoharan2010-11-181-1/+1
| | * | ath9k_hw: Set proper eeprom offset for AR9287 HTC devicesRajkumar Manoharan2010-11-162-1/+5
| | * | ath9k_htc: Add new devices into AR7010Rajkumar Manoharan2010-11-163-1/+9
| | * | ath9k_htc: Update usb device ID listRajkumar Manoharan2010-11-161-0/+5
| | * | ath9k: Remove pm_qos request after hw unregister.Vivek Natarajan2010-11-161-2/+1
| | * | carl9170: fix usb anchor wait timeoutChristian Lamparter2010-11-151-2/+2
| * | | 3c59x: fix build failure on !CONFIG_PCINamhyung Kim2010-11-181-2/+4
| * | | ipg.c: remove id [SUNDANCE, 0x1021]Ken Kawasaki2010-11-181-4/+2
| * | | net: caif: spi: fix potential NULL dereferenceVasiliy Kulikov2010-11-181-2/+2
| * | | bonding: fix a race in IGMP handlingEric Dumazet2010-11-181-0/+2
| * | | gianfar: fix signedness issueNicolas Kaiser2010-11-171-4/+3
| * | | net: bnx2x: fix error value signVasiliy Kulikov2010-11-171-1/+1
| * | | 8139cp: fix checksum brokenShan Wei2010-11-171-6/+4
| * | | r8169: fix checksum brokenShan Wei2010-11-171-2/+1
* | | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-1226-152/+289
|\ \ \
| * | | gianfar: Do not call device_set_wakeup_enable() under a spinlockRafael J. Wysocki2010-11-121-2/+3
| * | | axnet_cs: fix resume problem for some Ax88790 chipKen Kawasaki2010-11-121-10/+20
| * | | cxgb4vf: add call to Firmware to reset VF State.Casey Leedom2010-11-123-0/+36
| * | | cxgb4vf: Fail open if link_start() fails.Casey Leedom2010-11-121-1/+3
| * | | cxgb4vf: flesh out PCI Device ID Table ...Casey Leedom2010-11-121-0/+8
| * | | cxgb4vf: fix some errors in Gather List to skb conversionCasey Leedom2010-11-121-47/+74
| * | | cxgb4vf: fix bug in Generic Receive OffloadCasey Leedom2010-11-121-0/+1
| * | | cxgb4vf: don't implement trivial (and incorrect) ndo_select_queue()Casey Leedom2010-11-121-14/+0
| * | | ixgbe: Look inside vlan when determining offload protocol.Hao Zheng2010-11-121-28/+32
| * | | bnx2x: Look inside vlan when determining checksum proto.Hao Zheng2010-11-121-1/+1
| * | | virtio-net: init link state correctlyJason Wang2010-11-121-3/+9
| * | | ucc_geth: Fix deadlockJoakim Tjernlund2010-11-121-3/+7
| * | | ucc_geth: Do not bring the whole IF down when TX failure.Joakim Tjernlund2010-11-121-6/+9
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-11-1015-36/+86
| |\ \ \ | | |/ /
| | * | iwlwifi: dont use pci_dev before it being assignWey-Yi Guy2010-11-091-1/+2
| | * | ath9k_hw: Fix memory leak on ath9k_hw_rf_alloc_ext_banks failureRajkumar Manoharan2010-11-081-0/+1
| | * | ath9k_htc: Fix probe failure if CONFIG_USB_DEBUG enabledRajkumar Manoharan2010-11-081-16/+14
| | * | ath9k_htc: Add support for device ID 3346Haitao Zhang2010-11-081-0/+1
| | * | ath9k_hw: Fix AR9280 surprise removal during frequent idle on/offVasanthakumar Thiagarajan2010-11-082-0/+4
| | * | libertas: terminate scan when stopping interfaceDaniel Drake2010-11-083-2/+11