summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2020-08-19ath10k: Acquire tx_lock in tx error pathsEvan Green1-0/+4
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-30wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-28/+11
2020-06-22carl9170: remove P2P_GO supportChristian Lamparter2-20/+5
2020-06-22wcn36xx: Fix error handling path in 'wcn36xx_probe()'Christophe JAILLET1-2/+4
2020-06-22ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai3-0/+28
2020-06-22ath10k: Skip handling del_server during driver exitRakesh Pillai2-1/+18
2020-06-22ath11k: fix kernel panic by freeing the msdu received with invalid lengthTamizh Chelvam1-0/+18
2020-06-22ath11k: fix error return code in ath11k_dp_alloc()Wei Yongjun1-1/+3
2020-06-22ath10k: fix possible memory leak in ath10k_bmi_lz_data_large()Wei Yongjun1-0/+1
2020-06-22ath11k: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2020-06-22ath10k: add flush tx packets for SDIO chipWen Gong3-1/+15
2020-06-22ath10k: fix kernel null pointer dereferenceVenkateswara Naralasetty1-0/+2
2020-06-22ath11k: Avoid mgmt tx count underflowSriram R1-2/+3
2020-06-22ath11k: fix error message to correctly report the command that failedColin Ian King1-1/+1
2020-06-22ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()'Christophe JAILLET1-2/+4
2020-06-22ath10k: remove the max_sched_scan_reqs valueWen Gong1-1/+0
2020-06-22ath10k: Fix the race condition in firmware dump work queueMaharaja Kennadyrajan1-0/+1
2020-06-17ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-06-17ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang1-0/+5
2020-06-17ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang1-0/+3
2020-06-17ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang5-7/+17
2020-06-17ath9k: Fix use-after-free Read in htc_connect_serviceQiujun Huang2-4/+0
2020-06-17ath9k_htc: Silence undersized packet warningsMasashi Honma1-3/+3
2020-04-06ath11k: fix compiler warnings without CONFIG_THERMALYueHaibing1-1/+2
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds48-623/+2491
2020-03-22ath10k: Fill GCMP MIC length for PMFYingying Tang4-8/+48
2020-03-18ath11k: Perform per-msdu rx processingSriram R11-318/+245
2020-03-18ath11k: Configure hash based reo destination ring selectionSriram R7-5/+94
2020-03-18ath11k: Adding proper validation before accessing tx_statsPravas Kumar Panda1-0/+3
2020-03-18ath11k: dump SRNG stats during FW assertManikanta Pubbisetty6-2/+82
2020-03-18ath11k: fill channel info from rx channelVenkateswara Naralasetty1-3/+7
2020-03-18ath11k: Supporting RX ring backpressure HTT event and stats handlingSriram R5-0/+108
2020-03-17ath11k: add handling for BSS colorJohn Crispin1-0/+25
2020-03-17ath11k: add WMI calls required for handling BSS colorJohn Crispin2-0/+109
2020-03-17ath11k: set queue_len to 4096John Crispin2-0/+2
2020-03-17ath11k: enable PN offloadManikanta Pubbisetty7-14/+156
2020-03-17ath11k: handle RX fragmentsManikanta Pubbisetty9-92/+709
2020-03-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo34-198/+912
2020-03-12carl9170: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-12ath5k: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-87/+87
2020-03-12ath11k: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-6/+6
2020-03-12ath10k: allow qca988x family to support ack rssi of tx data packets.Yibo Zhao1-0/+1
2020-03-11ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel1-0/+3
2020-03-11ath5k: Add proper dependency for ATH5K_AHBKrzysztof Kozlowski1-1/+1
2020-03-11ath11k: add thermal sensor device supportPradeep Kumar Chitrapu6-0/+188
2020-03-11ath11k: add thermal cooling device supportPradeep Kumar Chitrapu7-1/+303
2020-03-11ath10k: fix not registering airtime of 11a station with WMM disableYibo Zhao1-1/+2