index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
wcn36xx
/
dxe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-21
wifi: wcn36xx: remove unnecessary (void*) conversions
Wu Yunchuan
1
-3
/
+3
2023-03-15
wifi: wcn36xx: add support for pronto-v3
Vladimir Lypak
1
-11
/
+12
2021-11-08
wcn36xx: Put DXE block into reset before freeing memory
Bryan O'Donoghue
1
-0
/
+6
2021-11-08
wcn36xx: Release DMA channel descriptor allocations
Bryan O'Donoghue
1
-0
/
+5
2021-11-08
wcn36xx: Fix DMA channel enable/disable cycle
Bryan O'Donoghue
1
-11
/
+27
2021-11-01
wcn36xx: implement flush op to speed up connected scan
Benjamin Li
1
-0
/
+47
2021-10-27
wcn36xx: add proper DMA memory barriers in rx path
Benjamin Li
1
-1
/
+11
2021-10-25
wcn36xx: Fix tx_status mechanism
Loic Poulain
1
-22
/
+15
2021-06-14
wcn36xx: Fix inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2020-08-14
wcn36xx: Add TX ack support
Loic Poulain
1
-2
/
+55
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-9
/
+8
2018-08-24
wcn36xx: use dma_zalloc_coherent instead of allocator/memset
YueHaibing
1
-10
/
+9
2018-05-25
wcn36xx: consider CTRL_EOP bit when looking for valid descriptors
Daniel Mack
1
-1
/
+3
2018-05-25
wcn36xx: only handle packets when ED or DONE bit is set
Daniel Mack
1
-4
/
+16
2018-05-25
wcn36xx: clear all masks in RX interrupt
Daniel Mack
1
-22
/
+40
2018-05-25
wcn36xx: don't disable RX IRQ from handler
Daniel Mack
1
-4
/
+11
2018-05-25
wcn36xx: fix buffer commit logic on TX path
Daniel Mack
1
-37
/
+38
2018-04-19
wcn36xx: use READ_ONCE() to access desc->ctrl
Daniel Mack
1
-4
/
+3
2018-04-10
wcn36xx: allocate skbs with GFP_KERNEL during init
Daniel Mack
1
-4
/
+6
2018-04-10
wcn36xx: Remove useless skb spinlock
Loic Poulain
1
-7
/
+1
2018-04-10
wcn36xx: don't keep reference to skb if transmission failed
Daniel Mack
1
-3
/
+3
2018-04-10
wcn36xx: check for DMA mapping errors in wcn36xx_dxe_tx_frame()
Daniel Mack
1
-0
/
+5
2018-03-29
wcn36xx: Fix firmware crash due to corrupted buffer address
Loic Poulain
1
-9
/
+4
2018-03-26
wcn36xx: Check DXE IRQ reason
Ramon Fried
1
-7
/
+43
2018-03-26
wcn36xx: calculate DXE control registers values
Ramon Fried
1
-3
/
+3
2018-01-25
wcn36xx: release DMA memory in case of error
Ramon Fried
1
-6
/
+40
2017-08-03
wcn36xx: check dma_mapping_error()
Rob Clark
1
-0
/
+5
2017-01-12
wcn36xx: Transition driver to SMD client
Bjorn Andersson
1
-6
/
+10
2016-07-08
wcn36xx: Correct DXE chip version differentiation
Bjorn Andersson
1
-5
/
+6
2016-07-08
wcn36xx: Split mmio space into explicit regions
Bjorn Andersson
1
-11
/
+15
2016-01-07
wcn36xx: split DMA mask register writing.
Fengwei Yin
1
-1
/
+1
2016-01-07
wcn36xx: handle rx skb allocation failure to avoid system crash
Fengwei Yin
1
-21
/
+22
2015-10-28
wcn36xx: Remove warning message when dev is NULL for arm64 dma_alloc.
yfw
1
-17
/
+17
2015-10-28
wcn36xx: introduce per-channel ring buffer locks
Bob Copeland
1
-8
/
+19
2015-01-23
wcn36xx: initialize skb_lock
Bob Copeland
1
-0
/
+1
2015-01-23
wcn36xx: don't process 'valid' descriptors
Bob Copeland
1
-0
/
+2
2014-02-14
wcn36xx: Add support for 3680
Pontus Fuchs
1
-1
/
+9
2013-10-10
wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware
Eugene Krasnikov
1
-0
/
+805