index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
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
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2023-09-21
wifi: wcn36xx: remove unnecessary (void*) conversions
Wu Yunchuan
2023-03-15
wifi: wcn36xx: add support for pronto-v3
Vladimir Lypak
2021-11-08
wcn36xx: Put DXE block into reset before freeing memory
Bryan O'Donoghue
2021-11-08
wcn36xx: Release DMA channel descriptor allocations
Bryan O'Donoghue
2021-11-08
wcn36xx: Fix DMA channel enable/disable cycle
Bryan O'Donoghue
2021-11-01
wcn36xx: implement flush op to speed up connected scan
Benjamin Li
2021-10-27
wcn36xx: add proper DMA memory barriers in rx path
Benjamin Li
2021-10-25
wcn36xx: Fix tx_status mechanism
Loic Poulain
2021-06-14
wcn36xx: Fix inconsistent indenting
Jiapeng Chong
2020-08-14
wcn36xx: Add TX ack support
Loic Poulain
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-08-24
wcn36xx: use dma_zalloc_coherent instead of allocator/memset
YueHaibing
2018-05-25
wcn36xx: consider CTRL_EOP bit when looking for valid descriptors
Daniel Mack
2018-05-25
wcn36xx: only handle packets when ED or DONE bit is set
Daniel Mack
2018-05-25
wcn36xx: clear all masks in RX interrupt
Daniel Mack
2018-05-25
wcn36xx: don't disable RX IRQ from handler
Daniel Mack
2018-05-25
wcn36xx: fix buffer commit logic on TX path
Daniel Mack
2018-04-19
wcn36xx: use READ_ONCE() to access desc->ctrl
Daniel Mack
2018-04-10
wcn36xx: allocate skbs with GFP_KERNEL during init
Daniel Mack
2018-04-10
wcn36xx: Remove useless skb spinlock
Loic Poulain
2018-04-10
wcn36xx: don't keep reference to skb if transmission failed
Daniel Mack
2018-04-10
wcn36xx: check for DMA mapping errors in wcn36xx_dxe_tx_frame()
Daniel Mack
2018-03-29
wcn36xx: Fix firmware crash due to corrupted buffer address
Loic Poulain
2018-03-26
wcn36xx: Check DXE IRQ reason
Ramon Fried
2018-03-26
wcn36xx: calculate DXE control registers values
Ramon Fried
2018-01-25
wcn36xx: release DMA memory in case of error
Ramon Fried
2017-08-03
wcn36xx: check dma_mapping_error()
Rob Clark
2017-01-12
wcn36xx: Transition driver to SMD client
Bjorn Andersson
2016-07-08
wcn36xx: Correct DXE chip version differentiation
Bjorn Andersson
2016-07-08
wcn36xx: Split mmio space into explicit regions
Bjorn Andersson
2016-01-07
wcn36xx: split DMA mask register writing.
Fengwei Yin
2016-01-07
wcn36xx: handle rx skb allocation failure to avoid system crash
Fengwei Yin
2015-10-28
wcn36xx: Remove warning message when dev is NULL for arm64 dma_alloc.
yfw
2015-10-28
wcn36xx: introduce per-channel ring buffer locks
Bob Copeland
2015-01-23
wcn36xx: initialize skb_lock
Bob Copeland
2015-01-23
wcn36xx: don't process 'valid' descriptors
Bob Copeland
2014-02-13
wcn36xx: Add support for 3680
Pontus Fuchs
2013-10-10
wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware
Eugene Krasnikov