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
/
ath
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-03
wil6210: Remove msm platform related code
Hamad Kadmany
5
-302
/
+1
2015-02-03
wil6210: print ciphers in debug info
Vladimir Kondratiev
1
-12
/
+25
2015-02-03
wil6210: more Tx debug
Vladimir Kondratiev
1
-13
/
+17
2015-02-03
wil6210: fix race between xmit and Tx vring de-allocation
Vladimir Kondratiev
2
-3
/
+23
2015-02-03
wil6210: avoid Tx descriptor double write
Vladimir Kondratiev
1
-3
/
+1
2015-02-03
wil6210: remove old Tx work-around
Vladimir Kondratiev
1
-3
/
+0
2015-02-03
ath9k: Fix max pattern check
Sujith Manoharan
3
-31
/
+51
2015-02-03
ath9k: Cleanup reg_wow.h
Sujith Manoharan
1
-53
/
+15
2015-02-03
ath9k: Remove incorrect register macros
Sujith Manoharan
1
-5
/
+0
2015-02-03
ath9k: Move WOW registers to reg_wow.h
Sujith Manoharan
3
-120
/
+137
2015-02-03
ath9k: Register max WOW patterns
Sujith Manoharan
2
-1
/
+10
2015-02-03
ath9k: Add a HW structure for WOW
Sujith Manoharan
2
-6
/
+10
2015-02-03
ath9k: Simplify user pattern configuration
Sujith Manoharan
2
-43
/
+12
2015-02-03
ath9k: Add a debugfs file for WOW
Sujith Manoharan
3
-2
/
+71
2015-02-03
ath9k: Remove ath9k_hw_wow_event_to_string
Sujith Manoharan
3
-27
/
+3
2015-02-03
ath9k: Remove unused BMISS processing
Sujith Manoharan
3
-29
/
+0
2015-02-03
ath9k: Check WOW triggers properly
Sujith Manoharan
3
-30
/
+29
2015-02-03
ath9k: Fix wow init/deinit
Sujith Manoharan
3
-4
/
+23
2015-02-03
ath9k: Check multi-channel context for WOW
Sujith Manoharan
1
-0
/
+9
2015-02-03
ath9k: Check early for multi-vif/STA conditions
Sujith Manoharan
1
-15
/
+7
2015-02-03
ath9k: Remove redundant device_can_wakeup() check
Sujith Manoharan
1
-6
/
+0
2015-02-03
ath9k: Return early for error conditions
Sujith Manoharan
1
-6
/
+6
2015-02-03
ath9k: Remove ATH9K_HW_WOW_DEVICE_CAPABLE
Sujith Manoharan
3
-8
/
+1
2015-01-29
ath9k: Enable manual peak detect calibration
Sujith Manoharan
1
-2
/
+8
2015-01-29
ath9k: Set correct peak detect threshold
Sujith Manoharan
1
-4
/
+11
2015-01-29
ath9k: Fix manual peak calibration initialization
Sujith Manoharan
1
-8
/
+30
2015-01-29
ath9k: Add a macro to identify PCOEM chips
Sujith Manoharan
1
-0
/
+3
2015-01-29
ath9k: Update AR955x initvals
Sujith Manoharan
1
-2
/
+2
2015-01-29
ath9k: Update QCA953x initvals
Sujith Manoharan
1
-2
/
+2
2015-01-29
wil6210: move Rx reorder buffer allocation out of spinlock
Vladimir Kondratiev
1
-4
/
+4
2015-01-29
wil6210: implement cfg80211 probe_client() op
Vladimir Kondratiev
3
-0
/
+108
2015-01-29
wil6210: implement skb Tx status reporting
Vladimir Kondratiev
2
-2
/
+18
2015-01-29
wil6210: remove unnecessary interrupt moderation module parameters
Vladimir Shulman
1
-33
/
+5
2015-01-29
wil6210: interrupt moderation configuration update
Vladimir Shulman
1
-2
/
+2
2015-01-29
wil6210: tuning rings size
Vladimir Shulman
1
-2
/
+2
2015-01-29
wil6210: Add Tx queue len configuration
Vladimir Shulman
2
-4
/
+10
2015-01-29
wil6210: ignore firmware failure to gracefully stop AP
Dedy Lansky
1
-5
/
+7
2015-01-29
wil6210: fix timing of netif_carrier_on indication
Dedy Lansky
5
-34
/
+12
2015-01-29
wil6210: sync WMI with firmware
Vladimir Kondratiev
2
-14
/
+59
2015-01-27
ath9k and ath9k_htc: rename variable "led_blink"
Hong Xu
6
-8
/
+8
2015-01-23
ath5k: document a fall-through case in ath5k_hw_set_opmode
John Linville
1
-0
/
+1
2015-01-23
ath9k_htc: remove dead code in error path of ath9k_htc_txcompletion_cb
John Linville
1
-5
/
+1
2015-01-23
ath9k_htc: Add a module parameter to disable blink
Hong Xu
3
-0
/
+11
2015-01-23
wcn36xx: initiate TX BA sessions
Bob Copeland
3
-2
/
+77
2015-01-23
wcn36xx: move set_tx_pdu inside set_tx_data/mgmt
Bob Copeland
1
-17
/
+20
2015-01-23
wcn36xx: initialize dxe lock
Bob Copeland
1
-0
/
+2
2015-01-23
wcn36xx: initialize skb_lock
Bob Copeland
1
-0
/
+1
2015-01-23
wcn36xx: don't process 'valid' descriptors
Bob Copeland
1
-0
/
+2
2015-01-23
wcn36xx: let device generate qos seq numbers
Bob Copeland
2
-1
/
+9
2015-01-23
wcn36xx: use !! when assigning int as a boolean
Bob Copeland
1
-1
/
+1
[next]