summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorLines
2026-03-03Merge tag 'ath-current-20260302' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg-26/+16
2026-02-26wifi: ath12k: fix station lookup failure when disconnecting from APBaochen Qiang-23/+13
2026-02-26wifi: ath12k: use correct pdev id when requesting firmware statsBaochen Qiang-3/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-10/+7
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-30/+15
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-102/+102
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-245/+232
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+0
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-17519/+23921
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+7
2026-02-04Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-12/+729
2026-02-02net: remove unnecessary module_init/exit functionsEthan Nelson-Moore-12/+0
2026-02-02Merge tag 'ath-next-20260202' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-12/+729
2026-01-30wifi: ath12k: clear stale link mapping of ahvif->links_mapAaradhana Sahu-1/+3
2026-01-30wifi: ath12k: Add support TX hardware queue statsAaradhana Sahu-0/+90
2026-01-30wifi: ath12k: Add support RX PDEV statsAaradhana Sahu-0/+180
2026-01-30wifi: ath12k: Fix index decrement when array_len is zeroAaradhana Sahu-3/+5
2026-01-30wifi: ath12k: support OBSS PD configuration for AP modeWei Zhang-3/+171
2026-01-30wifi: ath12k: add WMI support for spatial reuse parameter configurationWei Zhang-0/+188
2026-01-30wifi: ath11k: add usecase firmware handling based on device compatibleMiaoqing Pan-0/+31
2026-01-30wifi: ath10k: sdio: add missing lock protection in ath10k_sdio_fw_crashed_dump()Ziyi Guo-0/+6
2026-01-30wifi: ath10k: fix lock protection in ath10k_wmi_event_peer_sta_ps_state_chg()Ziyi Guo-2/+2
2026-01-30wifi: ath10k: snoc: support powering on the device via pwrseqDmitry Baryshkov-3/+53
2026-01-29Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-227/+3135
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman-28/+25
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-28/+25
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-17carl9170: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-5/+7
2026-01-15wifi: ath12k: enable QCC2072 supportBaochen Qiang-1/+13
2026-01-15wifi: ath12k: fix PCIE_LOCAL_REG_QRTR_NODE_ID definition for QCC2072Miaoqing Pan-5/+16
2026-01-15wifi: ath12k: send peer meta data version to firmwareBaochen Qiang-0/+13
2026-01-15wifi: ath12k: limit number of channels per WMI commandBaochen Qiang-1/+5
2026-01-15wifi: ath12k: handle REO status ring for QCC2072Baochen Qiang-1/+38
2026-01-15wifi: ath12k: handle REO CMD ring for QCC2072Baochen Qiang-3/+65
2026-01-15wifi: ath12k: add hardware ops support for QCC2072Baochen Qiang-1/+69
2026-01-15wifi: ath12k: add HAL descriptor and ops for QCC2072Baochen Qiang-3/+385
2026-01-15wifi: ath12k: support downloading auxiliary ucode image for QCC2072Baochen Qiang-4/+215
2026-01-15wifi: ath12k: support LPASS_SHARED target memory typeBaochen Qiang-0/+2
2026-01-15wifi: ath12k: add hardware parameters for QCC2072Baochen Qiang-0/+85
2026-01-15wifi: ath12k: add hardware registers for QCC2072Baochen Qiang-1/+115
2026-01-15wifi: ath12k: fix mac phy capability parsingBaochen Qiang-8/+14
2026-01-15wifi: ath12k: refactor 320 MHz bandwidth support parsingBaochen Qiang-12/+11
2026-01-15wifi: ath12k: fix preferred hardware mode calculationBaochen Qiang-1/+1
2026-01-15wifi: ath12k: refactor REO status ring handlingBaochen Qiang-49/+48
2026-01-15wifi: ath12k: refactor REO CMD ring handlingBaochen Qiang-48/+56
2026-01-15wifi: ath12k: refactor PCI window register accessBaochen Qiang-6/+19
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