summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* e1000: fix screaming IRQAnupam Chanda2010-11-211-4/+8
* 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/+1Star
| * 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/+2Star
* | 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/+3Star
* | net: bnx2x: fix error value signVasiliy Kulikov2010-11-171-1/+1
* | 8139cp: fix checksum brokenShan Wei2010-11-171-6/+4Star
* | r8169: fix checksum brokenShan Wei2010-11-171-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-1331-207/+312
|\ \
| * | 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/+0Star
| * | 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-1116-36/+91
| |\|
| | * iwlwifi: dont use pci_dev before it being assignWey-Yi Guy2010-11-091-1/+2
| | * Bluetooth: Add MacBookAir3,1(2) supportEdgar (gimli) Hucek2010-11-091-0/+3
| | * Bluetooth: Enable USB autosuspend by default on btusbMatthew Garrett2010-11-091-0/+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/+14Star
| | * 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
| | * ath9k: check old power mode before clearing cycle countersFelix Fietkau2010-11-081-4/+8
| | * carl9170: usbid table updatesChristian Lamparter2010-11-081-1/+3
| | * ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.Vivek Natarajan2010-11-083-0/+14
| | * ath9k: Avoid HW opmode overridden on monitor mode changesRajkumar Manoharan2010-11-084-8/+23
| | * libipw: fix proc entry removalLinus Torvalds2010-11-081-4/+5
| * | r8169: fix sleeping while holding spinlock.françois romieu2010-11-091-2/+2
| * | r8169: revert "Handle rxfifo errors on 8168 chips"françois romieu2010-11-091-2/+3
| * | qeth: fix race condition during device startupFrank Blaschka2010-11-081-1/+1
| * | qeth: remove dev_queue_xmit invocationUrsula Braun2010-11-082-54/+8Star
| * | skge: Remove tx queue stopping in skge_devinit()Guillaume Chazarain2010-11-081-1/+0Star