summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+3Star
* iwlwifi: mvm: support mac80211 TXQs modelSara Sharon2019-01-251-54/+17Star
* 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/+17Star
* iwlwifi: mvm: remove pointless NULL assignmentSara Sharon2018-12-201-5/+1Star
* iwlwifi: mvm: remove dead codeSara Sharon2018-12-201-6/+0Star
* 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/+9Star
* iwlwifi: dbg: group trigger condition to helper functionSara Sharon2018-10-061-10/+5Star
* 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/+0Star
* 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/+0Star
* iwlwifi: mvm: use the new get_tid functionSara Sharon2018-04-201-7/+4Star
* 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
* iwlwifi: mvm: set the correct tid when we flush the MCAST staEmmanuel Grumbach2018-03-161-6/+4Star
* iwlwifi: mvm: Direct multicast frames to the correct stationIlan Peer2018-03-021-1/+5
* iwlwifi: mvm: fix TX of CCMP 256Sara Sharon2018-03-021-2/+5
* iwlwifi: define and use if iwl_mvm_has_tlc_offloadEmmanuel Grumbach2017-12-201-2/+1Star
* iwlwifi: mvm: don't warn on multiple packets when opening a queueSara Sharon2017-12-201-3/+2Star
* Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller2017-12-191-6/+14
|\
| * iwlwifi: mvm: rs: add ops for the new rate scaling in the FWGregory Greenman2017-12-051-2/+6
| * Merge tag 'iwlwifi-next-for-kalle-2017-11-29' of git://git.kernel.org/pub/scm...Kalle Valo2017-12-021-4/+8
| |\
| | * iwlwifi: rename the temporary name of A000 to the official 22000Luca Coelho2017-11-281-1/+1
| | * iwlwifi: mvm: support MGMT frames in compressed BALiad Kaufman2017-11-251-3/+7
* | | iwlwifi: mvm: fix packet injectionEmmanuel Grumbach2017-11-251-1/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-2/+11
|\|
| * iwlwifi: mvm: use RS macro instead of duplicating the codeSara Sharon2017-11-031-2/+1Star