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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-02
wl12xx: export driver state to debugfs
Arik Nemtsov
1
-0
/
+87
2011-05-02
wl12xx: fix race condition during recovery in AP mode
Arik Nemtsov
3
-9
/
+22
2011-05-02
wl12xx: add debugfs entry for starting recovery
Arik Nemtsov
1
-0
/
+20
2011-05-02
wl12xx: AP-mode - reconfigure templates after basic rates change
Arik Nemtsov
3
-1
/
+11
2011-05-02
wl12xx: AP-mode - overhaul rate policy configuration
Arik Nemtsov
5
-85
/
+65
2011-05-02
wl12xx: print firmware program counter during recovery
Arik Nemtsov
1
-1
/
+2
2011-05-02
wl12xx: schedule recovery on command timeout
Arik Nemtsov
1
-3
/
+6
2011-05-02
wl12xx: AP-mode - disable beacon filtering on start up
Arik Nemtsov
3
-1
/
+42
2011-05-02
wl12xx: use wiphy values for setting rts, frag thresholds on init
Arik Nemtsov
4
-13
/
+27
2011-05-02
wl12xx: add BT-coexistance for AP
Arik Nemtsov
5
-17
/
+146
2011-05-02
wl12xx: strict_stroul introduced converted to kstrtoul
Luciano Coelho
1
-2
/
+2
2011-05-02
wl12xx: do not set queue_mapping directly
Hauke Mehrtens
1
-1
/
+1
2011-05-02
wl12xx: discard corrupted packets in RX
Arik Nemtsov
1
-7
/
+26
2011-05-02
wl12xx: implement the tx_frames_pending mac80211 callback
Arik Nemtsov
1
-0
/
+23
2011-05-02
wl12xx: Enable dynamic memory for 127x
Ido Yariv
1
-1
/
+1
2011-05-02
wl12xx: Restart TX when TX descriptors are available
Ido Yariv
1
-0
/
+3
2011-05-02
wl12xx: Modify memory configuration for 128x/AP
Ido Yariv
1
-7
/
+15
2011-05-02
wl12xx: add debugfs entries for dtim_interval and beacon_interval
Eliad Peller
1
-0
/
+132
2011-05-02
wl12xx: Update Power Save Exit Retries Packets
Shahar Levi
1
-1
/
+1
2011-05-02
wl12xx: FM WLAN coexistence
Shahar Levi
5
-0
/
+137
2011-05-02
wl12xx: configure rates when working in ibss mode
Eliad Peller
2
-0
/
+25
2011-05-02
wl12xx: avoid redundant join on interface reconfiguration
Eliad Peller
1
-3
/
+7
2011-05-02
wl12xx: print actual rx packet size (without padding)
Eliad Peller
1
-1
/
+2
2011-05-02
wl12xx: Set correct REF CLK and TCXO CLK values to the FW
Shahar Levi
1
-0
/
+7
2011-05-02
wl12xx: avoid premature elp entrance
Eliad Peller
2
-6
/
+25
2011-05-02
wl12xx: sleep instead of wakeup after tx work
Eliad Peller
1
-1
/
+1
2011-05-02
wl12xx: Set End-of-transaction Flag at Wl127x AP Mode
Shahar Levi
1
-0
/
+4
2011-04-29
mwl8k: Reducing extra_tx_headroom for tx optimization in AP mode
Yogesh Ashok Powar
1
-5
/
+26
2011-04-29
ath9k_htc: Revamp LED management
Sujith Manoharan
4
-196
/
+85
2011-04-29
iwlegacy: remove sync_cmd_mutex
Stanislaw Gruszka
4
-5
/
+2
2011-04-29
iwlegacy: more priv->mutex serialization
Stanislaw Gruszka
3
-23
/
+34
2011-04-29
iwlegacy: fix enqueue hcmd race conditions
Stanislaw Gruszka
2
-28
/
+25
2011-04-29
iwlegacy: comment typo fix diable -> disable
Stanislaw Gruszka
2
-2
/
+2
2011-04-29
iwlegacy: remove scan_tx_antennas
Stanislaw Gruszka
2
-4
/
+0
2011-04-29
iwlegacy: remove unneeded __packed
Stanislaw Gruszka
1
-1
/
+1
2011-04-29
iwlegacy: remove unneeded disable_hw_scan check
Stanislaw Gruszka
1
-3
/
+2
2011-04-29
iwlegacy: simplify init geos
Stanislaw Gruszka
1
-4
/
+1
2011-04-29
iwlegacy: enable only rfkill interrupt when device is down
Stanislaw Gruszka
2
-4
/
+14
2011-04-29
iwlegacy: remove duplicate initialization in iwl4956_down()
Stanislaw Gruszka
1
-1
/
+1
2011-04-29
iwlagn: fix tx power initialization
Stanislaw Gruszka
3
-15
/
+7
2011-04-29
ath9k_htc: Dump modal eeprom header for UB91/94/95
Sujith Manoharan
1
-0
/
+283
2011-04-29
ath9k_htc: Dump base eeprom header for UB91/94/95
Sujith Manoharan
1
-8
/
+162
2011-04-29
p54: avoid uninitialized variable warning for freq
John W. Linville
1
-1
/
+1
2011-04-29
mwifiex: fix copy-n-paste 'thinko' for tsf_val
John W. Linville
1
-3
/
+0
2011-04-29
b43: avoid uninitialized variable warnings in phy_n
John W. Linville
1
-2
/
+5
2011-04-29
ath5k: fix uninitialized var warning for txf2txs
John W. Linville
1
-0
/
+5
2011-04-28
mwifiex: fix bug in mwifiex_save_curr_bcn()
Amitkumar Karwar
1
-16
/
+12
2011-04-28
mwifiex: HT capability information handling
Amitkumar Karwar
4
-86
/
+64
2011-04-28
mwifiex: check firmware capabilities while initialising 5GHz band parameters
Amitkumar Karwar
1
-8
/
+11
2011-04-28
mwl8k: replace rateinfo bitfields with mask and shift macros
John W. Linville
1
-20
/
+5
[next]