index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Lines
2025-10-15
wifi: ath12k: Defer vdev bring-up until CSA finalize to avoid stale beacon
Aditya Kumar Singh
-12
/
+79
2025-10-15
wifi: ath12k: track dropped MSDU buffer type packets in REO exception ring
Sarika Sharma
-1
/
+7
2025-10-15
wifi: ath12k: Fix MSDU buffer types handling in RX error path
Sarika Sharma
-14
/
+66
2025-10-15
wifi: ath11k: restore register window after global reset
Baochen Qiang
-1
/
+19
2025-10-15
wifi: ath12k: Remove struct wmi_bcn_send_from_host_cmd
Jeff Johnson
-15
/
+1
2025-10-15
wifi: ath11k: Remove struct wmi_bcn_send_from_host_cmd
Jeff Johnson
-15
/
+1
2025-10-15
wifi: ath10k: move recovery check logic into a new work
Kang Yang
-13
/
+11
2025-10-15
wifi: wcn36xx: Remove unused wcn36xx_smd_update_scan_params
Dr. David Alan Gilbert
-135
/
+0
2025-10-10
wifi: ath12k: Drop hal_ prefix from hardware register names
Ripan Deuri
-373
/
+373
2025-10-10
wifi: ath12k: Rename hal_ops to ops
Ripan Deuri
-37
/
+37
2025-10-10
wifi: ath12k: Remove the unused ring inits in wcn
Pavankumar Nandeshwar
-48
/
+6
2025-10-10
wifi: ath12k: Segregate the common and wifi7 specific structures
Pavankumar Nandeshwar
-664
/
+695
2025-10-10
wifi: ath12k: Move HAL Cookie Conversion and RBM related APIs to wifi7 directory
Pavankumar Nandeshwar
-75
/
+100
2025-10-10
wifi: ath12k: Move HAL REO and Rx buf related APIs to wifi7 directory
Pavankumar Nandeshwar
-11
/
+62
2025-10-10
wifi: ath12k: Move HAL Tx, REO and link idle setup related APIs to wifi7 dire...
Pavankumar Nandeshwar
-148
/
+255
2025-10-10
wifi: ath12k: Move HAL CE status and set link desc addr APIs to wifi7 directory
Pavankumar Nandeshwar
-24
/
+55
2025-10-10
wifi: ath12k: Move HAL CE desc related APIs to wifi7 directory
Pavankumar Nandeshwar
-43
/
+92
2025-10-10
wifi: ath12k: Move HAL SRNG shadow config and get ring id APIs to wifi7 direc...
Pavankumar Nandeshwar
-85
/
+117
2025-10-10
wifi: ath12k: Move HAL CE setup and SRNG related APIs to wifi7 directory
Pavankumar Nandeshwar
-246
/
+313
2025-10-10
wifi: ath12k: Use hal handle instead of ab handle
Pavankumar Nandeshwar
-290
/
+296
2025-10-10
wifi: ath12k: Add direct HAL pointer in ath12k_dp
Pavankumar Nandeshwar
-0
/
+2
2025-10-10
wifi: ath12k: Move hal_params and regs to hal from hw
Pavankumar Nandeshwar
-554
/
+563
2025-10-10
wifi: ath12k: Move wbm_rbm_map to hw specific hal files
Pavankumar Nandeshwar
-47
/
+50
2025-10-10
wifi: ath12k: Initialize hal_ops through hal_init
Pavankumar Nandeshwar
-28
/
+26
2025-10-10
wifi: ath12k: Initialize desc_size through hal_init
Pavankumar Nandeshwar
-14
/
+56
2025-10-10
wifi: ath12k: Move srng config and hal_ops to hw specific hal files
Pavankumar Nandeshwar
-472
/
+681
2025-10-08
wifi: ath12k: Rearrange PPDU radio stats
Ripan Deuri
-49
/
+65
2025-10-08
wifi: ath12k: Refactor data path pdev struct
Ripan Deuri
-250
/
+423
2025-10-06
wifi: ath11k: avoid bit operation on key flags
Rameshkumar Sundaram
-5
/
+5
2025-10-06
wifi: ath12k: free skb during idr cleanup callback
Karthik M
-16
/
+18
2025-10-06
wifi: ath11k: Add missing platform IDs for quirk table
Mark Pearson
-6
/
+48
2025-10-06
wifi: ath10k: Fix memory leak on unsupported WMI command
Loic Poulain
-0
/
+1
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-5283
/
+7508
2025-10-01
Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2025-09-30
wifi: ath12k: Refactor ath12k_vif structure
Harsh Kumar Bijlani
-56
/
+115
2025-09-30
wifi: ath12k: Add framework for hardware specific DP interrupt handler
Ripan Deuri
-7
/
+32
2025-09-30
wifi: ath12k: Add framework for hardware specific ieee80211_ops registration
Ripan Deuri
-167
/
+350
2025-09-30
wifi: ath12k: Rearrange DP fields in ath12k_hw_group struct
Ripan Deuri
-30
/
+105
2025-09-30
wifi: ath12k: Support arch-specific DP device allocation
Ripan Deuri
-30
/
+159
2025-09-30
wifi: ath12k: Convert ath12k_dp member in ath12k_base to pointer
Ripan Deuri
-73
/
+111
2025-09-24
wifi: libertas: add WQ_UNBOUND to alloc_workqueue users
Marco Crivellari
-3
/
+5
2025-09-24
Revert "wifi: libertas: WQ_PERCPU added to alloc_workqueue users"
Johannes Berg
-5
/
+3
2025-09-23
wifi: libertas: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-3
/
+5
2025-09-23
Merge tag 'ath-next-20250922' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Johannes Berg
-283
/
+669
2025-09-22
wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize again
Muhammad Usama Anjum
-5
/
+18
2025-09-22
wifi: ath12k: enforce CPU endian format for all QMI data
Alexander Wilhelm
-16
/
+24
2025-09-22
wifi: ath12k: Use 1KB Cache Flush Command for QoS TID Descriptors
Manish Dharanenthiran
-30
/
+34
2025-09-22
wifi: ath12k: Fix flush cache failure during RX queue update
Nithyanantham Paramasivam
-0
/
+2
2025-09-22
wifi: ath12k: Add Retry Mechanism for REO RX Queue Update Failures
Manish Dharanenthiran
-60
/
+150
2025-09-22
wifi: ath12k: Refactor REO command to use ath12k_dp_rx_tid_rxq
Nithyanantham Paramasivam
-16
/
+40
[prev]
[next]