index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
wil6210
/
txrx.c
Age
Commit message (
Expand
)
Author
2013-06-24
wil6210: add HW write-back option in TX descriptor
Kirshenbaum Erez
2013-06-24
wil6210: set vring index for all descriptors
Kirshenbaum Erez
2013-06-12
wil6210: Send EAPOL frames using normal Tx queue
Vladimir Kondratiev
2013-05-24
wil6210: use kfree_skb() instead of kfree()
Wei Yongjun
2013-05-22
wil6210: do not stop Tx queue on packet drop
Vladimir Kondratiev
2013-05-22
wil6210: fix remaining use of non-cached copy of tx/rx descriptors
Vladimir Kondratiev
2013-05-22
wil6210: use NAPI
Vladimir Kondratiev
2013-05-22
wil6210: trace support
Vladimir Kondratiev
2013-05-22
wil6210: debug dump packet content right after DMA
Vladimir Kondratiev
2013-05-22
wil6210: Sanity check for reported DMA length
Vladimir Kondratiev
2013-05-22
wil6210: 'length' in Tx/Rx descriptors is little endian
Vladimir Kondratiev
2013-04-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-04-22
wil6210: Use cached copy of Tx descriptor
Vladimir Kondratiev
2013-04-22
wil6210: Tx init optimization
Vladimir Kondratiev
2013-04-22
wil6210: Use cached copy of Rx descriptor
Vladimir Kondratiev
2013-03-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
2013-03-13
wil6210: sync with new firmware
Vladimir Kondratiev
2013-03-13
wil6210: headers clean-up
Vladimir Kondratiev
2013-02-08
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
2013-01-30
wil6210: fix wil_vring_init_tx status
Vladimir Kondratiev
2013-01-30
wil6210: Never delete Rx chain with firmware
Vladimir Kondratiev
2013-01-30
wil6210: checkpatch warnings
Vladimir Kondratiev
2013-01-30
wil6210: fix checkpatch CamelCase warnings
Vladimir Kondratiev
2013-01-30
wil6210: Call skb_orphan() right before Rx indication
Vladimir Kondratiev
2013-01-30
wil6210: Count Tx statistics on Tx completion
Vladimir Kondratiev
2013-01-30
wil6210: Refactor rx init/fini
Vladimir Kondratiev
2013-01-30
wil6210: remove raw wil_dbg() calls
Vladimir Kondratiev
2013-01-04
wireless: add new wil6210 802.11ad 60GHz driver
Vladimir Kondratiev