aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/ath12k
AgeCommit message (Expand)AuthorFilesLines
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski17-88/+443
2026-08-01wifi: ath12k: fix encrypted EAPOL TX in encap offload modeReshma Immaculate Rajkumar3-1/+111
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-61/+293
2026-07-30wifi: ath12k: fix stride mismatch in mac_phy_caps_parse()Jeff Johnson1-3/+5
2026-07-29wifi: ath12k: Share RootPD state across UserPDs to avoid duplicate operationsAaradhana Sahu2-43/+177
2026-07-29wifi: ath12k: add AHB platform descriptor supportAaradhana Sahu4-20/+94
2026-07-29wifi: ath12k: skip MLO multicast links during crash recovery in Tx pathPavankumar Nandeshwar1-0/+3
2026-07-29wifi: ath12k: Use different RX release ring sizes as per memory profilesPavankumar Nandeshwar4-2/+6
2026-07-29wifi: ath12k: rename firmware_mode enum members to use QMI namespaceJeff Johnson5-9/+9
2026-07-29wifi: ath12k: move firmware_mode enum to qmi.hJeff Johnson5-14/+18
2026-07-29wifi: ath12k: validate TLV length in process_tpc_stats()Jeff Johnson1-0/+8
2026-07-29wifi: ath12k: fix overreads in ath12k_wmi_process_csa_switch_count_event()Jeff Johnson1-0/+16
2026-07-27Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski28-563/+799
2026-07-27wifi: ath12k: resolve PENDING ML peer ID from MLO_PEER_MAP HTT eventBaochen Qiang6-0/+100
2026-07-27wifi: ath12k: defer dp_peer registration when firmware allocates MLD peer IDBaochen Qiang4-17/+49
2026-07-27wifi: ath12k: do not advertise MLD peer ID for firmware-allocate devicesBaochen Qiang1-4/+18
2026-07-27wifi: ath12k: introduce host_alloc_ml_id hardware parameterBaochen Qiang4-1/+32
2026-07-27wifi: ath12k: add support for HTT_T2H_MSG_TYPE_MLO_RX_PEER_MAPBaochen Qiang2-0/+42
2026-07-27wifi: ath12k: keep ATH12K_PEER_ML_ID_VALID set in ath12k_sta::ml_peer_idBaochen Qiang3-17/+28
2026-07-27wifi: ath12k: factor out peer assoc send-and-wait into a helperBaochen Qiang1-30/+29
2026-07-27wifi: ath12k: fix out-of-bounds clear_bit in ath12k_mac_dp_peer_cleanup()Baochen Qiang1-1/+4
2026-07-22Merge tag 'ath-next-20260722' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athJohannes Berg28-557/+799
2026-07-22wifi: ath12k: Avoid buffer overread in ath12k_wmi_op_rx()Jeff Johnson1-4/+4
2026-07-22wifi: ath12k: fix survey indexing across bandsMatthew Leach3-47/+62
2026-07-22wifi: ath12k: Set DTIM policy to stick mode for station interfaceDaizhuang Bai2-0/+18
2026-07-22wifi: ath12k: Constify struct ath12k_dp_arch_opsChristophe JAILLET2-2/+2
2026-07-22wifi: ath12k: fix scan command endianness on big endianAlexander Wilhelm2-8/+22
2026-07-22wifi: ath12k: Correctly copy the hint BSSID in WMI scan requestJeff Johnson1-2/+2
2026-07-22wifi: ath12k: allocate HOST_DDR and BDF regions after Q6 RO regionAaradhana Sahu1-4/+15
2026-07-22wifi: ath12k: refactor QMI memory assignmentAaradhana Sahu1-96/+61
2026-07-22wifi: ath12k: switch to name-based reserved memory lookupAaradhana Sahu4-54/+29
2026-07-22wifi: ath12k: Set congestion control max MSDU countThiraviyam Mariyappan4-0/+21
2026-07-22wifi: ath12k: update IPQ5332 BDF address offsetAaradhana Sahu1-1/+1
2026-07-22wifi: ath12k: fix ML-STA authentication timeout on QCC2072Miaoqing Pan2-0/+3
2026-07-22wifi: ath12k: Set IEEE80211_OFFLOAD_ENCAP_4ADDR after tx_encap_type vdev paramTamizh Chelvam Raja1-7/+7
2026-07-14wifi: ath12k: add QMI capability negotiation for dynamic memory modeAaradhana Sahu2-4/+53
2026-07-14wifi: ath12k: fix rx_mpdu_start layout for QCC2072Wei Zhang1-1/+33
2026-07-14wifi: ath12k: Reduce RX SRNG interrupt timer threshold to 200usThiraviyam Mariyappan1-1/+1
2026-07-14wifi: ath12k: Fix ath12k_wifi7_mac_op_tx() style issuesJeff Johnson1-7/+11
2026-07-14wifi: ath12k: fix MLO peer delete raceBaochen Qiang6-38/+131
2026-07-14wifi: ath12k: fix dp_link_peer dangling references on AP vdev rollbackBaochen Qiang1-16/+2
2026-07-14wifi: ath12k: Switch to generic PAS TZ APIsSumit Garg2-6/+6
2026-07-13wifi: ath12k: fix NULL pointer dereference in rhash table destroyJose Ignacio Tornos Martinez2-2/+8
2026-07-13wifi: ath12k: Fix low MLO RX throughput on WCN7850Yingying Tang8-7/+73
2026-07-09wifi: ath12k: Flush the posted write after writing to PCIE_SOC_GLOBAL_RESETManivannan Sadhasivam1-0/+4
2026-07-06wifi: cfg80211: remove WIPHY_FLAG_DISABLE_WEXTJohannes Berg1-6/+0
2026-06-30wifi: ath12k: correct monitor destination ring sizeAaradhana Sahu1-1/+1
2026-06-30wifi: ath12k: change MAC buffer ring size to 4096Yingying Tang1-1/+1
2026-06-30wifi: ath12k: Skip peer link info update in rx_status for monitor MSDUsSushant Butta1-53/+1
2026-06-30wifi: ath12k: Skip setting RX_FLAG_8023 for Ethernet-II (DIX) frames in monitor modeSushant Butta3-24/+3