aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)Author
2024-03-26wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo
2024-01-15ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson
2024-01-15ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson
2024-01-15ath10k: Add interrupt summary based CE processingRakesh Pillai
2024-01-15ath10k: Wait until copy complete is actually done before completingDouglas Anderson
2023-11-28wifi: ath10k: Don't touch the CE interrupt registers after power upDouglas Anderson
2023-11-28wifi: ath10k: fix clang-specific fortify warningDmitry Antipov
2023-09-23wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-03-11net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring
2023-01-18wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng
2022-10-26wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong
2022-08-25ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski
2022-04-15ath10k: fix memory overwrite of the WoWLAN wakeup packet patternWen Gong
2022-01-27ath10k: Fix tx hangingSebastian Gottschall
2021-11-17ath10k: fix invalid dma_addr_t token assignmentArnd Bergmann
2021-11-17ath10k: fix max antenna gain unitSven Eckelmann
2021-11-17ath10k: Fix missing frame timestamp for beacon/probe-respLoic Poulain
2021-11-17ath10k: high latency fixes for beacon bufferAlagu Sankar
2021-11-17ath10k: fix division by zero in send pathJohan Hovold
2021-11-17ath10k: fix control-message timeoutJohan Hovold
2021-07-14ath10k: Fix an error code in ath10k_add_interface()Yang Li
2021-07-14ath10k: add missing error return code in ath10k_pci_probe()Yang Yingliang
2021-07-14ath10k: go to path err_unsupported when chip id is not supportedYang Yingliang
2021-06-03ath10k: Validate first subframe of A-MSDU before processing the listSriram R
2021-06-03ath10k: Fix TKIP Michael MIC verification for PCIeWen Gong
2021-06-03ath10k: drop MPDU which has discard flag set by firmware for SDIOWen Gong
2021-06-03ath10k: drop fragments with multicast DA for SDIOWen Gong
2021-06-03ath10k: drop fragments with multicast DA for PCIeWen Gong
2021-06-03ath10k: add CCMP PN replay protection for fragmented frames for PCIeWen Gong
2021-05-14ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lockShuah Khan
2021-04-07ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()Shuah Khan
2021-03-07ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan
2021-03-04ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai
2020-12-30ath10k: Release some resources in an error handling pathChristophe JAILLET
2020-12-30ath10k: Fix an error handling pathChristophe JAILLET
2020-12-30ath10k: Fix the parsing error in service available eventRakesh Pillai
2020-11-05ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam
2020-11-05ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong
2020-10-29ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen
2020-10-29ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handlin...Christophe JAILLET
2020-10-29ath10k: provide survey info as accumulated dataVenkateswara Naralasetty
2020-10-01ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong
2020-10-01ath10k: fix memory leak for tpc_stats_finalMiaoqing Pan
2020-10-01ath10k: fix array out-of-bounds accessMiaoqing Pan
2020-09-03Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen
2020-08-19ath10k: Acquire tx_lock in tx error pathsEvan Green
2020-08-05ath10k: enable transmit data ack RSSI for QCA9884Abhishek Ambure
2020-06-22ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai
2020-06-22ath10k: add flush tx packets for SDIO chipWen Gong