summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-44/+39
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+0
2026-01-30wifi: ath11k: add usecase firmware handling based on device compatibleMiaoqing Pan-0/+31
2026-01-15wifi: ath11k: move .max_tx_ring to struct ath11k_hw_hal_paramsAlexandru Gagniuc-26/+34
2026-01-15wifi: ath11k: Register handler for CFR capture eventVenkateswara Naralasetty-2/+365
2026-01-15wifi: ath11k: Register DBR event handler for CFR dataVenkateswara Naralasetty-3/+339
2026-01-15wifi: ath11k: Register relayfs entries for CFR dumpVenkateswara Naralasetty-0/+36
2026-01-15wifi: ath11k: Add support unassociated client CFRVenkateswara Naralasetty-4/+290
2026-01-15wifi: ath11k: Register debugfs for CFR configurationVenkateswara Naralasetty-3/+475
2026-01-15wifi: ath11k: Add initialization and deinitialization sequence for CFR moduleVenkateswara Naralasetty-17/+354
2026-01-15wifi: ath11k: fix comment typo in monitor mode handlingChien Wong-1/+1
2026-01-15wifi: ath11k: Fix failure to connect to a 6 GHz APQian Zhang-3/+6
2026-01-15wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1Ross Vandegrift-0/+28
2025-12-31net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam-4/+0
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2025-11-06wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp()Nicolas Escande-0/+3
2025-11-05Merge tag 'wireless-next-2025-11-05' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-190/+379
2025-11-05Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-190/+379
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-10-23wifi: ath11k: Correctly use "ab" macro parameterJeff Johnson-28/+28
2025-10-23wifi: ath11k: advertise NL80211_FEATURE_TX_POWER_INSERTIONAditya Kumar Singh-0/+2
2025-10-23wifi: ath11k: add support for Tx Power insertion in RRM action frameAditya Kumar Singh-0/+166
2025-10-23wifi: ath11k: wrap ath11k_mac_op_get_txpower() with lock-aware internal helperAditya Kumar Singh-11/+20
2025-10-23wifi: ath11k: relocate some Tx power related functions in mac.cAditya Kumar Singh-135/+135
2025-10-23wifi: ath11k: fix peer HE MCS assignmentBaochen Qiang-4/+7
2025-10-23wifi: ath11k: fix VHT MCS assignmentBaochen Qiang-7/+12
2025-10-20Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg-11/+53
2025-10-15wifi: ath11k: restore register window after global resetBaochen Qiang-1/+19
2025-10-15wifi: ath11k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson-15/+1
2025-10-06wifi: ath11k: avoid bit operation on key flagsRameshkumar Sundaram-5/+5
2025-10-06wifi: ath11k: Add missing platform IDs for quirk tableMark Pearson-6/+48
2025-09-22wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize againMuhammad Usama Anjum-5/+18
2025-09-18wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load()Matvey Kovalev-1/+1
2025-09-18wifi: ath: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)-27/+7
2025-09-18wifi: ath11k: Remove redundant semicolonLiao Yuanhong-1/+0
2025-09-18wifi: ath11k: downgrade log level for CE buffer enqueue failureBaochen Qiang-1/+2
2025-09-02wifi: ath11k: fix group data packet drops during rekeyRameshkumar Sundaram-9/+104
2025-07-21wifi: ath11k: Prefer {} to {0} in initializersJeff Johnson-70/+75
2025-07-15wifi: ath11k: fix sleeping-in-atomic in ath11k_mac_op_set_bitrate_mask()Baochen Qiang-6/+6
2025-06-26wifi: ath11k: fix dest ring-buffer corruption when ring is fullJohan Hovold-2/+9
2025-06-26wifi: ath11k: fix source ring-buffer corruptionJohan Hovold-1/+9
2025-06-26wifi: ath11k: use plain accesses for monitor descriptorJohan Hovold-13/+9
2025-06-26wifi: ath11k: use plain access for descriptor lengthJohan Hovold-1/+1
2025-06-26wifi: ath11k: fix dest ring-buffer corruptionJohan Hovold-7/+11
2025-06-26wifi: ath11k: Make read-only const array svc_id static constColin Ian King-1/+1
2025-06-26wifi: ath11k: fix suspend use-after-free after probe failureJohan Hovold-1/+6
2025-06-26wifi: ath11k: clear initialized flag for deinit-ed srng listsSergey Senozhatsky-0/+4