summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter2022-06-141-0/+8
* ath9k: fix ar9003_get_eepmiscWenli Looi2022-06-141-1/+1
* ath9k: fix QCA9561 PA bias levelThibaut VARÈNE2022-06-141-1/+1
* ath9k_htc: fix uninit value bugsPavel Skripkin2022-04-151-0/+5
* ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen2022-01-271-0/+7
* ath9k: Fix potential interrupt storm on queue resetLinus Lüssing2021-11-261-1/+3
* ath9k: fix sleeping in atomic contextMiaoqing Pan2021-09-221-5/+7
* ath9k: fix OOB read ar9300_eeprom_restore_internalZekun Shen2021-09-221-1/+2
* ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2021-08-262-1/+87
* ath: Modify ath_key_delete() to not need full key entryJouni Malinen2021-08-262-4/+3
* ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen2021-08-261-0/+5
* ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár2021-07-201-0/+5
* ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2021-05-222-2/+2
* ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2021-03-172-1/+8
* ath9k: fix data bus crash when setting nf_override via debugfsLinus Lüssing2021-03-041-1/+4
* ath9k_htc: Use appropriate rs_datalen typeMasashi Honma2020-11-181-1/+1
* ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile2020-10-301-0/+19
* ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()Dan Carpenter2020-10-291-0/+2
* ath9k: release allocated buffer if timed outNavid Emamdoost2020-08-051-0/+1
* ath9k_htc: release allocated buffer if timed outNavid Emamdoost2020-08-051-0/+3
* ath9k: Fix regression with Atheros 9271Mark O'Donovan2020-07-291-1/+3
* ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2020-07-292-11/+42
* Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb"Greg Kroah-Hartman2020-07-162-42/+11
* ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2020-06-222-11/+42
* ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang2020-06-221-0/+5
* ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang2020-06-221-0/+3
* ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang2020-06-225-7/+17
* ath9k_htc: Silence undersized packet warningsMasashi Honma2020-06-221-3/+3
* ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel2020-04-171-0/+3
* ath9k: fix storage endpoint lookupJohan Hovold2020-02-011-1/+1
* ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi2020-01-271-4/+4
* ath9k_htc: Discard undersized packetsMasashi Honma2020-01-091-4/+19
* ath9k_htc: Modify byte order for an error messageMasashi Honma2020-01-091-1/+1
* ath9k_hw: fix uninitialized variable dataDenis Efremov2019-12-011-1/+1
* ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich2019-11-241-1/+1
* ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter2019-11-201-2/+1
* ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau2019-11-204-3/+17
* ath9k: fix tx99 with monitor mode interfaceFelix Fietkau2019-11-204-20/+4
* ath9k: Check for errors when reading SREV registerTim Schumacher2019-07-261-9/+23
* ath9k: Avoid OF no-EEPROM quirks without qca,no-eepromDaniel F. Dickinson2019-03-131-3/+3
* ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi2019-02-121-2/+2
* ath9k: dynack: make ewma estimation fasterLorenzo Bianconi2019-02-124-12/+29
* ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi2019-02-121-1/+2
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-1/+0
|\ \
| * | ath9k: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0
| |/
* | ath9k: fix more-data flag for buffered multicast packetsFelix Fietkau2018-07-311-9/+3
* | ath9k_hw: fix channel maximum power level testFelix Fietkau2018-07-311-2/+5
* | ath9k: fix block-ack window tracking issuesFelix Fietkau2018-07-311-11/+18