summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/dp_rx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo2024-10-171-2/+5
|\
| * wifi: ath11k: Fix invalid ring usage in full monitor modeRemi Pommarel2024-10-161-2/+5
* | wifi: ath11k: fix array out-of-bound access in SoC statsKarthikeyan Periyasamy2024-07-101-1/+1
|/
* wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang2024-06-111-2/+1
* wifi: ath11k: fix misspelling of "dma" in num_rxmda_per_pdevJeff Johnson2024-05-131-11/+11
* wifi: ath11k: skip status ring entry processingVenkateswara Naralasetty2024-05-071-9/+73
* wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson2023-11-301-0/+1
* wifi: ath11k: fix htt pktlog lockingJohan Hovold2023-10-251-1/+7
* wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Jeff Johnson2023-10-121-4/+4
* wifi: ath11k: remove unnecessary (void*) conversionsWu Yunchuan2023-09-281-8/+5
* wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process()Dmitry Antipov2023-09-211-7/+0
* wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats()Dmitry Antipov2023-09-211-3/+0
* wifi: ath11k: Fix a few spelling errorsJeff Johnson2023-08-231-1/+1
* wifi: ath11k: fix band selection for ppdu received in channel 177 of 5 GHzAditya Kumar Singh2023-08-021-1/+1
* wifi: ath11k: don't use %pKKalle Valo2023-06-131-3/+3
* wifi: ath11k: remove manual mask names from debug messagesKalle Valo2023-06-131-1/+1
* wifi: ath11k: Fix SKB corruption in REO destination ringNagarajan Maran2023-04-191-3/+6
* wifi: ath11k: add peer mac information in failure casesHarshitha Prem2023-04-191-6/+10
* wifi: ath11k: fix double free of peer rx_tid during reo cmd failureHarshitha Prem2023-04-191-12/+31
* wifi: ath11k: fix undefined behavior with __fls in dpHarshitha Prem2023-04-171-1/+1
* wifi: ath11k: Ignore frags from uninitialized peer in dp.Harshitha Prem2023-04-171-0/+8
* wifi: ath11k: print a warning when crypto_alloc_shash() failsKalle Valo2023-04-171-1/+4
* wifi: ath11k: fix BUFFER_DONE read on monitor ring rx bufferHarshitha Prem2023-03-221-34/+23
* wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setupMiaoqian Lin2023-01-181-0/+1
* wifi: ath11k: fix monitor mode bringup crashNagarajan Maran2022-12-081-0/+1
* wifi: ath11k: Fix race condition with struct htt_ppdu_stats_infoGovindaraj Saminathan2022-12-021-11/+11
* wifi: ath11k: fix failed to find the peer with peer_id 0 when disconnectedWen Gong2022-09-221-1/+2
* wifi: ath11k: Fix miscellaneous spelling errorsJeff Johnson2022-09-161-1/+1
* ath11k: Avoid REO CMD failed prints during firmware recoveryManikanta Pubbisetty2022-06-061-2/+3
* ath11k: support avg signal in station dumpThiraviyam Mariyappan2022-05-301-0/+3
* ath11k: translate HE status to radiotap formatPradeep Kumar Chitrapu2022-02-241-8/+23
* ath11k: decode HE status tlvPradeep Kumar Chitrapu2022-02-241-17/+83
* ath11k: Invalidate cached reo ring entry before accessing itRameshkumar Sundaram2022-02-211-1/+1
* ath11k: fix destination monitor ring out of syncKarthikeyan Kathirvel2022-02-141-6/+36
* ath11k: Fix uninitialized symbol 'rx_buf_sz'Anilkumar Kolli2022-01-311-2/+5
* ath11k: move function ath11k_dp_rx_process_mon_statusAloka Dixit2022-01-171-87/+84
* ath11k: enable RX PPDU stats in monitor co-exist modeMiles Hu2022-01-171-60/+24
* ath11k: add LDPC FEC type in 802.11 radiotap headerP Praneesh2022-01-121-1/+11
* ath11k: Fix unexpected return buffer manager error for QCA6390Baochen Qiang2021-12-221-1/+1
* ath11k: report tx bitrate for iw wlan station dumpWen Gong2021-12-201-23/+5
* ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855Wen Gong2021-12-201-0/+8
* ath11k: Process full monitor mode rx supportAnilkumar Kolli2021-12-091-2/+407
* ath11k: Fix mon status ring rx tlv processingAnilkumar Kolli2021-11-221-7/+7
* ath11k: fix FCS_ERR flag in radio tap headerP Praneesh2021-11-151-2/+12
* ath11k: add branch predictors in process_rxP Praneesh2021-11-151-15/+9
* ath11k: remove usage quota while processing rx packetsP Praneesh2021-11-151-6/+3
* ath11k: avoid active pdev check for each msduP Praneesh2021-11-151-36/+34
* ath11k: avoid additional access to ath11k_hal_srng_dst_num_freeP Praneesh2021-11-151-3/+7
* ath11k: modify dp_rx desc access wrapper calls inlineP Praneesh2021-11-151-55/+59
* ath11k: change return buffer manager for QCA6390Baochen Qiang2021-10-251-11/+18