summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2023-09-23wifi: ath9k: fix printk specifierDongliang Mu2-4/+4
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-08-11wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov1-2/+2
2023-08-11wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel1-3/+4
2023-08-11wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin1-1/+7
2023-08-11wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin1-0/+4
2023-08-11wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer1-9/+18
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-05-17wifi: ath9k: hif_usb: fix memory leak of remain_skbsFedor Pchelkin1-0/+19
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-01-18wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin1-0/+14
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-08-25ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2-6/+7
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-15ath9k_htc: fix uninit value bugsPavel Skripkin1-0/+5
2022-01-27ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen1-0/+7
2021-11-26ath9k: Fix potential interrupt storm on queue resetLinus Lüssing1-1/+3
2021-09-22ath9k: fix sleeping in atomic contextMiaoqing Pan1-5/+7
2021-09-22ath9k: fix OOB read ar9300_eeprom_restore_internalZekun Shen1-1/+2
2021-08-26ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2-1/+87
2021-08-26ath: Modify ath_key_delete() to not need full key entryJouni Malinen2-4/+3
2021-08-26ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen1-0/+5
2021-07-20ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár1-0/+5
2021-05-22ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2-2/+2
2021-03-17ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2-1/+8
2021-03-04ath9k: fix data bus crash when setting nf_override via debugfsLinus Lüssing1-1/+4
2020-11-18ath9k_htc: Use appropriate rs_datalen typeMasashi Honma1-1/+1
2020-10-30ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile1-0/+19
2020-10-29ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()Dan Carpenter1-0/+2
2020-08-05ath9k: release allocated buffer if timed outNavid Emamdoost1-0/+1
2020-08-05ath9k_htc: release allocated buffer if timed outNavid Emamdoost1-0/+3
2020-07-29ath9k: Fix regression with Atheros 9271Mark O'Donovan1-1/+3
2020-07-29ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-07-16Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb"Greg Kroah-Hartman2-42/+11
2020-06-22ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-06-22ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang1-0/+5
2020-06-22ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang1-0/+3
2020-06-22ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang5-7/+17
2020-06-22ath9k_htc: Silence undersized packet warningsMasashi Honma1-3/+3