summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-02-23wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang1-2/+3
2024-01-15ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson2-16/+0
2024-01-15ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson4-66/+52
2024-01-15ath10k: Add interrupt summary based CE processingRakesh Pillai2-26/+42
2024-01-15ath10k: Wait until copy complete is actually done before completingDouglas Anderson1-9/+21
2023-11-28wifi: ath10k: Don't touch the CE interrupt registers after power upDouglas Anderson1-4/+14
2023-11-28wifi: ath10k: fix clang-specific fortify warningDmitry Antipov1-1/+1
2023-11-28wifi: ath9k: fix clang-specific fortify warningsDmitry Antipov2-2/+2
2023-09-23wifi: ath9k: fix printk specifierDongliang Mu2-4/+4
2023-09-23wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+5
2023-09-23wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming1-1/+1
2023-09-23wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin1-6/+8
2023-09-23wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin1-2/+4
2023-07-27wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov1-2/+2
2023-07-27wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel1-3/+4
2023-07-27wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin1-1/+7
2023-07-27wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin1-0/+4
2023-07-27wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer1-9/+18
2023-06-09treewide: Remove uninitialized_var() usageKees Cook3-3/+3
2023-05-17wifi: ath6kl: reduce WARN to dev_dbg() in callbackFedor Pchelkin1-2/+2
2023-05-17wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()Dan Carpenter1-1/+1
2023-05-17wifi: ath9k: hif_usb: fix memory leak of remain_skbsFedor Pchelkin1-0/+19
2023-05-17wifi: ath6kl: minor fix for allocation sizeAlexey V. Vissarionov1-1/+1
2023-03-11wifi: ath9k: use proper statements in conditionalsArnd Bergmann1-7/+7
2023-03-11wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang1-0/+1
2023-03-11wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin1-9/+22
2023-03-11ath9k: htc: clean up statistics macrosPavel Skripkin3-32/+36
2023-03-11ath9k: hif_usb: simplify if-if to if-elseWan Jiabing1-3/+2
2023-03-11wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin1-1/+3
2023-03-11net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring1-3/+1
2023-01-18wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida1-0/+6
2023-01-18wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin1-0/+14
2023-01-18wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12
2023-01-18wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin1-13/+15
2023-01-18wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin1-4/+0
2022-10-26wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()Tetsuo Handa1-15/+28
2022-10-26wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong1-25/+29
2022-08-25wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi1-2/+2
2022-08-25wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()Dan Carpenter1-10/+4
2022-08-25ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2-6/+7
2022-08-25ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski1-3/+2
2022-06-14carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong1-0/+3
2022-06-14ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter1-0/+8
2022-06-14ath9k: fix ar9003_get_eepmiscWenli Looi1-1/+1
2022-06-14ath9k: fix QCA9561 PA bias levelThibaut VARÈNE1-1/+1
2022-04-20ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen2-11/+21
2022-04-20ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen1-3/+2
2022-04-15ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen1-0/+3
2022-04-15ath9k_htc: fix uninit value bugsPavel Skripkin1-0/+5
2022-04-15ath10k: fix memory overwrite of the WoWLAN wakeup packet patternWen Gong1-3/+4