summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: tx: enable A-MSDU in low latency modeMordechay Goodstein2020-05-081-7/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-13/+8
|\
| * iwlwifi: mvm: fix potential SKB leak on TXQ TXJohannes Berg2019-12-241-2/+2
| * iwlwifi: mvm: fix SKB leak on invalid queueJohannes Berg2019-12-241-1/+1
| * iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg2019-12-231-10/+5
* | net: iwlwifi: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-081-7/+2
|/
* iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560Johannes Berg2019-11-151-1/+1
* iwlwifi: mvm: don't skip mgmt tid when flushing all tidsHaim Dreyfuss2019-11-151-1/+1
* iwlwifi: mvm: Invert the condition for OFDM rateTova Mussai2019-10-251-2/+5
* iwlwifi: mvm: consider ieee80211 station max amsdu valueMordechay Goodstein2019-10-251-1/+6
* iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho2019-09-061-2/+2
* iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho2019-09-061-2/+2
* iwlwifi: mvm: add the skb length to a printShaul Triebitz2019-09-061-2/+3
* iwlwifi: mvm: fix a use-after-free bug in iwl_mvm_tx_tso_segmentEmmanuel Grumbach2019-07-301-1/+2
* iwlwifi: mvm: Drop large non sta framesAndrei Otcheretianski2019-06-291-0/+3
* iwlwifi: mvm: remove multiple debugfs entriesMordechay Goodstein2019-06-291-8/+1
* iwlwifi: iwl_mvm_tx_mpdu() must be called with BH disabledJiri Kosina2019-06-291-1/+3
* iwlwifi: mvm: add some debug data to TX pathSara Sharon2019-02-201-4/+7
* iwlwifi: mvm: Allow retries for probe responsesIlan Peer2019-02-201-1/+3
* iwlwifi: mvm: Set TX_CMD_FLG_PROT_REQUIRE correctlyAndrei Otcheretianski2019-02-201-1/+1
* iwlwifi: mvm: support non-transmitting APSara Sharon2019-02-201-2/+8
* iwlwifi: tighten boundary checksLiad Kaufman2019-01-251-5/+19
* iwlwifi: mvm: Set Tx rate and flags when there is not stationIlan Peer2019-01-251-3/+4
* iwlwifi: mvm: bring back mvm GSO codeSara Sharon2019-01-251-1/+223
* iwlwifi: mvm: support mac80211 AMSDUSara Sharon2019-01-251-226/+3
* iwlwifi: mvm: support mac80211 TXQs modelSara Sharon2019-01-251-54/+17
* iwlwifi: mvm: take station lock later in the codeSara Sharon2018-12-201-2/+2
* iwlwifi: mvm: cleanup iwl_mvm_tx_skb_non_staSara Sharon2018-12-201-25/+17
* iwlwifi: mvm: remove pointless NULL assignmentSara Sharon2018-12-201-5/+1
* iwlwifi: mvm: remove dead codeSara Sharon2018-12-201-6/+0
* iwlwifi: mvm: toggle tx antenna if tx fails during connection establishmentAvraham Stern2018-11-111-15/+50
* iwlwifi: mvm: switch management tx antenna only on tx failureAvraham Stern2018-11-111-4/+4
* iwlwifi: mvm: remove queue_info_lockJohannes Berg2018-11-111-5/+5
* iwlwifi: mvm: kill INACTIVE queue stateJohannes Berg2018-10-081-25/+9
* iwlwifi: dbg: group trigger condition to helper functionSara Sharon2018-10-061-10/+5
* iwlwifi: mvm: use correct FIFO lengthSara Sharon2018-09-281-15/+32
* iwlwifi: mvm: send BCAST management frames to the right stationEmmanuel Grumbach2018-08-311-1/+1
* iwlwifi: remove all occurrences of the FSF address paragraphLuca Coelho2018-08-311-5/+0
* iwlwifi: mvm: avoid sending too many BARsSara Sharon2018-08-311-0/+8
* iwlwifi: mvm: fix BAR seq ctrl reportingSara Sharon2018-08-311-4/+5
* iwlwifi: mvm: add NOA and CSA to a probe responseGregory Greenman2018-08-311-0/+67
* iwlwifi: set the tid for non-QOS frames to zeroAvraham Stern2018-08-311-6/+18
* iwlwifi: support new tx apiGolan Ben Ami2018-07-261-14/+34
* iwlwifi: mvm: honor the max_amsdu_subframes limitEmmanuel Grumbach2018-05-301-0/+4
* iwlwifi: mvm: fix TSO with highly fragmented SKBsEmmanuel Grumbach2018-05-301-6/+6
* iwlwifi: mvm: remove check for non low latency TIDsSara Sharon2018-04-261-1/+0
* iwlwifi: mvm: use the new get_tid functionSara Sharon2018-04-201-7/+4
* iwlwifi: mvm: support offload of AMSDU rate controlGregory Greenman2018-04-201-3/+8
* iwlwifi: mvm: add traffic condition monitoring (TCM)Luca Coelho2018-04-201-0/+35
* iwlwifi: mvm: move TSO segment to a separate functionSara Sharon2018-03-281-75/+83