index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-11
rt2x00: Simplify Queue function arguments
Ivo van Doorn
8
-57
/
+50
2010-10-11
WIRELESS: at76c50x, remove unneeded NULL check
Jiri Slaby
1
-2
/
+1
2010-10-11
b43: N-PHY: prepare for rev3+ channel tables
Rafał Miłecki
3
-5
/
+26
2010-10-11
b43: N-PHY: fix logic in band switching
Rafał Miłecki
1
-4
/
+5
2010-10-11
b43: N-PHY: store info about current channel's type
Rafał Miłecki
3
-6
/
+13
2010-10-11
b43: N-PHY: grab more info about new channel
Rafał Miłecki
1
-32
/
+29
2010-10-11
ath9k: built-in rate control A-MPDU fix
Björn Smedman
1
-0
/
+6
2010-10-11
ath9k: A-MPDU rate control info fix
Björn Smedman
1
-6
/
+13
2010-10-11
wl1251: move to it's own directory
Kalle Valo
32
-102
/
+100
2010-10-11
wl1251: create a copy of wl12xx_80211.h for wl1251
Kalle Valo
1
-0
/
+156
2010-10-11
carl9170: A-MPDU frame type filter
Christian Lamparter
1
-1
/
+41
2010-10-11
carl9170: remove stale rx error path
Christian Lamparter
2
-6
/
+11
2010-10-11
carl9170: common error path for bad frames
Christian Lamparter
1
-28
/
+20
2010-10-11
rt2x00: Fix tx status handling in rt2800pci
Helmut Schaa
1
-1
/
+1
2010-10-11
rt2x00: Remove superfluous initialization of qidx
Helmut Schaa
1
-1
/
+1
2010-10-11
rt2x00: Use unlikely for error case in rt2x00queue_write_tx_frame
Helmut Schaa
1
-1
/
+2
2010-10-11
rt2x00: Use proper type for rxwi_w2 in rt2800_agc_to_rssi
Helmut Schaa
1
-1
/
+1
2010-10-11
rt2x00: Optimize unmapping of skbs
Helmut Schaa
1
-3
/
+1
2010-10-11
rt2x00: Shortcut link state updates when not operating as STA
Helmut Schaa
1
-0
/
+6
2010-10-11
ath9k: implement channel utilization stats for survey
Felix Fietkau
2
-16
/
+98
2010-10-11
ath9k: add compile time checking for the size of the channel list
Felix Fietkau
2
-1
/
+7
2010-10-11
ath5k: use the common cycle counter / listen time implementation
Felix Fietkau
3
-41
/
+26
2010-10-11
ath9k_hw: move the cycle counter tracking to ath
Felix Fietkau
9
-87
/
+101
2010-10-11
ath5k: store the clock rate in common data on channel changes
Felix Fietkau
3
-6
/
+10
2010-10-11
ath9k_hw: store the clock rate in common data on channel changes
Felix Fietkau
3
-37
/
+23
2010-10-11
ath5k: Adjust opmode when interfaces are removed.
Ben Greear
1
-26
/
+40
2010-10-11
ath5k: Print out opmode in debugfs.
Ben Greear
3
-0
/
+42
2010-10-11
Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
John W. Linville
1
-6
/
+37
2010-10-08
wl1271: sdio: add suspend/resume support
Ohad Ben-Cohen
1
-0
/
+20
2010-10-08
wl1271: sdio: enable runtime PM
Ohad Ben-Cohen
1
-6
/
+17
2010-10-08
iwlagn: add temperature offset calib for 6000g2
Shanyu Zhao
5
-1
/
+50
2010-10-08
iwlagn: fix default calibration table size
Shanyu Zhao
2
-2
/
+3
2010-10-08
iwlagn: no version check for experimental uCode
Wey-Yi Guy
1
-11
/
+16
2010-10-08
iwlwifi: fix dual-mode scanning
Johannes Berg
1
-1
/
+3
2010-10-08
iwlwifi: remove iwl_check_bits
Johannes Berg
2
-6
/
+1
2010-10-08
iwlwifi: clean up declarations
Johannes Berg
10
-39
/
+32
2010-10-08
iwlwifi: remove apm_ops.stop
Johannes Berg
10
-14
/
+6
2010-10-08
iwlwifi: remove set_pwr_src operation
Johannes Berg
9
-46
/
+30
2010-10-08
iwlwifi: remove set_ct_kill operation
Johannes Berg
5
-17
/
+6
2010-10-08
iwlwifi: move iwl_dump_fh to agn
Johannes Berg
4
-64
/
+62
2010-10-08
iwlwifi: move iwl_dump_csr to agn
Johannes Berg
4
-72
/
+70
2010-10-08
iwlwifi: move iwl_toggle_rx_ant to agn
Johannes Berg
4
-20
/
+19
2010-10-08
iwlwifi: remove agn rates info there
Johannes Berg
6
-84
/
+80
2010-10-08
iwlwifi: remove spurious exports
Johannes Berg
3
-7
/
+0
2010-10-08
iwlwifi: move tx fail code to agn
Johannes Berg
4
-41
/
+42
2010-10-08
iwlwifi: move agn specific station code there
Johannes Berg
11
-754
/
+823
2010-10-08
iwlwifi: remove verify_signature eeprom operation
Johannes Berg
7
-11
/
+2
2010-10-08
iwlwifi: rename iwl_mac_beacon_update
Johannes Berg
1
-18
/
+17
2010-10-08
iwlwifi: move chain settings to agn
Johannes Berg
6
-145
/
+144
2010-10-08
iwl3945: use iwl3945_commit_rxon
Johannes Berg
3
-10
/
+12
[next]