aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2026-05-18wifi: ath11k: clear shared SRNG pointer state on restartKyle Farnung1-3/+11
2026-05-18wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()Willmar Knikker1-2/+4
2026-05-18wifi: ath11k: fix peer resolution on rx path when peer_id=0Matthew Leach2-6/+2
2026-05-12wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()Nicolas Escande1-0/+1
2026-05-12wifi: ath11k: fix error path leaks in some WMI callsNicolas Escande1-16/+96
2026-05-12wifi: ath11k: fix error path leaks in some WMI WOW callsNicolas Escande1-3/+16
2026-04-08wifi: ath11k: Use michael_mic() from cfg80211Eric Biggers4-57/+7
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+7
2026-03-24wifi: ath11k: Pass the correct value of each TID during a stop AMPDU sessionReshma Immaculate Rajkumar1-8/+7
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-2/+2
2026-03-04Merge tag 'ath-next-20260303' of https://git.kernel.org/pub/scm/linux/kernel/...Johannes Berg2-18/+20
2026-03-02wifi: ath11k: Silence remoteproc probe deferral printsBjorn Andersson1-7/+3
2026-03-02wifi: mac80211: fetch unsolicited probe response template by link IDSriram R1-1/+1
2026-03-02wifi: mac80211: fetch FILS discovery template by link IDSriram R1-1/+1
2026-02-26wifi: ath11k: fix memory leaks in beacon template setupZilin Guan1-11/+17
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook13-44/+39
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+0
2026-01-30wifi: ath11k: add usecase firmware handling based on device compatibleMiaoqing Pan2-0/+31
2026-01-15wifi: ath11k: move .max_tx_ring to struct ath11k_hw_hal_paramsAlexandru Gagniuc8-26/+34
2026-01-15wifi: ath11k: Register handler for CFR capture eventVenkateswara Naralasetty5-2/+365
2026-01-15wifi: ath11k: Register DBR event handler for CFR dataVenkateswara Naralasetty5-3/+339
2026-01-15wifi: ath11k: Register relayfs entries for CFR dumpVenkateswara Naralasetty2-0/+36
2026-01-15wifi: ath11k: Add support unassociated client CFRVenkateswara Naralasetty5-4/+290
2026-01-15wifi: ath11k: Register debugfs for CFR configurationVenkateswara Naralasetty7-3/+475
2026-01-15wifi: ath11k: Add initialization and deinitialization sequence for CFR moduleVenkateswara Naralasetty11-17/+354
2026-01-15wifi: ath11k: fix comment typo in monitor mode handlingChien Wong1-1/+1
2026-01-15wifi: ath11k: Fix failure to connect to a 6 GHz APQian Zhang1-3/+6
2026-01-15wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1Ross Vandegrift1-0/+28
2025-12-31net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam1-4/+0
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-11-06wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp()Nicolas Escande1-0/+3
2025-11-05Merge tag 'wireless-next-2025-11-05' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski6-190/+379
2025-11-05Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg6-190/+379
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-23wifi: ath11k: Correctly use "ab" macro parameterJeff Johnson2-28/+28
2025-10-23wifi: ath11k: advertise NL80211_FEATURE_TX_POWER_INSERTIONAditya Kumar Singh1-0/+2
2025-10-23wifi: ath11k: add support for Tx Power insertion in RRM action frameAditya Kumar Singh1-0/+166
2025-10-23wifi: ath11k: wrap ath11k_mac_op_get_txpower() with lock-aware internal helperAditya Kumar Singh1-11/+20
2025-10-23wifi: ath11k: relocate some Tx power related functions in mac.cAditya Kumar Singh1-135/+135
2025-10-23wifi: ath11k: fix peer HE MCS assignmentBaochen Qiang2-4/+7
2025-10-23wifi: ath11k: fix VHT MCS assignmentBaochen Qiang3-7/+12
2025-10-20Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg2-11/+53
2025-10-15wifi: ath11k: restore register window after global resetBaochen Qiang1-1/+19
2025-10-15wifi: ath11k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson1-15/+1
2025-10-06wifi: ath11k: avoid bit operation on key flagsRameshkumar Sundaram1-5/+5
2025-10-06wifi: ath11k: Add missing platform IDs for quirk tableMark Pearson1-6/+48
2025-09-22wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize againMuhammad Usama Anjum3-5/+18