aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/dp_rx.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-04wifi: ath12k: fix peer_id usage in normal RX pathBaochen Qiang1-1/+1
2026-04-23wifi: ath12k: prepare REO update element only for primary linkBaochen Qiang1-0/+3
2026-04-08wifi: ath12k: Use michael_mic() from cfg80211Eric Biggers1-50/+5
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2026-03-24wifi: ath12k: Pass the correct value of each TID during a stop AMPDU sessionReshma Immaculate Rajkumar1-1/+3
2026-03-04Merge tag 'ath-next-20260303' of https://git.kernel.org/pub/scm/linux/kernel/...Johannes Berg1-2/+0
2026-03-02wifi: ath12k: Remove the unused argument from the Rx data pathKarthikeyan Periyasamy1-2/+0
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-12-15Merge branch 'ath12k-ng' into ath-nextJeff Johnson1-3227/+251
2025-11-05wifi: ath12k: Use dp objects in performance critical pathsPavankumar Nandeshwar1-23/+21
2025-11-05wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.koPavankumar Nandeshwar1-0/+12
2025-11-05wifi: ath12k: Move ath12k_dp_rx_get_peer_id API to Wi-Fi 7Pavankumar Nandeshwar1-23/+0
2025-11-05wifi: ath12k: Move ath12k_dp_rx_frags_cleanup API to Wi-Fi 7Pavankumar Nandeshwar1-26/+2
2025-11-05wifi: ath12k: Remove the wifi7 header inclusions in common codePavankumar Nandeshwar1-1/+0
2025-11-05wifi: ath12k: Move DP device stats to ath12k_dpPavankumar Nandeshwar1-2/+2
2025-11-05wifi: ath12k: Add callbacks in arch_ops for rx APIsPavankumar Nandeshwar1-20/+18
2025-10-27wifi: ath12k: Use ath12k_dp_peer in per packet Tx & Rx pathsHarsh Kumar Bijlani1-25/+33
2025-10-27wifi: ath12k: Move ath12k_dp_link_peer list from ath12k_base to ath12k_dpHarsh Kumar Bijlani1-40/+46
2025-10-27wifi: ath12k: Rename ath12k_peer to ath12k_dp_link_peerHarsh Kumar Bijlani1-17/+18
2025-10-24wifi: ath12k: Assert base_lock is held before allocating REO update elementSarika Sharma1-0/+2
2025-10-15wifi: ath12k: track dropped MSDU buffer type packets in REO exception ringSarika Sharma1-0/+2
2025-10-15wifi: ath12k: Fix MSDU buffer types handling in RX error pathSarika Sharma1-6/+64
2025-10-10wifi: ath12k: Segregate the common and wifi7 specific structuresPavankumar Nandeshwar1-2/+0
2025-10-10wifi: ath12k: Move HAL REO and Rx buf related APIs to wifi7 directoryPavankumar Nandeshwar1-1/+2
2025-10-10wifi: ath12k: Move hal_params and regs to hal from hwPavankumar Nandeshwar1-1/+1
2025-10-08wifi: ath12k: Refactor data path pdev structRipan Deuri1-42/+57
2025-09-30wifi: ath12k: Convert ath12k_dp member in ath12k_base to pointerRipan Deuri1-10/+10
2025-09-22wifi: ath12k: Use 1KB Cache Flush Command for QoS TID DescriptorsManish Dharanenthiran1-30/+29
2025-09-22wifi: ath12k: Fix flush cache failure during RX queue updateNithyanantham Paramasivam1-0/+2
2025-09-22wifi: ath12k: Add Retry Mechanism for REO RX Queue Update FailuresManish Dharanenthiran1-57/+133
2025-09-22wifi: ath12k: Refactor REO command to use ath12k_dp_rx_tid_rxqNithyanantham Paramasivam1-14/+32
2025-09-22wifi: ath12k: Refactor RX TID buffer cleanup into helper functionNithyanantham Paramasivam1-18/+16
2025-09-22wifi: ath12k: Refactor RX TID deletion handling into helper functionNithyanantham Paramasivam1-8/+19
2025-09-18wifi: ath12k: Add fallback for invalid channel number in PHY metadataSriram R1-1/+15
2025-09-11wifi: ath12k: Change the API prefixes to ath12k_wifi7 in tx/rxPavankumar Nandeshwar1-20/+23
2025-09-11wifi: ath12k: Add new infra for the rx pathPavankumar Nandeshwar1-59/+26
2025-09-03wifi: ath12k: Move HTT Rx specific code to newly introduced filesHarsh Kumar Bijlani1-633/+0
2025-09-03wifi: ath12k: Move arch specific rx tid and related functions to wifi7 directoryPavankumar Nandeshwar1-244/+4
2025-09-03wifi: ath12k: Move arch specific REO functions to wifi7 directoryPavankumar Nandeshwar1-81/+1
2025-09-03wifi: ath12k: Separate arch specific part of RX APIsPavankumar Nandeshwar1-24/+32
2025-09-03wifi: ath12k: Move srng processing to wifi7 directoryPavankumar Nandeshwar1-79/+0
2025-09-03wifi: ath12k: Move regular msdu processing functions to wifi7 directoryPavankumar Nandeshwar1-535/+8
2025-09-03wifi: ath12k: Move rx error and defrag functions to wifi7 directoryPavankumar Nandeshwar1-697/+14
2025-09-03wifi: ath12k: Move rxdma ring config functions to wifi7 directoryPavankumar Nandeshwar1-85/+0
2025-09-03wifi: ath12k: Move hal_desc.h file to wifi7 directoryPavankumar Nandeshwar1-1/+1
2025-09-03wifi: ath12k: Move Rx error related functions to wifi7 directoryPavankumar Nandeshwar1-356/+14
2025-09-03wifi: ath12k: Move HAL Rx wrapper APIs to dp_rx.hPavankumar Nandeshwar1-237/+0
2025-09-03wifi: ath12k: Move hal_rx.h file to wifi7 directoryPavankumar Nandeshwar1-2/+2
2025-08-20wifi: ath12k: Modularize driver into common and Wi-Fi 7 specific componentsKiran Venkatappa1-0/+3
2025-07-22Merge tag 'ath-next-20250721' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg1-20/+52