index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()
Minsuk Kang
2
-2
/
+2
2022-11-28
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
2
-4
/
+1
2022-11-09
wifi: ath9k: Remove unused variable mismatch
Colin Ian King
1
-2
/
+1
2022-11-08
wifi: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2
-1
/
+2
2022-11-02
wifi: ath9k: remove variable sent
Colin Ian King
1
-2
/
+0
2022-10-29
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
3
-24
/
+35
2022-10-29
Kalle Valo says:
Jakub Kicinski
1
-0
/
+1
2022-10-11
wifi: ath9k: verify the expected usb_endpoints are present
Fedor Pchelkin
1
-0
/
+14
2022-10-11
wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()
Fedor Pchelkin
1
-13
/
+15
2022-10-11
wifi: ath9k: Remove -Warray-bounds exception
Kees Cook
1
-5
/
+0
2022-10-11
wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()
Fedor Pchelkin
1
-4
/
+0
2022-10-10
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-1
/
+2
2022-10-10
wifi: ath9k: Make arrays prof_prio and channelmap static const
Colin Ian King
1
-2
/
+6
2022-10-10
wifi: mac80211: add wake_tx_queue callback to drivers
Alexander Wetzel
1
-0
/
+1
2022-09-27
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
2
-2
/
+2
2022-09-22
wifi: ath9k: fix repeated the words in a comment
Jilin Yuan
1
-1
/
+1
2022-09-22
wifi: ath9k: fix repeated to words in a comment
Jilin Yuan
1
-1
/
+1
2022-09-06
wifi: mac80211: extend ieee80211_nullfunc_get() for MLO
Johannes Berg
1
-1
/
+1
2022-09-06
wifi: mac80211: make smps_mode per-link
Benjamin Berg
1
-1
/
+1
2022-08-30
wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()
Tetsuo Handa
1
-15
/
+28
2022-08-19
hwrng: core - let sleep be interrupted when unregistering hwrng
Jason A. Donenfeld
1
-1
/
+2
2022-07-15
wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...
Gregory Greenman
1
-2
/
+2
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
2
-2
/
+4
2022-07-08
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
5
-34
/
+39
2022-07-08
ath9k: remove unexpected words "the" in comments
Jiang Jian
1
-1
/
+1
2022-06-20
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
2
-2
/
+2
2022-06-20
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
1
-0
/
+2
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
2
-2
/
+2
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
3
-17
/
+18
2022-06-20
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
2
-2
/
+2
2022-06-20
ath9k: htc: clean up statistics macros
Pavel Skripkin
3
-32
/
+36
2022-06-20
ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
Pavel Skripkin
2
-6
/
+7
2022-06-15
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
1
-1
/
+1
2022-05-23
wifi: ath9k: silence array-bounds warning on GCC 12
Jakub Kicinski
1
-0
/
+5
2022-05-22
ath9k: replace ternary operator with max()
Guo Zhengkui
1
-1
/
+1
2022-05-04
Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
17
-109
/
+108
2022-05-03
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
5
-8
/
+13
2022-04-29
ath9k: hif_usb: simplify if-if to if-else
Wan Jiabing
1
-3
/
+2
2022-04-23
ath9k: fix QCA9561 PA bias level
Thibaut VARÈNE
1
-1
/
+1
2022-04-23
ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyix
Dan Carpenter
1
-0
/
+8
2022-04-12
ath9k: Remove unnecessary print function dev_err()
Yang Li
1
-3
/
+1
2022-04-12
ath9k: fix ath_get_rate_txpower() to respect the rate list end tag
Peter Seiderer
1
-1
/
+1
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
4
-16
/
+16
2022-04-10
ath9k: Fix usage of driver-private space in tx_info
Toke Høiland-Jørgensen
2
-11
/
+21
2022-04-01
ath9k: make is2ghz consistent in ar9003_eeprom
Wenli Looi
1
-25
/
+21
2022-04-01
ath9k: Properly clear TX status area before reporting to mac80211
Toke Høiland-Jørgensen
1
-3
/
+2
2022-03-25
ath9k: add functions to get paprd rate mask
Wenli Looi
3
-20
/
+25
2022-03-25
ath9k: refactor ar9003_hw_spur_mitigate_ofdm
Wenli Looi
1
-17
/
+8
2022-03-25
ath9k: fix ar9003_get_eepmisc
Wenli Looi
1
-1
/
+1
2022-03-25
ath9k: use AR9300_MAX_CHAINS when appropriate
Wenli Looi
2
-3
/
+3
[prev]
[next]