summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez20-66/+74
2009-08-04at76c50x-usb: remove unneeded flush_workqueue() at usb disconnectLuis R. Rodriguez1-3/+1
2009-08-04ath5k: fix CAB queue operationBob Copeland1-1/+4
2009-08-04orinoco: enable cfg80211 "set_channel" operationHolger Schurig1-0/+41
2009-08-04ar9170: remove EXPERIMENTAL markerLuis R. Rodriguez1-1/+2
2009-08-04b43: Work around mac80211 race conditionLarry Finger1-6/+15
2009-08-04ath5k: update PCU opmode whenever a new interface is addedBob Copeland1-0/+3
2009-08-04mac80211: fix sparse warnings/errorsJohannes Berg2-2/+5
2009-08-04ath9k: Remove unused ath9k_hw_intrget()Vasanthakumar Thiagarajan2-6/+0
2009-08-04ath9k: Maintain monotonicity of PER while going across different phyVasanthakumar Thiagarajan1-3/+0
2009-08-04ath9k: Update rate control for 11NA HT40 modeVasanthakumar Thiagarajan1-3/+1
2009-08-04cfg80211: keep track of current_bss for userspace SMEJohannes Berg4-33/+51
2009-08-04mac80211: disable beacons before removing the associated interfaceBob Copeland3-1/+16
2009-08-04rt2x00: Fix build error when crypto support is disabledIvo van Doorn1-10/+10
2009-08-04rt2x00: move experimental on kconfig only to rt2800usbLuis R. Rodriguez1-4/+4
2009-08-04wireless: use menuconfig for WLAN_PRE80211 and WLAN_80211Luis R. Rodriguez1-2/+2
2009-08-04ath5k: remove EXPERIMENTAL markerLuis R. Rodriguez1-1/+1
2009-08-04ath: use menuconfig to put ath stuff in its own pageLuis R. Rodriguez1-1/+1
2009-08-04ath: simplify kconfig dependency and add documentationLuis R. Rodriguez4-5/+16
2009-08-04ath: depend on cfg80211Luis R. Rodriguez1-0/+1
2009-08-04wext: remove extra return on wireless_nlevent_init()Luis R. Rodriguez1-1/+0
2009-08-04ar9170: remove unneeded flush_workqueue()Luis R. Rodriguez1-2/+1
2009-08-04at76c50x-usb: cancel scan work at stop callbackLuis R. Rodriguez1-1/+1
2009-08-04ar76c50x-usb: cancel promisc work during mac80211 stopLuis R. Rodriguez1-0/+2
2009-08-04ath9k: move workqueue cancels to stop callbackLuis R. Rodriguez1-5/+8
2009-08-04ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()Luis R. Rodriguez1-2/+4
2009-08-04ath9k: re-order cancelling of work on mac80211 workqueueLuis R. Rodriguez1-2/+2
2009-08-04mac80211: disable software retry for nowJohannes Berg1-0/+26
2009-08-03neigh: Convert garbage collection from softirq to workqueueEric Dumazet2-48/+45
2009-08-03IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder21-152/+147
2009-08-02smsc95xx: remove EEPROM loaded checkSteve Glendinning1-5/+0
2009-08-02inet6: functions shadow global variableGerrit Renker1-2/+2
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