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
/
ath10k
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-21
Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...
David S. Miller
14
-61
/
+487
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-2
/
+44
2018-12-20
ath10k: add support to configure BB timing over wmi
Bhagavathi Perumal S
4
-0
/
+116
2018-12-20
ath10k: fix tx_stats memory leak
Zhi Chen
1
-9
/
+13
2018-12-20
ath10k: fix peer stats null pointer dereference
Zhi Chen
2
-3
/
+3
2018-12-20
ath10k: remove an unnecessary NULL check
Dan Carpenter
1
-1
/
+1
2018-12-20
ath10k: move non-fatal warn logs to dbg level
Govind Singh
1
-1
/
+1
2018-12-20
ath10k: fix a NULL vs IS_ERR() check
Dan Carpenter
1
-2
/
+2
2018-12-20
ath10k: remove work in progress logs from snoc driver
Govind Singh
2
-3
/
+1
2018-12-20
ath10k: fix warning due to msdu limit error
Bhagavathi Perumal S
4
-4
/
+61
2018-12-20
ath10k: disable 4addr source port learning in 10.4 FW by default
Sathishkumar Muruganandam
3
-1
/
+35
2018-12-20
ath10k: report tx rate using ieee80211_tx_rate_update()
Anilkumar Kolli
3
-5
/
+64
2018-12-20
ath10k: add amsdu support for monitor mode
Yu Wang
1
-2
/
+186
2018-12-20
ath10k: fix kernel panic due to use after free
Karthikeyan Periyasamy
1
-5
/
+5
2018-12-20
ath10k: remove set but not used variable 'num_tdls_vifs'
YueHaibing
1
-26
/
+0
2018-12-19
ath10k: skip sending quiet mode cmd for WCN3990
Rakesh Pillai
5
-2
/
+44
2018-12-04
Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...
David S. Miller
15
-147
/
+436
2018-11-16
ath10k: don't assume 'vif' is non-NULL in flush()
Brian Norris
1
-1
/
+1
2018-11-06
ath10k: fix struct init whitespace in SNOC driver
Brian Norris
1
-6
/
+6
2018-11-06
ath10k: don't assume this is a PCI dev in generic code
Brian Norris
1
-2
/
+1
2018-11-06
ath10k: assign 'n_cipher_suites' for WCN3990
Brian Norris
1
-0
/
+1
2018-11-06
ath10k: ath10k_snoc_{read,write}32() should be static
Brian Norris
2
-4
/
+2
2018-11-06
ath10k: snoc: fix unbalanced clock error handling
Brian Norris
1
-1
/
+1
2018-11-06
ath10k: snoc: relax voltage requirements
Brian Norris
1
-4
/
+4
2018-11-06
ath10k: snoc: fix unabalanced regulator error handling
Brian Norris
1
-54
/
+75
2018-11-06
ath10k: snoc: remove 'wcn3990' from generic resource handling
Brian Norris
2
-21
/
+21
2018-11-06
ath10k: fix some typo
Yangtao Li
1
-2
/
+2
2018-11-05
ath10k: remove set but not used variable 'tlv_len'
YueHaibing
1
-3
/
+0
2018-11-05
ath10k: fix some spelling mistakes
Colin Ian King
1
-3
/
+3
2018-11-05
ath10k: fixup extended per sta tx statistics
Dan Carpenter
1
-2
/
+6
2018-11-05
ath10k: fill the channel survey results for WCN3990 correctly
Rakesh Pillai
6
-37
/
+120
2018-11-05
ath10k: fix copy-paste error in ath10k_qmi_setup_msa_resources()
Wei Yongjun
1
-1
/
+1
2018-11-05
ath10k: assign proper firmware crash dump structure
Anilkumar Kolli
2
-1
/
+15
2018-11-05
ath10k: add memory dump support for QCA4019
Anilkumar Kolli
1
-1
/
+102
2018-11-05
ath10k: dump tx stats in rate table format
Anilkumar Kolli
4
-2
/
+29
2018-11-05
ath10k: add support for WCN3990 firmware crash recovery
Surabhi Vishnoi
4
-3
/
+47
2018-10-13
ath10k: add QMI message handshake for wcn3990 client
Govind Singh
8
-13
/
+1419
2018-10-13
ath10k: add debug mask for QMI layer
Govind Singh
1
-0
/
+1
2018-10-13
ath10k: add support to create boardname for non-bmi target
Rakesh Pillai
2
-0
/
+10
2018-10-13
ath10k: add qmi service helpers for wcn3990 qmi client
Govind Singh
2
-0
/
+2749
2018-10-13
ath10k: htt: remove some dead code
Dan Carpenter
1
-2
/
+0
2018-10-13
ath10k: allocate small size dma memory in ath10k_pci_diag_write_mem
Carl Huang
1
-12
/
+11
2018-10-13
ath10k: add peer flush in ath10k_flush for STATION
Wen Gong
1
-2
/
+13
2018-10-13
ath10k: remove unnecessary comparison of unsigned integer with < 0
Gustavo A. R. Silva
1
-1
/
+1
2018-10-13
ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_stats
Gustavo A. R. Silva
1
-1
/
+2
2018-10-13
ath10k: management tx ack rssi capability check
Balaji Pothunoori
1
-2
/
+3
2018-10-13
ath10k: support NET_DETECT WoWLAN feature
Wen Gong
7
-0
/
+700
2018-10-13
ath10k: set probe request oui during driver start
Rakesh Pillai
1
-6
/
+8
2018-10-13
ath10k: fix possible out of bound access of ath10k_rates array
Sriram R
1
-15
/
+15
2018-10-04
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
31
-390
/
+1989
[next]