summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/tx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: empty overflow queue during flushMiri Korenblit2023-10-231-2/+2
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-231-2/+2
* wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() APIJohannes Berg2023-10-231-16/+2
* Merge wireless into wireless-nextJohannes Berg2023-10-061-0/+3
|\
| * wifi: iwlwifi: Ensure ack flag is properly cleared.Ben Greear2023-09-111-0/+3
* | wifi: iwlwifi: mvm: support injection antenna controlJohannes Berg2023-09-251-4/+12
* | wifi: iwlwifi: mvm: refactor TX rate handlingJohannes Berg2023-09-251-33/+45
* | wifi: iwlwifi: Use FW rate for non-data framesMiri Korenblit2023-09-131-5/+9
|/
* Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-221-64/+27
|\
| * wifi: iwlwifi: add some FW misbehaviour check infrastructureJohannes Berg2023-06-191-3/+12
| * wifi: iwlwifi: mvm: check link during TXJohannes Berg2023-06-191-1/+3
| * wifi: iwlwifi: mvm: remove new checksum codeJohannes Berg2023-06-191-54/+6
| * wifi: iwlwifi: mvm: Refactor iwl_mvm_get_lmac_id()Ariel Malamud2023-06-141-1/+1
| * wifi: iwlwifi: mvm: always set MH len in offload_assistJohannes Berg2023-06-141-3/+3
| * wifi: iwlwifi: mvm: fix getting LDPC/STBC supportMukesh Sisodiya2023-06-141-2/+2
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
|/
* Merge wireless into wireless-nextJohannes Berg2023-06-071-1/+1
|\
| * wifi: iwlwifi: mvm: fix access to fw_id_to_mac_idGregory Greenman2023-05-161-1/+1
* | wifi: iwlwifi: mvm: support injection rate controlJohannes Berg2023-06-061-3/+59
|/
* wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLOJohannes Berg2023-04-181-3/+34
* wifi: iwlwifi: mvm: tx: remove misleading if statementJohannes Berg2023-04-141-2/+1
* wifi: iwlwifi: mvm: Fix setting the rate for non station casesIlan Peer2023-04-141-13/+13
* wifi: ieee80211: correctly mark FTM frames non-bufferableJohannes Berg2023-04-131-3/+4
* wifi: iwlwifi: mvm: refactor TX csum mode checkJohannes Berg2023-04-131-4/+1
* wifi: iwlwifi: mvm: enable bz hw checksum from c stepGolan Ben Ami2023-04-131-1/+1
* wifi: iwlwifi: mvm: use OFDM rate if IEEE80211_TX_CTL_NO_CCK_RATE is setAvraham Stern2023-04-131-1/+2
* wifi: iwlwifi: separate AP link management queuesJohannes Berg2023-03-301-2/+2
* wifi: iwlwifi: mvm: use the correct link queueShaul Triebitz2023-03-301-4/+4
* wifi: iwlwifi: mvm: use bcast/mcast link station idShaul Triebitz2023-03-301-2/+15
* wifi: iwlwifi: mvm: update iwl_mvm_tx_reclaim() for MLOGregory Greenman2023-03-301-6/+5
* wifi: iwlwifi: mvm: sta preparation for MLOGregory Greenman2023-03-301-14/+20
* wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman2023-03-301-4/+4
* wifi: iwlwifi: mvm: report hardware timestamps in RX/TX statusAvraham Stern2023-03-221-1/+3
* wifi: iwlwifi: mvm: clean up duplicated definesMordechay Goodstein2023-03-071-4/+3
* wifi: iwlwifi: mvm: always send nullfunc frames on MGMT queueGregory Greenman2023-01-301-3/+4
* wifi: iwlwifi: mvm: fix double free on tx path.Ben Greear2022-11-281-1/+11
* wifi: iwlwifi: mvm: use old checksum for Bz A-stepJohannes Berg2022-11-101-2/+5
* wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx APIEmmanuel Grumbach2022-11-101-1/+7
* wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg2022-09-061-1/+1
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-3/+3
* Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-03-111-11/+9
|\
| * iwlwifi: avoid variable shadowingJohannes Berg2022-02-181-2/+0
| * iwlwifi: propagate (const) type qualifierBjoern A. Zeeb2022-02-181-5/+6
| * iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg2022-02-181-1/+1
| * iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL staTakashi Iwai2022-02-181-3/+2
* | iwlwifi: mvm: fix condition which checks the version of rate_n_flagsMiri Korenblit2022-02-031-1/+1
|/
* iwlwifi: mvm: support Bz TX checksum offloadJohannes Berg2021-12-211-8/+57
* iwlwifi: mvm: isolate offload assist (checksum) calculationJohannes Berg2021-12-211-26/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-2/+3
|\