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
/
ath
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-16
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
34
-198
/
+912
2020-03-12
carl9170: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-1
/
+1
2020-03-12
ath5k: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-87
/
+87
2020-03-12
ath11k: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-6
/
+6
2020-03-12
ath10k: allow qca988x family to support ack rssi of tx data packets.
Yibo Zhao
1
-0
/
+1
2020-03-11
ath9k: Handle txpower changes even when TPC is disabled
Remi Pommarel
1
-0
/
+3
2020-03-11
ath5k: Add proper dependency for ATH5K_AHB
Krzysztof Kozlowski
1
-1
/
+1
2020-03-11
ath11k: add thermal sensor device support
Pradeep Kumar Chitrapu
6
-0
/
+188
2020-03-11
ath11k: add thermal cooling device support
Pradeep Kumar Chitrapu
7
-1
/
+303
2020-03-11
ath10k: fix not registering airtime of 11a station with WMM disable
Yibo Zhao
1
-1
/
+2
2020-03-11
ath11k: config reorder queue for all tids during peer setup
Govindaraj Saminathan
4
-17
/
+32
2020-03-11
ath10k: fix unsupported chip reset debugs file write
Yingying Tang
2
-5
/
+11
2020-03-11
ath10k: use kzalloc to read for ath10k_sdio_hif_diag_read
Wen Gong
1
-4
/
+14
2020-03-11
ath10k: start recovery process when read int status fail for sdio
Wen Gong
1
-1
/
+4
2020-03-11
ath10k: add QCA9377 sdio hw_param item
Erik Stromdahl
2
-0
/
+30
2020-03-11
ath10k: avoid consecutive OTP download to reduce boot time
Vikas Patel
1
-0
/
+11
2020-03-07
wil6210: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+1
2020-02-17
Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...
David S. Miller
3
-3
/
+10
2020-02-14
mac80211: Fix setting txpower to zero
Ben Greear
3
-3
/
+10
2020-02-11
ath11k: fix incorrect peer stats counters update
Venkateswara Naralasetty
3
-1
/
+18
2020-02-11
ath11k: Fixing dangling pointer issue upon peer delete failure
Vikas Patel
1
-0
/
+12
2020-02-11
ath11k: fix parsing PPDU_CTRL type in pktlog
Anilkumar Kolli
2
-13
/
+12
2020-02-11
ath11k: fix warn-on in disassociation
Karthikeyan Periyasamy
3
-7
/
+13
2020-02-11
ath11k: fix rcu lock protect in peer assoc confirmation
Karthikeyan Periyasamy
1
-0
/
+3
2020-02-11
ath11k: add HE rate accounting to driver
John Crispin
8
-6
/
+112
2020-02-11
ath11k: drop tx_info from ath11k_sta
John Crispin
2
-50
/
+2
2020-02-11
ath11k: Silence clang -Wsometimes-uninitialized in ath11k_update_per_peer_sta...
Nathan Chancellor
1
-1
/
+1
2020-02-11
ath10k: Add support to read btcoex related data from DT
Tamizh Chelvam
5
-3
/
+52
2020-02-11
ath10k: fix few checkpatch warnings
Kalle Valo
2
-3
/
+3
2020-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
84
-180
/
+49811
2020-01-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+3
2020-01-26
wcn36xx: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2020-01-26
ar5523: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2020-01-26
ar5523: Add USB ID of SMCWUSBT-G2 wireless adapter
Mert Dirik
1
-0
/
+2
2020-01-26
ath10k: Use device_get_match_data() to simplify code
Stephen Boyd
1
-7
/
+4
2020-01-26
ath10k: Add newlines to printk messages
Stephen Boyd
1
-3
/
+3
2020-01-26
ath10k: Correct the DMA direction for management tx buffers
Rakesh Pillai
1
-1
/
+1
2020-01-26
ath11k: fix up some error paths
Dan Carpenter
1
-11
/
+11
2020-01-26
ath11k: make sure to also report the RX bandwidth inside radiotap
John Crispin
1
-1
/
+2
2020-01-26
ath11k: avoid null pointer dereference when pointer band is null
Colin Ian King
1
-4
/
+4
2020-01-26
ath11k: Add missing pdev rx rate stats
Bhagavathi Perumal S
2
-33
/
+214
2020-01-26
ath11k: ensure ts.flags is initialized before bit-wise or'ing in values
Colin Ian King
1
-1
/
+1
2020-01-26
ath11k: set TxBf parameters after vdev start
Bhagavathi Perumal S
1
-6
/
+5
2020-01-26
ath11k: enable HE tlvs in ppdu stats for pktlog lite
Anilkumar Kolli
2
-0
/
+23
2020-01-26
ath11k: fix debugfs build failure
Arnd Bergmann
4
-16
/
+13
2020-01-26
ath10k: Don't call SCM interface for statically mapped msa region
Govind Singh
2
-0
/
+10
2020-01-26
Revert "ath10k: fix DMA related firmware crashes on multiple devices"
Zhi Chen
1
-1
/
+1
2020-01-26
ath10k: drop RX skb with invalid length for sdio
Wen Gong
1
-6
/
+18
2020-01-26
ath10k: use true,false for bool variable
zhengbin
1
-1
/
+1
2020-01-26
ath10k: Add optional qdss clk
Bjorn Andersson
1
-1
/
+1
[next]