index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: Postpone key cache entry deletion for TXQ frames reference it
Jouni Malinen
2021-08-26
2
-1
/
+87
*
ath: Modify ath_key_delete() to not need full key entry
Jouni Malinen
2021-08-26
5
-23
/
+22
*
ath: Export ath_hw_keysetmac()
Jouni Malinen
2021-08-26
2
-2
/
+3
*
ath9k: Clear key cache explicitly on disabling hardware
Jouni Malinen
2021-08-26
1
-0
/
+5
*
ath: Use safer key clearing with key cache entries
Jouni Malinen
2021-08-26
1
-1
/
+10
*
ath11k: unlock on error path in ath11k_mac_op_add_interface()
Dan Carpenter
2021-07-19
1
-2
/
+2
*
ath11k: send beacon template after vdev_start/restart during csa
Seevalamuthu Mariappan
2021-07-14
1
-5
/
+5
*
ath10k: Fix an error code in ath10k_add_interface()
Yang Li
2021-07-14
1
-0
/
+1
*
ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()
Christophe JAILLET
2021-07-14
1
-1
/
+2
*
wcn36xx: Move hal_buf allocation to devm_kmalloc in probe
Bryan O'Donoghue
2021-07-14
1
-13
/
+8
*
wireless: carl9170: fix LEDS build errors & warnings
Randy Dunlap
2021-07-14
1
-5
/
+3
*
ath10k: add missing error return code in ath10k_pci_probe()
Yang Yingliang
2021-07-14
1
-3
/
+9
*
ath10k: go to path err_unsupported when chip id is not supported
Yang Yingliang
2021-07-14
1
-1
/
+1
*
ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()
Pali Rohár
2021-07-14
1
-0
/
+5
*
ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()
Anirudh Rayabharam
2021-06-03
2
-4
/
+5
*
Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"
Greg Kroah-Hartman
2021-06-03
1
-1
/
+3
*
ath11k: Clear the fragment cache during key install
Sriram R
2021-06-03
3
-0
/
+25
*
ath10k: Validate first subframe of A-MSDU before processing the list
Sriram R
2021-06-03
1
-4
/
+57
*
ath10k: Fix TKIP Michael MIC verification for PCIe
Wen Gong
2021-06-03
1
-0
/
+10
*
ath10k: drop MPDU which has discard flag set by firmware for SDIO
Wen Gong
2021-06-03
2
-1
/
+18
*
ath10k: drop fragments with multicast DA for SDIO
Wen Gong
2021-06-03
1
-2
/
+7
*
ath10k: drop fragments with multicast DA for PCIe
Wen Gong
2021-06-03
1
-3
/
+20
*
ath10k: add CCMP PN replay protection for fragmented frames for PCIe
Wen Gong
2021-06-03
2
-4
/
+96
*
ath11k: fix thermal temperature read
Pradeep Kumar Chitrapu
2021-05-19
1
-32
/
+21
*
ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lock
Shuah Khan
2021-05-14
1
-0
/
+3
*
ath10k: Fix a use after free in ath10k_htc_send_bundle
Lv Yunlong
2021-05-14
1
-1
/
+1
*
ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices
Toke Høiland-Jørgensen
2021-05-14
2
-2
/
+2
*
ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()
Shuah Khan
2021-04-07
1
-2
/
+5
*
ath11k: add ieee80211_unregister_hw to avoid kernel crash caused by NULL pointer
Wen Gong
2021-04-07
1
-2
/
+5
*
ath11k: fix AP mode for QCA6390
Kalle Valo
2021-03-17
1
-2
/
+2
*
ath11k: start vdev if a bss peer is already created
Carl Huang
2021-03-17
3
-2
/
+25
*
ath11k: peer delete synchronization with firmware
Ritesh Singh
2021-03-17
6
-7
/
+75
*
ath9k: fix transmitting to stations in dynamic SMPS mode
Felix Fietkau
2021-03-17
2
-1
/
+8
*
ath10k: fix wmi mgmt tx queue full due to race condition
Miaoqing Pan
2021-03-07
1
-11
/
+4
*
ath9k: fix data bus crash when setting nf_override via debugfs
Linus Lüssing
2021-03-04
1
-1
/
+4
*
ath11k: fix a locking bug in ath11k_mac_op_start()
Dan Carpenter
2021-03-04
1
-5
/
+6
*
ath10k: Fix lockdep assertion warning in ath10k_sta_statistics
Anand K Mistry
2021-03-04
1
-0
/
+2
*
ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_i...
Anand K Mistry
2021-03-04
1
-0
/
+3
*
ath10k: Fix error handling in case of CE pipe init failure
Rakesh Pillai
2021-03-04
1
-2
/
+3
*
ath9k: fix build error with LEDS_CLASS=m
Arnd Bergmann
2021-02-17
1
-6
/
+2
*
ath11k: qmi: try to allocate a big block of DMA memory first
Carl Huang
2021-01-19
2
-2
/
+23
*
ath11k: fix crash caused by NULL rx_channel
Carl Huang
2021-01-19
1
-3
/
+7
*
wil6210: select CONFIG_CRC32
Arnd Bergmann
2021-01-17
1
-0
/
+1
*
ath11k: Fix incorrect tlvs in scan start command
Pradeep Kumar Chitrapu
2020-12-30
1
-31
/
+0
*
ath10k: Release some resources in an error handling path
Christophe JAILLET
2020-12-30
1
-1
/
+4
*
ath10k: Fix an error handling path
Christophe JAILLET
2020-12-30
1
-0
/
+2
*
ath10k: Fix the parsing error in service available event
Rakesh Pillai
2020-12-30
3
-3
/
+11
*
ath11k: Fix an error handling path
Christophe JAILLET
2020-12-30
1
-2
/
+4
*
ath11k: Reset ath11k_skb_cb before setting new flags
Sven Eckelmann
2020-12-30
1
-0
/
+1
*
ath11k: Don't cast ath11k_skb_cb to ieee80211_tx_info.control
Sven Eckelmann
2020-12-30
3
-12
/
+21
[next]