index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
htt_tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-05
ath10k: fix block comments style
Marcin Rokicki
1
-2
/
+4
2016-12-15
ath10k: Avoid potential page alloc BUG_ON in tx free path
Mohammed Shafi Shajakhan
1
-0
/
+2
2016-12-01
ath10k: fix Tx DMA alloc failure during continuous wifi down/up
Mohammed Shafi Shajakhan
1
-11
/
+43
2016-11-15
ath10k: remove extraneous error message in tx alloc
Mohammed Shafi Shajakhan
1
-3
/
+1
2016-11-15
ath10k: clean up HTT tx buffer allocation and free
Mohammed Shafi Shajakhan
1
-25
/
+50
2016-09-09
ath10k: implement NAPI support
Rajkumar Manoharan
1
-2
/
+0
2016-07-08
ath10k: ensure txrx-compl-task is stopped when cleaning htt-tx
Ben Greear
1
-0
/
+2
2016-06-30
ath10k: fix potential null dereference bugs
Bob Copeland
1
-8
/
+12
2016-04-20
ath10k: move fw_features to struct ath10k_fw_file
Kalle Valo
1
-3
/
+6
2016-04-04
ath10k: speedup htt rx descriptor processing for tx completion
Rajkumar Manoharan
1
-1
/
+13
2016-03-18
ath10k: move mgmt descriptor limit handle under mgmt_tx
Rajkumar Manoharan
1
-19
/
+31
2016-03-06
ath10k: implement push-pull tx
Michal Kazior
1
-10
/
+29
2016-03-06
ath10k: implement updating shared htt txq state
Michal Kazior
1
-0
/
+104
2016-03-06
ath10k: add new htt message generation/parsing logic
Michal Kazior
1
-0
/
+53
2016-03-06
ath10k: refactor tx pending management
Michal Kazior
1
-64
/
+21
2016-01-28
ath10k: implement basic support for new tx path firmware
Michal Kazior
1
-8
/
+80
2016-01-28
ath10k: clean up cont frag desc init code
Michal Kazior
1
-17
/
+41
2015-11-30
ath10k: stop abusing GFP_DMA
Felix Fietkau
1
-2
/
+2
2015-11-23
ath10k: store msdu_id instead of txbuf pointers
Michal Kazior
1
-28
/
+27
2015-11-23
ath10k: replace vdev_id and tid in skb cb
Michal Kazior
1
-3
/
+33
2015-11-23
ath10k: pack up flags in skb_cb
Michal Kazior
1
-2
/
+2
2015-11-23
ath10k: remove freq from skb_cb
Michal Kazior
1
-2
/
+7
2015-11-23
ath10k: remove txmode from skb_cb
Michal Kazior
1
-4
/
+5
2015-11-23
ath10k: merge is_protected with nohwcrypt
Michal Kazior
1
-3
/
+0
2015-11-12
ath10k: fix peerid configuration in htt tx desc for htt version < 3.4
Vasanthakumar Thiagarajan
1
-2
/
+9
2015-11-04
ath10k: set peer MFP flag in peer assoc command
Tamizh chelvam
1
-0
/
+7
2015-10-16
ath10k: export htt tx rx handlers
Rajkumar Manoharan
1
-0
/
+6
2015-10-06
ath10k: use pre-allocated DMA buffer in Tx
Peter Oh
1
-20
/
+23
2015-10-06
ath10k: brace style fixes
Kalle Valo
1
-4
/
+4
2015-09-17
ath10k: check for encryption before adding MIC_LEN
Bob Copeland
1
-1
/
+2
2015-09-09
ath10k: drop probe responses when too many are queued
Vivek Natarajan
1
-8
/
+44
2015-08-26
ath10k: fix dma_mapping_error() handling
Michal Kazior
1
-2
/
+6
2015-07-30
ath10k: initialize msdu ext. descriptor before use
Peter Oh
1
-2
/
+2
2015-07-29
ath10k: enable raw encap mode and software crypto engine
David Liu
1
-2
/
+10
2015-07-29
ath10k: Improve performance by reducing tx_lock contention
Qi Zhou
1
-6
/
+2
2015-07-24
ath10k: extend struct htt_mgmt_tx_dec for qca99x0
Raja Mani
1
-0
/
+2
2015-07-24
ath10k: add TCP/UDP Checksum offload support for QCA99x0
Manikanta Pubbisetty
1
-0
/
+4
2015-07-24
ath10k: update tx path to support QCA99X0
Peter Oh
1
-10
/
+25
2015-07-02
ath10k: configure frag desc memory to target for qca99X0
Raja Mani
1
-2
/
+74
2015-04-01
ath10k: rework tx queue locking
Michal Kazior
1
-2
/
+2
2015-03-30
ath10k: unify tx mode and dispatch
Michal Kazior
1
-16
/
+14
2015-02-04
ath10k: Use TX cksum offload only for CHECKSUM_PARTIAL
Helmut Schaa
1
-2
/
+4
2015-01-27
ath10k: fix pmf for wmi-tlv on qca6174
Marek Kwaczynski
1
-0
/
+6
2015-01-27
ath10k: use idr api for msdu_ids
Michal Kazior
1
-53
/
+25
2015-01-13
ath10k: fix error return code
Julia Lawall
1
-1
/
+3
2014-12-08
ath10k: set max_num_pending_tx in ath10k_core_init_firmware_features()
Kalle Valo
1
-5
/
+0
2014-11-26
ath10k: fix offchan reliability
Michal Kazior
1
-3
/
+4
2014-11-17
ath10k: handle ieee80211 header and payload tracing separately
Rajkumar Manoharan
1
-1
/
+2
2014-10-31
ath10k: speed up hw recovery
Michal Kazior
1
-1
/
+0
2014-10-08
ath10k: add tracing for frame transmission
Rajkumar Manoharan
1
-0
/
+1
[next]