index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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