summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_tx.c
AgeCommit message (Expand)Author
2017-04-05ath10k: fix block comments styleMarcin Rokicki
2016-12-15ath10k: Avoid potential page alloc BUG_ON in tx free pathMohammed Shafi Shajakhan
2016-12-01ath10k: fix Tx DMA alloc failure during continuous wifi down/upMohammed Shafi Shajakhan
2016-11-15ath10k: remove extraneous error message in tx allocMohammed Shafi Shajakhan
2016-11-15ath10k: clean up HTT tx buffer allocation and freeMohammed Shafi Shajakhan
2016-09-09ath10k: implement NAPI supportRajkumar Manoharan
2016-07-08ath10k: ensure txrx-compl-task is stopped when cleaning htt-txBen Greear
2016-06-30ath10k: fix potential null dereference bugsBob Copeland
2016-04-20ath10k: move fw_features to struct ath10k_fw_fileKalle Valo
2016-04-04ath10k: speedup htt rx descriptor processing for tx completionRajkumar Manoharan
2016-03-18ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan
2016-03-06ath10k: implement push-pull txMichal Kazior
2016-03-06ath10k: implement updating shared htt txq stateMichal Kazior
2016-03-06ath10k: add new htt message generation/parsing logicMichal Kazior
2016-03-06ath10k: refactor tx pending managementMichal Kazior
2016-01-28ath10k: implement basic support for new tx path firmwareMichal Kazior
2016-01-28ath10k: clean up cont frag desc init codeMichal Kazior
2015-11-30ath10k: stop abusing GFP_DMAFelix Fietkau
2015-11-23ath10k: store msdu_id instead of txbuf pointersMichal Kazior
2015-11-23ath10k: replace vdev_id and tid in skb cbMichal Kazior
2015-11-23ath10k: pack up flags in skb_cbMichal Kazior
2015-11-23ath10k: remove freq from skb_cbMichal Kazior
2015-11-23ath10k: remove txmode from skb_cbMichal Kazior
2015-11-23ath10k: merge is_protected with nohwcryptMichal Kazior
2015-11-12ath10k: fix peerid configuration in htt tx desc for htt version < 3.4Vasanthakumar Thiagarajan
2015-11-04ath10k: set peer MFP flag in peer assoc commandTamizh chelvam
2015-10-16ath10k: export htt tx rx handlersRajkumar Manoharan
2015-10-06ath10k: use pre-allocated DMA buffer in TxPeter Oh
2015-10-06ath10k: brace style fixesKalle Valo
2015-09-17ath10k: check for encryption before adding MIC_LENBob Copeland
2015-09-09ath10k: drop probe responses when too many are queuedVivek Natarajan
2015-08-26ath10k: fix dma_mapping_error() handlingMichal Kazior
2015-07-30ath10k: initialize msdu ext. descriptor before usePeter Oh
2015-07-29ath10k: enable raw encap mode and software crypto engineDavid Liu
2015-07-29ath10k: Improve performance by reducing tx_lock contentionQi Zhou
2015-07-24ath10k: extend struct htt_mgmt_tx_dec for qca99x0Raja Mani
2015-07-24ath10k: add TCP/UDP Checksum offload support for QCA99x0Manikanta Pubbisetty
2015-07-24ath10k: update tx path to support QCA99X0Peter Oh
2015-07-02ath10k: configure frag desc memory to target for qca99X0Raja Mani
2015-04-01ath10k: rework tx queue lockingMichal Kazior
2015-03-30ath10k: unify tx mode and dispatchMichal Kazior
2015-02-04ath10k: Use TX cksum offload only for CHECKSUM_PARTIALHelmut Schaa
2015-01-27ath10k: fix pmf for wmi-tlv on qca6174Marek Kwaczynski
2015-01-27ath10k: use idr api for msdu_idsMichal Kazior
2015-01-13ath10k: fix error return codeJulia Lawall
2014-12-08ath10k: set max_num_pending_tx in ath10k_core_init_firmware_features()Kalle Valo
2014-11-26ath10k: fix offchan reliabilityMichal Kazior
2014-11-17ath10k: handle ieee80211 header and payload tracing separatelyRajkumar Manoharan
2014-10-31ath10k: speed up hw recoveryMichal Kazior
2014-10-08ath10k: add tracing for frame transmissionRajkumar Manoharan