index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
htt_rx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
mac80211: make ieee80211_schedule_txq schedule empty TXQs
Felix Fietkau
1
-1
/
+1
2019-02-28
ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_stats
Surabhi Vishnoi
1
-3
/
+3
2019-02-28
ath10k: Fix the wrong updation of SGI in tx_stats debugfs
Surabhi Vishnoi
1
-1
/
+3
2019-02-28
ath10k: Fix the incorrect updation of NSS data in tx stats
Surabhi Vishnoi
1
-8
/
+8
2019-02-26
ath10k: don't report unset rssi values to mac80211
Alagu Sankar
1
-3
/
+9
2019-02-26
ath10k: add support for ack rssi value of data tx packets
Abhishek Ambure
1
-5
/
+7
2019-02-20
ath10k: switch to use SPDX license identifiers
Kalle Valo
1
-12
/
+1
2019-02-20
ath10k: change 'unsigned long int' to 'unsigned long'
Kalle Valo
1
-8
/
+8
2019-02-12
ath10k: report tx airtime provided by fw
Manikanta Pubbisetty
1
-2
/
+50
2019-02-12
ath10k: report estimated frame transmit airtime to improve fairness
Kan Yan
1
-0
/
+1
2019-02-12
ath10k: migrate to mac80211 txq scheduling
Toke Høiland-Jørgensen
1
-0
/
+8
2019-02-11
ath10k: disable interface pause wow config for integrated chipset
Govind Singh
1
-5
/
+5
2019-02-07
ath10k: fill tx_duration for each peer in Tx stats per STA
Surabhi Vishnoi
1
-0
/
+3
2018-12-20
ath10k: fix peer stats null pointer dereference
Zhi Chen
1
-2
/
+2
2018-12-20
ath10k: fix warning due to msdu limit error
Bhagavathi Perumal S
1
-4
/
+37
2018-12-20
ath10k: report tx rate using ieee80211_tx_rate_update()
Anilkumar Kolli
1
-5
/
+62
2018-12-20
ath10k: add amsdu support for monitor mode
Yu Wang
1
-2
/
+186
2018-11-05
ath10k: dump tx stats in rate table format
Anilkumar Kolli
1
-1
/
+16
2018-10-13
ath10k: htt: remove some dead code
Dan Carpenter
1
-2
/
+0
2018-10-13
ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_stats
Gustavo A. R. Silva
1
-1
/
+2
2018-10-04
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
1
-21
/
+275
2018-09-06
ath10k: htt: High latency RX support
Erik Stromdahl
1
-3
/
+125
2018-09-06
ath10k: add HTT RX HL ops
Erik Stromdahl
1
-1
/
+6
2018-09-06
ath10k: average ack rssi support for data frames
Balaji Pothunoori
1
-3
/
+25
2018-09-06
ath10k: add extended per sta tx statistics support
Anilkumar Kolli
1
-0
/
+109
2018-09-06
ath10k: get the legacy rate index to update the txrate table
Anilkumar Kolli
1
-14
/
+10
2018-09-04
wireless: remove unnecessary unlikely()
Igor Stoppa
1
-2
/
+2
2018-06-29
ath10k: use locked skb_dequeue for rx completions
Bob Copeland
1
-4
/
+4
2018-06-28
ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lock
Ben Greear
1
-1
/
+4
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-04-19
ath10k: add inlined wrappers for htt rx ops
Erik Stromdahl
1
-7
/
+7
2018-04-19
ath10k: Add tx ack signal support for management frames
Venkateswara Naralasetty
1
-0
/
+10
2018-03-29
ath10k: fix recent bandwidth conversion bug
Christian Lamparter
1
-18
/
+24
2018-03-26
ath10k: add sta rx packet stats per tid
Vasanthakumar Thiagarajan
1
-10
/
+61
2017-12-27
ath10k: update copyright year
Kalle Valo
1
-1
/
+1
2017-12-27
ath10k: Add paddrs_ring_64 support for 64bit target
Govind Singh
1
-16
/
+94
2017-12-27
ath10k: Add hw param for rx ring size support
Govind Singh
1
-4
/
+1
2017-12-27
ath10k: Add support for 64 bit HTT in-order indication msg
Govind Singh
1
-6
/
+61
2017-12-14
ath10k: add per peer tx stats support for 10.2.4
Anilkumar Kolli
1
-0
/
+60
2017-12-14
ath10k: unify rx processing in napi_poll
Rajkumar Manoharan
1
-59
/
+62
2017-11-20
ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw mode
Vasanthakumar Thiagarajan
1
-13
/
+38
2017-11-04
Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...
David S. Miller
1
-3
/
+3
2017-10-30
Revert "ath10k: fix napi_poll budget overflow"
Kalle Valo
1
-11
/
+6
2017-10-30
ath10k: rebuild crypto header in rx data frames
Vasanthakumar Thiagarajan
1
-16
/
+89
2017-10-27
ath: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+3
2017-08-31
ath10k: fix napi_poll budget overflow
Ryan Hsu
1
-6
/
+11
2017-08-08
ath10k: ath10k_htt_rx_amsdu_allowed() use ath10k_dbg()
Gabriel Craciunescu
1
-1
/
+1
2017-08-03
ath10k: set a-mpdu receiver reference number
Matthias Frei
1
-1
/
+11
2017-06-16
ath10k: add per chain RSSI reporting
Norik Dzhandzhapanyan
1
-0
/
+13
2017-05-23
ath10k: fix reported HT MCS rates with NSS > 1
Sven Eckelmann
1
-4
/
+10
[next]