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
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
2020-07-20
ath9k: Fix regression with Atheros 9271
Mark O'Donovan
1
-1
/
+3
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-15
/
+15
2020-05-30
ath9k_htc: Set RX filter based to allow broadcast Action frame RX
Jouni Malinen
3
-1
/
+5
2020-05-30
ath9k: Set RX filter based to allow broadcast Action frame RX
Jouni Malinen
3
-1
/
+5
2020-05-06
ath9k_htc: Silence undersized packet warnings
Masashi Honma
1
-3
/
+3
2020-04-28
ath9k: add calibration timeout for AR9002
Sergey Ryazanov
3
-2
/
+25
2020-04-28
ath9k: invalidate all calibrations at once
Sergey Ryazanov
1
-6
/
+9
2020-04-28
ath9k: interleaved NF calibration on AR9002
Sergey Ryazanov
1
-2
/
+6
2020-04-28
ath9k: do not miss longcal on AR9002
Sergey Ryazanov
2
-1
/
+10
2020-04-28
ath9k: remove needless NFCAL_PENDING flag setting
Sergey Ryazanov
1
-3
/
+0
2020-04-28
ath9k: fix AR9002 ADC and NF calibrations
Sergey Ryazanov
1
-3
/
+2
2020-04-07
ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb
Qiujun Huang
2
-11
/
+42
2020-04-07
ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cb
Qiujun Huang
1
-0
/
+5
2020-04-07
ath9k: Fix use-after-free Write in ath9k_htc_rx_msg
Qiujun Huang
1
-0
/
+3
2020-04-07
ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rx
Qiujun Huang
5
-7
/
+17
2020-04-07
ath9k: Fix use-after-free Read in htc_connect_service
Qiujun Huang
2
-4
/
+0
2020-03-16
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
1
-0
/
+3
2020-03-11
ath9k: Handle txpower changes even when TPC is disabled
Remi Pommarel
1
-0
/
+3
2020-02-17
Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...
David S. Miller
2
-2
/
+8
2020-02-14
mac80211: Fix setting txpower to zero
Ben Greear
2
-2
/
+8
2020-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-2
/
+2
2020-01-26
ath9k: use true,false for bool variable
zhengbin
1
-1
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-12-18
ath9k: fix storage endpoint lookup
Johan Hovold
1
-1
/
+1
2019-11-28
ath9k: use iowrite32 over __raw_writel
Christian Lamparter
1
-1
/
+1
2019-11-21
drivers: net: Fix Kconfig indentation, continued
Krzysztof Kozlowski
1
-29
/
+29
2019-11-06
Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...
David S. Miller
4
-9
/
+22
2019-10-28
net: Fix misspellings of "configure" and "configuration"
Geert Uytterhoeven
1
-1
/
+1
2019-10-04
mac80211: simplify TX aggregation start
Johannes Berg
2
-2
/
+2
2019-10-03
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
4
-9
/
+22
2019-10-01
ath9k_htc: Discard undersized packets
Masashi Honma
1
-4
/
+19
2019-10-01
ath9k_htc: Modify byte order for an error message
Masashi Honma
1
-1
/
+1
2019-10-01
ath9k_hw: fix uninitialized variable data
Denis Efremov
1
-1
/
+1
2019-10-01
ath9k: remove unused including <linux/version.h>
YueHaibing
1
-1
/
+0
2019-09-26
drivers: net: Fix Kconfig indentation
Krzysztof Kozlowski
1
-1
/
+1
2019-09-23
ath: Use dev_get_drvdata where possible
Chuhong Yuan
1
-3
/
+2
2019-09-10
ath9k: release allocated buffer if timed out
Navid Emamdoost
1
-0
/
+1
2019-09-10
ath9k_htc: release allocated buffer if timed out
Navid Emamdoost
1
-0
/
+3
2019-09-10
ath9k: Remove unneeded variable to store return value
zhong jiang
1
-3
/
+1
2019-09-04
ath9k: dynack: set ackto to max timeout in ath_dynack_reset
Lorenzo Bianconi
1
-7
/
+13
2019-09-04
ath9k: dynack: set max timeout according to channel width
Lorenzo Bianconi
1
-8
/
+30
2019-09-04
ath9k: dynack: properly set last timeout timestamp in ath_dynack_reset
Lorenzo Bianconi
1
-1
/
+1
2019-09-04
ath9k: dyanck: introduce ath_dynack_set_timeout routine
Lorenzo Bianconi
1
-16
/
+21
2019-09-04
ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}init
Lorenzo Bianconi
1
-4
/
+4
2019-09-04
ath9k: add loader for AR92XX (and older) pci(e)
Christian Lamparter
3
-0
/
+233
2019-07-26
mac80211: pass the vif to cancel_remain_on_channel
Emmanuel Grumbach
1
-1
/
+2
2019-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2019-06-27
ath9k: correctly handle short radar pulses
Zefir Kurtisi
1
-1
/
+5
2019-06-26
ath: fix SPDX tags
Kalle Valo
2
-2
/
+2
[next]