index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath11k
/
dp_rx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
wifi: ath11k: Remove redundant semicolon
Liao Yuanhong
1
-1
/
+0
2025-07-21
wifi: ath11k: Prefer {} to {0} in initializers
Jeff Johnson
1
-10
/
+10
2025-06-26
wifi: ath11k: use plain accesses for monitor descriptor
Johan Hovold
1
-13
/
+9
2025-06-26
wifi: ath11k: fix dest ring-buffer corruption
Johan Hovold
1
-3
/
+0
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+3
2025-05-16
wifi: ath11k: fix rx completion meta data corruption
Johan Hovold
1
-9
/
+16
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-4
/
+4
2025-02-11
wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode
Kang Yang
1
-2
/
+8
2025-02-11
wifi: ath11k: fix RCU stall while reaping monitor destination ring
P Praneesh
1
-2
/
+2
2025-01-29
wifi: ath11k: remove peer extra rssi update
Nicolas Escande
1
-2
/
+0
2025-01-22
wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocation
P Praneesh
1
-63
/
+54
2024-12-09
Merge tag 'ath-next-20241209' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Kalle Valo
1
-7
/
+7
2024-11-21
wifi: ath11k: mark ath11k_dp_rx_mon_mpdu_pop() as noinline
Jeff Johnson
1
-5
/
+6
2024-11-21
wifi: ath11k: cleanup struct ath11k_mon_data
Dmitry Antipov
1
-2
/
+0
2024-11-12
wifi: ath11k: Fix unexpected return buffer manager error for WCN6750/WCN6855
Balaji Pothunoori
1
-0
/
+1
2024-10-17
Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel...
Kalle Valo
1
-2
/
+5
2024-10-16
wifi: ath11k: Fix invalid ring usage in full monitor mode
Remi Pommarel
1
-2
/
+5
2024-07-10
wifi: ath11k: fix array out-of-bound access in SoC stats
Karthikeyan Periyasamy
1
-1
/
+1
2024-06-11
wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers
Baochen Qiang
1
-2
/
+1
2024-05-13
wifi: ath11k: fix misspelling of "dma" in num_rxmda_per_pdev
Jeff Johnson
1
-11
/
+11
2024-05-07
wifi: ath11k: skip status ring entry processing
Venkateswara Naralasetty
1
-9
/
+73
2023-11-30
wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights
Jeff Johnson
1
-0
/
+1
2023-10-25
wifi: ath11k: fix htt pktlog locking
Johan Hovold
1
-1
/
+7
2023-10-12
wifi: ath11k: Introduce and use ath11k_sta_to_arsta()
Jeff Johnson
1
-4
/
+4
2023-09-28
wifi: ath11k: remove unnecessary (void*) conversions
Wu Yunchuan
1
-8
/
+5
2023-09-21
wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process()
Dmitry Antipov
1
-7
/
+0
2023-09-21
wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats()
Dmitry Antipov
1
-3
/
+0
2023-08-23
wifi: ath11k: Fix a few spelling errors
Jeff Johnson
1
-1
/
+1
2023-08-02
wifi: ath11k: fix band selection for ppdu received in channel 177 of 5 GHz
Aditya Kumar Singh
1
-1
/
+1
2023-06-13
wifi: ath11k: don't use %pK
Kalle Valo
1
-3
/
+3
2023-06-13
wifi: ath11k: remove manual mask names from debug messages
Kalle Valo
1
-1
/
+1
2023-04-19
wifi: ath11k: Fix SKB corruption in REO destination ring
Nagarajan Maran
1
-3
/
+6
2023-04-19
wifi: ath11k: add peer mac information in failure cases
Harshitha Prem
1
-6
/
+10
2023-04-19
wifi: ath11k: fix double free of peer rx_tid during reo cmd failure
Harshitha Prem
1
-12
/
+31
2023-04-17
wifi: ath11k: fix undefined behavior with __fls in dp
Harshitha Prem
1
-1
/
+1
2023-04-17
wifi: ath11k: Ignore frags from uninitialized peer in dp.
Harshitha Prem
1
-0
/
+8
2023-04-17
wifi: ath11k: print a warning when crypto_alloc_shash() fails
Kalle Valo
1
-1
/
+4
2023-03-22
wifi: ath11k: fix BUFFER_DONE read on monitor ring rx buffer
Harshitha Prem
1
-34
/
+23
2023-01-18
wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup
Miaoqian Lin
1
-0
/
+1
2022-12-08
wifi: ath11k: fix monitor mode bringup crash
Nagarajan Maran
1
-0
/
+1
2022-12-02
wifi: ath11k: Fix race condition with struct htt_ppdu_stats_info
Govindaraj Saminathan
1
-11
/
+11
2022-09-22
wifi: ath11k: fix failed to find the peer with peer_id 0 when disconnected
Wen Gong
1
-1
/
+2
2022-09-16
wifi: ath11k: Fix miscellaneous spelling errors
Jeff Johnson
1
-1
/
+1
2022-06-06
ath11k: Avoid REO CMD failed prints during firmware recovery
Manikanta Pubbisetty
1
-2
/
+3
2022-05-30
ath11k: support avg signal in station dump
Thiraviyam Mariyappan
1
-0
/
+3
2022-02-24
ath11k: translate HE status to radiotap format
Pradeep Kumar Chitrapu
1
-8
/
+23
2022-02-24
ath11k: decode HE status tlv
Pradeep Kumar Chitrapu
1
-17
/
+83
2022-02-21
ath11k: Invalidate cached reo ring entry before accessing it
Rameshkumar Sundaram
1
-1
/
+1
2022-02-14
ath11k: fix destination monitor ring out of sync
Karthikeyan Kathirvel
1
-6
/
+36
2022-01-31
ath11k: Fix uninitialized symbol 'rx_buf_sz'
Anilkumar Kolli
1
-2
/
+5
[next]