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.13.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
2008-03-13
make b43_mac_{enable,suspend}() static
Adrian Bunk
2
-5
/
+2
2008-03-08
iwlwifi: fix potential lock inversion deadlock
Reinette Chatre
1
-2
/
+2
2008-03-08
wireless: correct warnings from using '%llx' for type 'u64'
John W. Linville
2
-5
/
+7
2008-03-08
ath5k: work around wrong beacon rx timestamp in IBSS mode
Bruno Randolf
1
-14
/
+45
2008-03-08
ath5k: add notes about rx timestamp
Bruno Randolf
1
-0
/
+11
2008-03-08
ath5k: move rx and tx status structures out of hardware descriptor
Bruno Randolf
5
-130
/
+126
2008-03-08
ath5k: struct ath5k_desc cleanups
Bruno Randolf
4
-187
/
+210
2008-03-08
iwlwifi: grab NIC access when disabling aggregations
Ron Rindjunsky
1
-17
/
+20
2008-03-08
iwlwifi: 3945 split tx_complete to command and packet function
Tomas Winkler
2
-157
/
+148
2008-03-08
iwlwifi: Fix 3945 rate scaling
Tomas Winkler
2
-25
/
+22
2008-03-08
iwlwifi: queue functions cleanup
Tomas Winkler
4
-60
/
+45
2008-03-08
iwlwifi: Moving EEPROM handling in iwlcore module
Assaf Krauss
2
-0
/
+604
2008-03-08
iwlwifi: add iwl-core module
Tomas Winkler
5
-7
/
+59
2008-03-08
iwlwifi: fix locking unbalance in 4965 rate scale
Tomas Winkler
1
-13
/
+12
2008-03-08
iwlwifi: Cancel scanning upon association
Emmanuel Grumbach
2
-22
/
+12
2008-03-08
iwlwifi: Take the fw file name from the iwl_cfg.
Tomas Winkler
6
-12
/
+18
2008-03-08
iwlwifi: add struct iwl_cfg
Tomas Winkler
8
-37
/
+203
2008-03-08
iwlwifi: Move HBUS address to iwl-csr.h
Tomas Winkler
3
-83
/
+42
2008-03-08
iwlwifi: extract iwl-csr.h
Tomas Winkler
9
-283
/
+236
2008-03-08
iwlwifi: use mac80211_tx_control_flags
Ron Rindjunsky
4
-32
/
+64
2008-03-08
iwlwifi: 802.11n spec removes AUTO offset for FAT channel
Guy Cohen
3
-12
/
+15
2008-03-08
b43: Fix failed frames status report typo
Michael Buesch
1
-1
/
+1
2008-03-08
b43: Add TX statistics debugging counters
Michael Buesch
2
-16
/
+80
2008-03-08
b43: Rename the DMA ring pointers
Michael Buesch
3
-163
/
+82
2008-03-08
b43: Add QOS support
Michael Buesch
7
-91
/
+262
2008-03-08
ath5k: Add 2413 to srev_names so that it shows up during module load
Nick Kossifidis
1
-0
/
+3
2008-03-08
ath5k: Make some changes to follow register dumps.
Nick Kossifidis
1
-6
/
+31
2008-03-08
ath5k: Fixes for PCI-E cards
Nick Kossifidis
2
-15
/
+34
2008-03-08
ath5k: Remove RF5413 from rf gain optimization functions
Nick Kossifidis
1
-2
/
+0
2008-03-08
ath5k: more RF2413 stuff
Nick Kossifidis
2
-4
/
+12
2008-03-08
ath5k: Identify RF2413 and deal with PHY_SPENDING
Nick Kossifidis
3
-3
/
+29
2008-03-08
ath5k: Add RF2413 initial settings
Nick Kossifidis
2
-4
/
+392
2008-03-08
ath5k: Add RF2413 srev values
Nick Kossifidis
1
-2
/
+7
2008-03-07
zd1211rw: support for mesh interface and beaconing
Luis Carlos Cobo
5
-4
/
+94
2008-03-07
libertas: clean up scan.c, remove zeromac and bcastmac
David Woodhouse
1
-234
/
+181
2008-03-07
libertas: convert 802_11_SCAN to a direct command
David Woodhouse
5
-147
/
+53
2008-03-07
libertas: add LED control TLV to types.h
David Woodhouse
1
-0
/
+13
2008-03-07
libertas: convert KEY_MATERIAL to a direct command
David Woodhouse
5
-122
/
+81
2008-03-07
iwlwifi: Fix 52 rate report in rx status
Tomas Winkler
10
-466
/
+449
2008-03-07
iwlwifi: refactor init geos function
Tomas Winkler
5
-91
/
+115
2008-03-07
iwlwifi: removing unused priv->config
Tomas Winkler
4
-6
/
+2
2008-03-06
b43: verify sta_notify mac80211 callback
Johannes Berg
1
-0
/
+11
2008-03-06
mac80211: RCU-ify STA info structure access
Johannes Berg
2
-25
/
+33
2008-03-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
5
-23
/
+23
2008-03-05
b43legacy: Fix module init message
Michael Buesch
1
-1
/
+1
2008-03-05
rndis_wlan: fix broken data copy
Jussi Kivilinna
1
-5
/
+3
2008-03-05
libertas: compare the current command with response
Sebastian Siewior
1
-3
/
+1
2008-03-05
libertas: fix sanity check on sequence number in command response
David Woodhouse
1
-2
/
+2
2008-03-05
p54: fix eeprom parser length sanity checks
Johannes Berg
1
-7
/
+11
2008-03-05
p54: fix EEPROM structure endianness
Johannes Berg
2
-5
/
+5
[next]