index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
htc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath10k: DMA related fixes for high latency devices
Erik Stromdahl
2018-09-06
1
-7
/
+12
*
ath10k: enable pktlog for WCN3990 target
Govind Singh
2018-09-06
1
-1
/
+62
*
ath10k: rename HTC_HOST_MAX_MSG_PER_BUNDLE define
Erik Stromdahl
2018-06-28
1
-2
/
+2
*
ath10k: add HTC services for WCN3990
Govind Singh
2018-04-19
1
-0
/
+6
*
ath10k: update copyright year
Kalle Valo
2017-12-27
1
-1
/
+1
*
ath10k: htc: ready_ext msg support
Erik Stromdahl
2017-05-04
1
-6
/
+22
*
ath10k: htc: refactorization
Erik Stromdahl
2017-05-04
1
-40
/
+34
*
ath10k: htc: move htc ctrl ep connect to htc_init
Erik Stromdahl
2017-05-04
1
-22
/
+17
*
ath10k: htc: rx trailer lookahead support
Erik Stromdahl
2017-05-04
1
-2
/
+93
*
ath10k: htc: made static function public
Erik Stromdahl
2017-05-04
1
-6
/
+8
*
ath10k: fix block comments style
Marcin Rokicki
2017-04-05
1
-1
/
+2
*
ath10k: enable a HTC debug message during insufficient tx credits
Mohammed Shafi Shajakhan
2017-04-05
1
-0
/
+3
*
ath10k: htc: simplified credit distribution
Erik Stromdahl
2017-01-12
1
-24
/
+5
*
ath10k: htc: removal of unused struct members
Erik Stromdahl
2017-01-12
1
-6
/
+0
*
ath10k: hide kernel addresses from logs using %pK format specifier
Maharaja Kennadyrajan
2016-09-02
1
-3
/
+3
*
ath10k: remove htc polling for tx completion
Rajkumar Manoharan
2015-10-16
1
-25
/
+1
*
ath10k: remove unused dl_is_polled
Rajkumar Manoharan
2015-10-16
1
-4
/
+3
*
ath10k: register per copy engine receive callbacks
Rajkumar Manoharan
2015-10-16
1
-12
/
+1
*
ath10k: register per copy engine send completion callbacks
Rajkumar Manoharan
2015-10-16
1
-5
/
+2
*
ath10k: export htc tx rx handlers
Rajkumar Manoharan
2015-10-16
1
-4
/
+4
*
ath10k: fix dma_mapping_error() handling
Michal Kazior
2015-08-26
1
-1
/
+3
*
ath10k: replenish htc tx credits always
Michal Kazior
2015-04-09
1
-19
/
+1
*
ath10k: htc: match wait_for_completion_timeout return type
Nicholas Mc Guire
2015-04-01
1
-10
/
+13
*
ath10k: protect driver from unsolicited htc ep0 events
Michal Kazior
2015-03-19
1
-1
/
+6
*
ath10k: fixup wait_for_completion_timeout return handling
Nicholas Mc Guire
2015-01-13
1
-4
/
+2
*
ath10k: remove transfer_id from ath10k_hif_cb::tx_completion
Michal Kazior
2014-12-01
1
-3
/
+7
*
ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completion
Michal Kazior
2014-12-01
1
-2
/
+1
*
ath10k: miscellaneous checkpatch fixes
Kalle Valo
2014-09-18
1
-6
/
+2
*
ath10k: fix checkpatch warnings about parenthesis alignment
Kalle Valo
2014-09-18
1
-1
/
+1
*
ath10k: improve logging to include dev id
Michal Kazior
2014-08-26
1
-44
/
+55
*
ath10k: remove htc->stopped
Michal Kazior
2014-08-12
1
-16
/
+0
*
ath10k: workaround boot issues with KVM/PCI-passthrough
Michal Kazior
2014-07-21
1
-2
/
+18
*
ath10k: fix core start sequence
Michal Kazior
2014-05-23
1
-6
/
+0
*
ath10k: improve htc tx credit debugging prints
Michal Kazior
2014-04-11
1
-3
/
+9
*
ath10k: bypass htc for htt tx path
Michal Kazior
2014-02-28
1
-3
/
+1
*
ath10k: replace send_head() with tx_sg()
Michal Kazior
2014-02-28
1
-2
/
+8
*
ath10k: remove DMA mapping wrappers
Michal Kazior
2014-02-28
1
-3
/
+8
*
Merge tag 'for-linville-20131203' of git://github.com/kvalo/ath
John W. Linville
2013-12-09
1
-21
/
+10
|
\
|
*
ath10k: fix core init failpath
Michal Kazior
2013-11-12
1
-21
/
+5
|
*
ath10k: guard against CE corruption from firmware
Michal Kazior
2013-11-12
1
-0
/
+5
*
|
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-11-15
1
-2
/
+2
|
/
*
ath10k: avoid needless memset on TX path
Michal Kazior
2013-09-20
1
-1
/
+1
*
ath10k: simplify HTC command submitting
Michal Kazior
2013-09-16
1
-134
/
+42
*
ath10k: add HTC TX credits replenishing notification
Michal Kazior
2013-09-16
1
-0
/
+9
*
ath10k: simplify HTC credits calculation
Michal Kazior
2013-09-16
1
-48
/
+10
*
ath10k: add boot debug messages to htc.c
Kalle Valo
2013-09-12
1
-8
/
+8
*
ath10k: fix HTT service setup
Michal Kazior
2013-08-14
1
-4
/
+4
*
ath10k: don't reset HTC endpoints unnecessarily
Michal Kazior
2013-07-30
1
-1
/
+0
*
ath10k: prevent HTC from being used after stopping
Michal Kazior
2013-07-30
1
-14
/
+13
*
ath10k: implement device recovery
Michal Kazior
2013-07-30
1
-0
/
+3
[next]