summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-08-05usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stopJussi Kivilinna2-17/+24
2009-08-05iwlwifi: don't export symbols not needed in other modulesJohannes Berg4-6/+0
2009-08-05mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez20-66/+74
2009-08-05at76c50x-usb: remove unneeded flush_workqueue() at usb disconnectLuis R. Rodriguez1-3/+1
2009-08-05ath5k: fix CAB queue operationBob Copeland1-1/+4
2009-08-05orinoco: enable cfg80211 "set_channel" operationHolger Schurig1-0/+41
2009-08-05ar9170: remove EXPERIMENTAL markerLuis R. Rodriguez1-1/+2
2009-08-05b43: Work around mac80211 race conditionLarry Finger1-6/+15
2009-08-05ath5k: update PCU opmode whenever a new interface is addedBob Copeland1-0/+3
2009-08-05ath9k: Remove unused ath9k_hw_intrget()Vasanthakumar Thiagarajan2-6/+0
2009-08-05ath9k: Maintain monotonicity of PER while going across different phyVasanthakumar Thiagarajan1-3/+0
2009-08-05ath9k: Update rate control for 11NA HT40 modeVasanthakumar Thiagarajan1-3/+1
2009-08-05rt2x00: Fix build error when crypto support is disabledIvo van Doorn1-10/+10
2009-08-05rt2x00: move experimental on kconfig only to rt2800usbLuis R. Rodriguez1-4/+4
2009-08-05wireless: use menuconfig for WLAN_PRE80211 and WLAN_80211Luis R. Rodriguez1-2/+2
2009-08-05ath5k: remove EXPERIMENTAL markerLuis R. Rodriguez1-1/+1
2009-08-05ath: use menuconfig to put ath stuff in its own pageLuis R. Rodriguez1-1/+1
2009-08-05ath: simplify kconfig dependency and add documentationLuis R. Rodriguez4-5/+16
2009-08-05ath: depend on cfg80211Luis R. Rodriguez1-0/+1
2009-08-05ar9170: remove unneeded flush_workqueue()Luis R. Rodriguez1-2/+1
2009-08-05at76c50x-usb: cancel scan work at stop callbackLuis R. Rodriguez1-1/+1
2009-08-05ar76c50x-usb: cancel promisc work during mac80211 stopLuis R. Rodriguez1-0/+2
2009-08-05ath9k: move workqueue cancels to stop callbackLuis R. Rodriguez1-5/+8
2009-08-05ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()Luis R. Rodriguez1-2/+4
2009-08-05ath9k: re-order cancelling of work on mac80211 workqueueLuis R. Rodriguez1-2/+2
2009-08-02smsc95xx: remove EEPROM loaded checkSteve Glendinning1-5/+0
2009-08-02drivers/atm: Use DIV_ROUND_CLOSESTJulia Lawall1-2/+2
2009-08-02drivers/net: Use DIV_ROUND_CLOSESTJulia Lawall1-1/+2
2009-08-02cxgb3: fix Gen2 pci default settingsDivy Le Ray1-1/+12
2009-08-02cxgb3: fix EDC filename stringDivy Le Ray1-1/+1
2009-08-02vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02qlge: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-08-02ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-08-02igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-08-02bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-08-02atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02be2net: delete unnecessary code from be_cmd_POST()Sathya Perla1-41/+4
2009-08-02be2net: some name changes for consistencySathya Perla3-34/+34
2009-08-02be2net: replace some printks with dev_err()/dev_warn()Sathya Perla2-28/+15
2009-08-02be2net: remove pci_func field from be_adapter structSathya Perla4-14/+11
2009-08-02be2net: get rid of be_ctrl_info struct/abstractionSathya Perla5-333/+299
2009-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller52-548/+4443
2009-07-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller22-66/+127
2009-07-31ixgbe: Fix RSC completion delay causing Rx interrupts to stopPeter P Waskiewicz Jr2-1/+6
2009-07-31ixgbe: Fix usage of second flags bitmap when using LRO/RSCPeter P Waskiewicz Jr2-9/+9
2009-07-31ixgbe: Fix netpoll to be properly multiqueue awarePeter P Waskiewicz Jr1-3/+10
2009-07-31gianfar: fix coalescing setup in ethtool support Jiajun Wu1-6/+4