summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/dp_rx.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-19wifi: ath11k: Fix SKB corruption in REO destination ringNagarajan Maran1-3/+6
2023-04-19wifi: ath11k: add peer mac information in failure casesHarshitha Prem1-6/+10
2023-04-19wifi: ath11k: fix double free of peer rx_tid during reo cmd failureHarshitha Prem1-12/+31
2023-04-17wifi: ath11k: fix undefined behavior with __fls in dpHarshitha Prem1-1/+1
2023-04-17wifi: ath11k: Ignore frags from uninitialized peer in dp.Harshitha Prem1-0/+8
2023-04-17wifi: ath11k: print a warning when crypto_alloc_shash() failsKalle Valo1-1/+4
2023-03-22wifi: ath11k: fix BUFFER_DONE read on monitor ring rx bufferHarshitha Prem1-34/+23
2023-01-18wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setupMiaoqian Lin1-0/+1
2022-12-08wifi: ath11k: fix monitor mode bringup crashNagarajan Maran1-0/+1
2022-12-02wifi: ath11k: Fix race condition with struct htt_ppdu_stats_infoGovindaraj Saminathan1-11/+11
2022-09-22wifi: ath11k: fix failed to find the peer with peer_id 0 when disconnectedWen Gong1-1/+2
2022-09-16wifi: ath11k: Fix miscellaneous spelling errorsJeff Johnson1-1/+1
2022-06-06ath11k: Avoid REO CMD failed prints during firmware recoveryManikanta Pubbisetty1-2/+3
2022-05-30ath11k: support avg signal in station dumpThiraviyam Mariyappan1-0/+3
2022-02-24ath11k: translate HE status to radiotap formatPradeep Kumar Chitrapu1-8/+23
2022-02-24ath11k: decode HE status tlvPradeep Kumar Chitrapu1-17/+83
2022-02-21ath11k: Invalidate cached reo ring entry before accessing itRameshkumar Sundaram1-1/+1
2022-02-14ath11k: fix destination monitor ring out of syncKarthikeyan Kathirvel1-6/+36
2022-01-31ath11k: Fix uninitialized symbol 'rx_buf_sz'Anilkumar Kolli1-2/+5
2022-01-17ath11k: move function ath11k_dp_rx_process_mon_statusAloka Dixit1-87/+84
2022-01-17ath11k: enable RX PPDU stats in monitor co-exist modeMiles Hu1-60/+24
2022-01-12ath11k: add LDPC FEC type in 802.11 radiotap headerP Praneesh1-1/+11
2021-12-22ath11k: Fix unexpected return buffer manager error for QCA6390Baochen Qiang1-1/+1
2021-12-20ath11k: report tx bitrate for iw wlan station dumpWen Gong1-23/+5
2021-12-20ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855Wen Gong1-0/+8
2021-12-09ath11k: Process full monitor mode rx supportAnilkumar Kolli1-2/+407
2021-11-22ath11k: Fix mon status ring rx tlv processingAnilkumar Kolli1-7/+7
2021-11-15ath11k: fix FCS_ERR flag in radio tap headerP Praneesh1-2/+12
2021-11-15ath11k: add branch predictors in process_rxP Praneesh1-15/+9
2021-11-15ath11k: remove usage quota while processing rx packetsP Praneesh1-6/+3
2021-11-15ath11k: avoid active pdev check for each msduP Praneesh1-36/+34
2021-11-15ath11k: avoid additional access to ath11k_hal_srng_dst_num_freeP Praneesh1-3/+7
2021-11-15ath11k: modify dp_rx desc access wrapper calls inlineP Praneesh1-55/+59
2021-10-25ath11k: change return buffer manager for QCA6390Baochen Qiang1-11/+18
2021-10-05ath11k: Remove unused variable in ath11k_dp_rx_mon_merg_msdus()Tim Gardner1-9/+1
2021-09-28ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packetsBaochen Qiang1-2/+2
2021-09-28ath11k: Drop MSDU with length error in DP rx pathBaochen Qiang1-0/+18
2021-09-28ath11k: fix packet drops due to incorrect 6 GHz freq value in rx statusPradeep Kumar Chitrapu1-3/+6
2021-09-28ath11k: Fix pktlog lite rx eventsAnilkumar Kolli1-3/+13
2021-09-28ath11k: Add support for RX decapsulation offloadSriram R1-70/+124
2021-09-24ath11k: monitor mode clean up to use separate APIsSeevalamuthu Mariappan1-1/+1
2021-07-02ath11k: Remove some duplicate codeChristophe JAILLET1-5/+0
2021-05-11ath11k: Drop multicast fragmentsSriram R1-0/+16
2021-05-11ath11k: Clear the fragment cache during key installSriram R1-0/+18
2021-02-17ath11k: add data path support for QCN9074Karthikeyan Periyasamy1-227/+249
2021-02-09ath11k: Update tx descriptor search index properlyKarthikeyan Periyasamy1-2/+6
2021-02-04ath11k: remove h from printk format specifierTom Rix1-5/+5
2021-01-11Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+1
2020-12-18ath11k: dp: clean up a variable nameDan Carpenter1-1/+1
2020-12-17ath11k: fix crash caused by NULL rx_channelCarl Huang1-3/+7