index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
txrx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-08
ath10k: fix get invalid tx rate for Mesh metric
Miaoqing Pan
1
-0
/
+2
2019-05-07
ath10k: add peer id check in ath10k_peer_find_by_id
Wen Gong
1
-0
/
+3
2019-02-20
ath10k: switch to use SPDX license identifiers
Kalle Valo
1
-12
/
+1
2019-02-12
ath10k: report tx airtime provided by fw
Manikanta Pubbisetty
1
-1
/
+1
2019-02-12
ath10k: report estimated frame transmit airtime to improve fairness
Kan Yan
1
-0
/
+4
2019-02-11
ath10k: disable interface pause wow config for integrated chipset
Govind Singh
1
-1
/
+1
2018-09-06
ath10k: DMA related fixes for high latency devices
Erik Stromdahl
1
-1
/
+2
2018-04-19
ath10k: Add tx ack signal support for management frames
Venkateswara Naralasetty
1
-0
/
+8
2018-02-26
ath10k: make ath10k report discarded packets to mac80211
Ignacio Nunez Hernanz
1
-5
/
+7
2017-12-27
ath10k: update copyright year
Kalle Valo
1
-1
/
+1
2017-04-05
ath10k: fix block comments style
Marcin Rokicki
1
-1
/
+2
2016-09-09
ath10k: fix throughput regression in multi client mode
Rajkumar Manoharan
1
-2
/
+0
2016-09-02
ath10k: hide kernel addresses from logs using %pK format specifier
Maharaja Kennadyrajan
1
-1
/
+1
2016-07-08
ath10k: Add WARN_ON if we over-write peer-map pointer.
Ben Greear
1
-0
/
+1
2016-06-30
ath10k: fix potential null dereference bugs
Bob Copeland
1
-2
/
+3
2016-05-24
ath10k: improve tx scheduling
Michal Kazior
1
-0
/
+3
2016-04-19
ath10k: add some sanity checks to peer_map_event() functions
Dan Carpenter
1
-0
/
+14
2016-04-14
ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()
Kalle Valo
1
-1
/
+1
2016-04-14
ath10k: fix checkpatch warnings related to spaces
Kalle Valo
1
-1
/
+1
2016-04-04
ath10k: speedup htt rx descriptor processing for tx completion
Rajkumar Manoharan
1
-6
/
+6
2016-03-18
ath10k: move mgmt descriptor limit handle under mgmt_tx
Rajkumar Manoharan
1
-11
/
+7
2016-03-06
ath10k: keep track of queue depth per txq
Michal Kazior
1
-0
/
+7
2016-03-06
ath10k: add fast peer_map lookup
Michal Kazior
1
-0
/
+2
2016-03-06
ath10k: refactor tx pending management
Michal Kazior
1
-1
/
+1
2015-11-23
ath10k: fix tx header parsing
Michal Kazior
1
-6
/
+2
2015-11-23
ath10k: remove is_offchan
Michal Kazior
1
-1
/
+6
2015-10-06
ath10k: use pre-allocated DMA buffer in Tx
Peter Oh
1
-5
/
+0
2015-09-09
ath10k: drop probe responses when too many are queued
Vivek Natarajan
1
-2
/
+12
2015-07-29
ath10k: Improve performance by reducing tx_lock contention
Qi Zhou
1
-9
/
+8
2015-06-16
ath10k: txrx: remove unreachable negative return check and fixup type
Nicholas Mc Guire
1
-3
/
+3
2015-04-09
ath10k: fix no-ack frame status
Sujith Manoharan
1
-2
/
+7
2015-01-27
ath10k: use idr api for msdu_ids
Michal Kazior
1
-2
/
+7
2014-10-31
ath10k: speed up hw recovery
Michal Kazior
1
-1
/
+2
2014-10-07
ath10k: add tracing for tx info
Rajkumar Manoharan
1
-0
/
+1
2014-09-18
ath10k: use ether_addr_copy()
Kalle Valo
1
-1
/
+1
2014-08-26
ath10k: improve logging to include dev id
Michal Kazior
1
-8
/
+9
2014-07-25
ath10k: fix Rx aggregation reordering
Michal Kazior
1
-2
/
+1
2014-03-25
ath10k: move rx related functions to htt_rx.c
Janusz Dziedzic
1
-183
/
+0
2014-02-28
ath10k: reduce htt tx/rx spinlock overhead
Michal Kazior
1
-2
/
+2
2014-02-28
ath10k: bypass htc for htt tx path
Michal Kazior
1
-2
/
+4
2014-02-28
ath10k: remove DMA mapping wrappers
Michal Kazior
1
-4
/
+1
2014-02-27
ath10k: set the mactime of ieee80211_rx_status
Chun-Yeow Yeoh
1
-0
/
+6
2014-02-26
ath10k: add more details to some debug messages
Ben Greear
1
-1
/
+2
2014-02-24
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
1
-2
/
+2
2014-02-13
ath10k: add more debugging for receive errors
Ben Greear
1
-2
/
+2
2014-02-06
mac80211: move VHT related RX_FLAG to another variable
Emmanuel Grumbach
1
-2
/
+2
2013-12-16
ath10k: handle TKIP MIC error correctly
Janusz Dziedzic
1
-1
/
+1
2013-11-27
ath10k: fix Tx status clearing
Michal Kazior
1
-1
/
+1
2013-11-15
ath10k: clear tx status before submitting to mac80211
Michal Kazior
1
-0
/
+1
2013-11-15
ath10k: remove htt rx amsdu clear retry bit hack
Kalle Valo
1
-0
/
+3
[next]