summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL staTakashi Iwai1-3/+2
2021-12-22iwlwifi: mvm: don't crash on invalid rate w/o STAJohannes Berg1-2/+3
2021-06-23mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau1-0/+3
2021-02-10iwlwifi: when HW has rate offload don't look at control fieldMordechay Goodstein1-9/+13
2021-02-08Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo1-41/+134
2021-02-05iwlwifi: mvm: add tx fail time pointMordechay Goodstein1-3/+23
2021-02-05iwlwifi: mvm: add explicit check for non-data frames in get Tx rateKrishnanand Prabhu1-5/+8
2021-02-05iwlwifi: mvm: add support for new flush queue responseMordechay Goodstein1-29/+93
2021-02-05iwlwifi: mvm: add notification size checksJohannes Berg1-4/+10
2021-01-27iwlwifi: provide gso_type to GSO packetsEric Dumazet1-0/+3
2020-12-11iwlwifi: mvm: Fix fall-through warnings for ClangGustavo A. R. Silva1-2/+2
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-63/+6
2020-12-10iwlwifi: remove sw_csum_txEmmanuel Grumbach1-5/+2
2020-10-08iwlwifi: mvm: add a get lmac id functionNathan Errera1-5/+1
2020-10-08iwlwifi: mvm: prepare roc_done_wk to work syncNathan Errera1-6/+4
2020-10-08iwlwifi: mvm: get number of stations from TLVNathan Errera1-1/+1
2020-10-08iwlwifi: mvm: tx: Demote misuse of kernel-doc headersLee Jones1-2/+2
2020-10-01iwlwifi: mvm: process ba-notifications also when sta rcu is invalidNaftali Goldstein1-27/+50
2020-05-08iwlwifi: tx: enable A-MSDU in low latency modeMordechay Goodstein1-7/+4
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+8
2020-01-09net: iwlwifi: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-7/+2
2019-12-24iwlwifi: mvm: fix potential SKB leak on TXQ TXJohannes Berg1-2/+2
2019-12-24iwlwifi: mvm: fix SKB leak on invalid queueJohannes Berg1-1/+1
2019-12-23iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg1-10/+5
2019-11-15iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560Johannes Berg1-1/+1
2019-11-15iwlwifi: mvm: don't skip mgmt tid when flushing all tidsHaim Dreyfuss1-1/+1
2019-10-25iwlwifi: mvm: Invert the condition for OFDM rateTova Mussai1-2/+5
2019-10-25iwlwifi: mvm: consider ieee80211 station max amsdu valueMordechay Goodstein1-1/+6
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-2/+2
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-2/+2
2019-09-06iwlwifi: mvm: add the skb length to a printShaul Triebitz1-2/+3
2019-07-30iwlwifi: mvm: fix a use-after-free bug in iwl_mvm_tx_tso_segmentEmmanuel Grumbach1-1/+2
2019-06-29iwlwifi: mvm: Drop large non sta framesAndrei Otcheretianski1-0/+3
2019-06-29iwlwifi: mvm: remove multiple debugfs entriesMordechay Goodstein1-8/+1
2019-06-29iwlwifi: iwl_mvm_tx_mpdu() must be called with BH disabledJiri Kosina1-1/+3
2019-02-20iwlwifi: mvm: add some debug data to TX pathSara Sharon1-4/+7
2019-02-20iwlwifi: mvm: Allow retries for probe responsesIlan Peer1-1/+3
2019-02-20iwlwifi: mvm: Set TX_CMD_FLG_PROT_REQUIRE correctlyAndrei Otcheretianski1-1/+1
2019-02-20iwlwifi: mvm: support non-transmitting APSara Sharon1-2/+8
2019-01-25iwlwifi: tighten boundary checksLiad Kaufman1-5/+19
2019-01-25iwlwifi: mvm: Set Tx rate and flags when there is not stationIlan Peer1-3/+4
2019-01-25iwlwifi: mvm: bring back mvm GSO codeSara Sharon1-1/+223
2019-01-25iwlwifi: mvm: support mac80211 AMSDUSara Sharon1-226/+3
2019-01-25iwlwifi: mvm: support mac80211 TXQs modelSara Sharon1-54/+17
2018-12-20iwlwifi: mvm: take station lock later in the codeSara Sharon1-2/+2
2018-12-20iwlwifi: mvm: cleanup iwl_mvm_tx_skb_non_staSara Sharon1-25/+17
2018-12-20iwlwifi: mvm: remove pointless NULL assignmentSara Sharon1-5/+1
2018-12-20iwlwifi: mvm: remove dead codeSara Sharon1-6/+0
2018-11-11iwlwifi: mvm: toggle tx antenna if tx fails during connection establishmentAvraham Stern1-15/+50
2018-11-11iwlwifi: mvm: switch management tx antenna only on tx failureAvraham Stern1-4/+4