summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath12k/dp_peer.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2025-11-05wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.koPavankumar Nandeshwar-0/+2
2025-11-05wifi: ath12k: Add helper to free DP link peerPavankumar Nandeshwar-4/+9
2025-11-05wifi: ath12k: Move DP specific link stats to DP link peerHarsh Kumar Bijlani-1/+57
2025-10-27wifi: ath12k: Add lockdep warn for RCURipan Deuri-0/+3
2025-10-27wifi: ath12k: Use ath12k_dp_peer in per packet Tx & Rx pathsHarsh Kumar Bijlani-3/+42
2025-10-27wifi: ath12k: Attach and detach ath12k_dp_link_peer to ath12k_dp_peerHarsh Kumar Bijlani-7/+139
2025-10-27wifi: ath12k: Define ath12k_dp_peer structure & APIs for create & deleteHarsh Kumar Bijlani-0/+126
2025-10-27wifi: ath12k: Add hash table for ath12k_dp_link_peerHarsh Kumar Bijlani-11/+127
2025-10-27wifi: ath12k: Move ath12k_dp_link_peer list from ath12k_base to ath12k_dpHarsh Kumar Bijlani-31/+33
2025-10-27wifi: ath12k: Rename ath12k_peer to ath12k_dp_link_peerHarsh Kumar Bijlani-31/+33
2025-10-27wifi: ath12k: Move DP related functions from peer.c to dp_peer.c fileHarsh Kumar Bijlani-0/+207