开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
txrx.c
Age
Commit message (
Expand
)
Author
2016-09-09
ath10k: fix throughput regression in multi client mode
Rajkumar Manoharan
2016-09-02
ath10k: hide kernel addresses from logs using %pK format specifier
Maharaja Kennadyrajan
2016-07-08
ath10k: Add WARN_ON if we over-write peer-map pointer.
Ben Greear
2016-06-30
ath10k: fix potential null dereference bugs
Bob Copeland
2016-05-24
ath10k: improve tx scheduling
Michal Kazior
2016-04-19
ath10k: add some sanity checks to peer_map_event() functions
Dan Carpenter
2016-04-14
ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()
Kalle Valo
2016-04-14
ath10k: fix checkpatch warnings related to spaces
Kalle Valo
2016-04-04
ath10k: speedup htt rx descriptor processing for tx completion
Rajkumar Manoharan
2016-03-18
ath10k: move mgmt descriptor limit handle under mgmt_tx
Rajkumar Manoharan
2016-03-06
ath10k: keep track of queue depth per txq
Michal Kazior
2016-03-06
ath10k: add fast peer_map lookup
Michal Kazior
2016-03-06
ath10k: refactor tx pending management
Michal Kazior
2015-11-23
ath10k: fix tx header parsing
Michal Kazior
2015-11-23
ath10k: remove is_offchan
Michal Kazior
2015-10-06
ath10k: use pre-allocated DMA buffer in Tx
Peter Oh
2015-09-09
ath10k: drop probe responses when too many are queued
Vivek Natarajan
2015-07-29
ath10k: Improve performance by reducing tx_lock contention
Qi Zhou
2015-06-16
ath10k: txrx: remove unreachable negative return check and fixup type
Nicholas Mc Guire
2015-04-09
ath10k: fix no-ack frame status
Sujith Manoharan
2015-01-27
ath10k: use idr api for msdu_ids
Michal Kazior
2014-10-31
ath10k: speed up hw recovery
Michal Kazior
2014-10-07
ath10k: add tracing for tx info
Rajkumar Manoharan
2014-09-18
ath10k: use ether_addr_copy()
Kalle Valo
2014-08-26
ath10k: improve logging to include dev id
Michal Kazior
2014-07-25
ath10k: fix Rx aggregation reordering
Michal Kazior
2014-03-25
ath10k: move rx related functions to htt_rx.c
Janusz Dziedzic
2014-02-28
ath10k: reduce htt tx/rx spinlock overhead
Michal Kazior
2014-02-28
ath10k: bypass htc for htt tx path
Michal Kazior
2014-02-28
ath10k: remove DMA mapping wrappers
Michal Kazior
2014-02-27
ath10k: set the mactime of ieee80211_rx_status
Chun-Yeow Yeoh
2014-02-26
ath10k: add more details to some debug messages
Ben Greear
2014-02-24
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
2014-02-13
ath10k: add more debugging for receive errors
Ben Greear
2014-02-06
mac80211: move VHT related RX_FLAG to another variable
Emmanuel Grumbach
2013-12-16
ath10k: handle TKIP MIC error correctly
Janusz Dziedzic
2013-11-27
ath10k: fix Tx status clearing
Michal Kazior
2013-11-15
ath10k: clear tx status before submitting to mac80211
Michal Kazior
2013-11-15
ath10k: remove htt rx amsdu clear retry bit hack
Kalle Valo
2013-10-21
ath10k: fix NSS reporting in RX
Michal Kazior
2013-09-26
ath10k: report A-MSDU subframes individually
Michal Kazior
2013-09-20
ath10k: use msdu headroom to store txfrag
Michal Kazior
2013-09-20
ath10k: decouple HTT TX completions
Michal Kazior
2013-09-20
ath10k: avoid needless memset on TX path
Michal Kazior
2013-09-20
ath10k: use num_pending_tx instead of msdu id bitmap
Michal Kazior
2013-06-12
ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices
Kalle Valo