index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
hso.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-08-04
rndis_wlan: add rndis_set/query_oid debugging
Jussi Kivilinna
1
-2
/
+84
2009-08-04
rndis_wlan: set current packet filter to zero on stop
Jussi Kivilinna
1
-1
/
+9
2009-08-04
rndis_wlan: reset device and restore multicast list on rndis_wlan_reset()
Jussi Kivilinna
1
-0
/
+30
2009-08-04
rndis_wlan: clear cfg80211 scan on rndis_wlan_stop()
Jussi Kivilinna
1
-0
/
+8
2009-08-04
rndis_wlan: stop workers on rndis_wlan_stop() and restore on rndis_wlan_reset()
Jussi Kivilinna
1
-4
/
+19
2009-08-04
usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop
Jussi Kivilinna
3
-17
/
+25
2009-08-04
cfg80211: fix NETDEV_UNREGISTER notifier
Johannes Berg
1
-4
/
+11
2009-08-04
iwlwifi: don't export symbols not needed in other modules
Johannes Berg
4
-6
/
+0
2009-08-04
mac80211: redefine usage of the mac80211 workqueue
Luis R. Rodriguez
32
-123
/
+208
2009-08-04
at76c50x-usb: remove unneeded flush_workqueue() at usb disconnect
Luis R. Rodriguez
1
-3
/
+1
2009-08-04
ath5k: fix CAB queue operation
Bob Copeland
1
-1
/
+4
2009-08-04
orinoco: enable cfg80211 "set_channel" operation
Holger Schurig
1
-0
/
+41
2009-08-04
ar9170: remove EXPERIMENTAL marker
Luis R. Rodriguez
1
-1
/
+2
2009-08-04
b43: Work around mac80211 race condition
Larry Finger
1
-6
/
+15
2009-08-04
ath5k: update PCU opmode whenever a new interface is added
Bob Copeland
1
-0
/
+3
2009-08-04
mac80211: fix sparse warnings/errors
Johannes Berg
2
-2
/
+5
2009-08-04
ath9k: Remove unused ath9k_hw_intrget()
Vasanthakumar Thiagarajan
2
-6
/
+0
2009-08-04
ath9k: Maintain monotonicity of PER while going across different phy
Vasanthakumar Thiagarajan
1
-3
/
+0
2009-08-04
ath9k: Update rate control for 11NA HT40 mode
Vasanthakumar Thiagarajan
1
-3
/
+1
2009-08-04
cfg80211: keep track of current_bss for userspace SME
Johannes Berg
4
-33
/
+51
2009-08-04
mac80211: disable beacons before removing the associated interface
Bob Copeland
3
-1
/
+16
2009-08-04
rt2x00: Fix build error when crypto support is disabled
Ivo van Doorn
1
-10
/
+10
2009-08-04
rt2x00: move experimental on kconfig only to rt2800usb
Luis R. Rodriguez
1
-4
/
+4
2009-08-04
wireless: use menuconfig for WLAN_PRE80211 and WLAN_80211
Luis R. Rodriguez
1
-2
/
+2
2009-08-04
ath5k: remove EXPERIMENTAL marker
Luis R. Rodriguez
1
-1
/
+1
2009-08-04
ath: use menuconfig to put ath stuff in its own page
Luis R. Rodriguez
1
-1
/
+1
2009-08-04
ath: simplify kconfig dependency and add documentation
Luis R. Rodriguez
4
-5
/
+16
2009-08-04
ath: depend on cfg80211
Luis R. Rodriguez
1
-0
/
+1
2009-08-04
wext: remove extra return on wireless_nlevent_init()
Luis R. Rodriguez
1
-1
/
+0
2009-08-04
ar9170: remove unneeded flush_workqueue()
Luis R. Rodriguez
1
-2
/
+1
2009-08-04
at76c50x-usb: cancel scan work at stop callback
Luis R. Rodriguez
1
-1
/
+1
2009-08-04
ar76c50x-usb: cancel promisc work during mac80211 stop
Luis R. Rodriguez
1
-0
/
+2
2009-08-04
ath9k: move workqueue cancels to stop callback
Luis R. Rodriguez
1
-5
/
+8
2009-08-04
ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()
Luis R. Rodriguez
1
-2
/
+4
2009-08-04
ath9k: re-order cancelling of work on mac80211 workqueue
Luis R. Rodriguez
1
-2
/
+2
2009-08-04
mac80211: disable software retry for now
Johannes Berg
1
-0
/
+26
2009-08-03
neigh: Convert garbage collection from softirq to workqueue
Eric Dumazet
2
-48
/
+45
2009-08-03
IPVS: use pr_err and friends instead of IP_VS_ERR and friends
Hannes Eder
21
-152
/
+147
2009-08-02
smsc95xx: remove EEPROM loaded check
Steve Glendinning
1
-5
/
+0
2009-08-02
inet6: functions shadow global variable
Gerrit Renker
1
-2
/
+2
2009-08-02
drivers/atm: Use DIV_ROUND_CLOSEST
Julia Lawall
1
-2
/
+2
2009-08-02
drivers/net: Use DIV_ROUND_CLOSEST
Julia Lawall
1
-1
/
+2
2009-08-02
cxgb3: fix Gen2 pci default settings
Divy Le Ray
1
-1
/
+12
2009-08-02
cxgb3: fix EDC filename string
Divy Le Ray
1
-1
/
+1
2009-08-02
vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failure
Dean Nelson
1
-0
/
+3
2009-08-02
s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failure
Dean Nelson
1
-0
/
+3
2009-08-02
qlge: return PCI_ERS_RESULT_DISCONNECT on permanent failure
Dean Nelson
1
-0
/
+5
2009-08-02
ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failure
Dean Nelson
1
-0
/
+5
2009-08-02
igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failure
Dean Nelson
1
-0
/
+3
2009-08-02
bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failure
Dean Nelson
1
-0
/
+5
[next]