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
/
htt_rx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-22
wifi: ath10k: reset pointer after memory free to avoid potential use-after-free
Wen Gong
1
-0
/
+6
2022-09-16
wifi: ath10k: Fix miscellaneous spelling errors
Jeff Johnson
1
-1
/
+1
2022-06-20
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
1
-1
/
+1
2022-06-08
ath10k: fix recently introduced checkpatch warning
Kalle Valo
1
-1
/
+1
2022-05-22
ath10k: fix misreported tx bandwidth for 160Mhz
Maxime Bizon
1
-0
/
+4
2022-02-24
ath10k: fix pointer arithmetic error in trace call
Francesco Magliocca
1
-1
/
+1
2022-01-17
ath10k: abstract htt_rx_desc structure
Francesco Magliocca
1
-103
/
+228
2021-06-12
ath10k: remove unused more_frags variable
Yang Yingliang
1
-2
/
+0
2021-05-11
ath10k: Validate first subframe of A-MSDU before processing the list
Sriram R
1
-4
/
+57
2021-05-11
ath10k: Fix TKIP Michael MIC verification for PCIe
Wen Gong
1
-0
/
+10
2021-05-11
ath10k: drop MPDU which has discard flag set by firmware for SDIO
Wen Gong
1
-0
/
+5
2021-05-11
ath10k: drop fragments with multicast DA for SDIO
Wen Gong
1
-2
/
+7
2021-05-11
ath10k: drop fragments with multicast DA for PCIe
Wen Gong
1
-3
/
+20
2021-05-11
ath10k: add CCMP PN replay protection for fragmented frames for PCIe
Wen Gong
1
-4
/
+95
2021-02-04
ath10k: remove h from printk format specifier
Tom Rix
1
-16
/
+16
2020-11-07
wireless: remove unneeded break
Tom Rix
1
-1
/
+0
2020-08-18
ath10k: fix VHT NSS calculation when STBC is enabled
Sathishkumar Muruganandam
1
-1
/
+7
2020-08-17
ath10k: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-20
ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()
Zekun Shen
1
-0
/
+8
2020-06-16
ath10k: fix retry packets update in station dump
Venkateswara Naralasetty
1
-3
/
+5
2020-04-27
ath10k: add statistics of tx retries and tx failed when tx complete disable
Wen Gong
1
-0
/
+7
2020-04-22
ath10k: add htt TX bundle for sdio
Wen Gong
1
-0
/
+1
2020-04-09
ath10k: disable TX complete indication of htt for sdio
Wen Gong
1
-1
/
+33
2020-03-11
ath10k: fix not registering airtime of 11a station with WMM disable
Yibo Zhao
1
-1
/
+2
2020-01-26
ath10k: use true,false for bool variable
zhengbin
1
-1
/
+1
2019-12-02
ath10k: enable napi on RX path for sdio
Wen Gong
1
-8
/
+40
2019-11-29
ath10k: change log level for mpdu status of sdio chip
Wen Gong
1
-2
/
+2
2019-11-25
ath10k: fix RX of frames with broken FCS in monitor mode
Linus Lüssing
1
-0
/
+7
2019-11-25
ath10k: report rssi of each chain to mac80211 for sdio
Wen Gong
1
-1
/
+0
2019-11-25
ath10k: add workqueue for RX path of sdio
Wen Gong
1
-0
/
+3
2019-10-31
ath10k: remove unneeded semicolon
YueHaibing
1
-1
/
+1
2019-09-17
ath10k: Check if station exists before forwarding tx airtime report
Hauke Mehrtens
1
-1
/
+1
2019-09-10
ath10k: add reorder and change PN check logic for mac80211
Wen Gong
1
-2
/
+89
2019-06-28
ath10k: Move non-fatal warn logs to dbg level for SDIO chip
Wen Gong
1
-1
/
+1
2019-06-25
ath10k: add report MIC error for sdio chip
Wen Gong
1
-1
/
+6
2019-06-25
ath10k: acquire lock to fix lockdep's warning
Claire Chang
1
-3
/
+8
2019-05-07
ath10k: Use struct_size() helper
Gustavo A. R. Silva
1
-3
/
+1
2019-05-07
ath10k: Fix the tx stats bytes & packets parsing
Brandon Huang
1
-3
/
+3
2019-04-29
ath10k: add fragmentation handler for high latency devices
Wen Gong
1
-0
/
+230
2019-04-29
ath10k: add PN replay protection for high latency devices
Wen Gong
1
-2
/
+95
2019-04-29
ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND event
Wen Gong
1
-0
/
+46
2019-04-23
ath10k: htt: don't use txdone_fifo with SDIO
Alagu Sankar
1
-1
/
+3
2019-04-08
mac80211: make ieee80211_schedule_txq schedule empty TXQs
Felix Fietkau
1
-1
/
+1
2019-02-28
ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_stats
Surabhi Vishnoi
1
-3
/
+3
2019-02-28
ath10k: Fix the wrong updation of SGI in tx_stats debugfs
Surabhi Vishnoi
1
-1
/
+3
2019-02-28
ath10k: Fix the incorrect updation of NSS data in tx stats
Surabhi Vishnoi
1
-8
/
+8
2019-02-26
ath10k: don't report unset rssi values to mac80211
Alagu Sankar
1
-3
/
+9
2019-02-26
ath10k: add support for ack rssi value of data tx packets
Abhishek Ambure
1
-5
/
+7
2019-02-20
ath10k: switch to use SPDX license identifiers
Kalle Valo
1
-12
/
+1
2019-02-20
ath10k: change 'unsigned long int' to 'unsigned long'
Kalle Valo
1
-8
/
+8
[next]