summaryrefslogtreecommitdiff
path: root/net/mac80211/tx.c
AgeCommit message (Expand)Author
2021-10-06mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi
2021-10-06mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang
2021-09-15mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang
2021-04-14mac80211: fix TXQ AC confusionJohannes Berg
2021-01-23mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi
2021-01-23mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau
2020-11-18mac80211: fix use of skb payload instead of headerJohannes Berg
2020-10-01mac80211: skip mpath lookup also for control port txMarkus Theil
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg
2020-04-02mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen
2020-04-01mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg
2020-04-01mac80211: drop data frames without key on encrypted linksJohannes Berg
2020-01-12mac80211: fix TID field in monitor mode transmitFredrik Olofsson
2019-08-21nl80211: add 6GHz band definition to enum nl80211_bandArend van Spriel
2019-07-26mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin
2019-07-26mac80211: add tx dequeue function for process contextErik Stromdahl
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller
2019-04-26mac80211: probe unexercised mesh linksRajkumar Manoharan
2019-04-26mac80211: add option for setting control flagsRajkumar Manoharan
2019-04-26mac80211: debugfs option to force TX status framesJulius Niedworok
2019-04-26mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmitFelix Fietkau
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel
2019-04-26mac80211: run late dequeue late tx handlers without holding fq->lockFelix Fietkau
2019-04-26mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau
2019-03-29mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau
2019-03-29mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau
2019-01-28mac80211: remove unused variableJohannes Berg
2019-01-25mac80211: Expose ieee80211_schedule_txq() functionToke Høiland-Jørgensen
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen
2019-01-19mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller
2018-12-18mac80211: don't build AMSDU from GSO packetsSara Sharon
2018-12-18mac80211: remove superfluous NULL checkJohannes Berg
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau
2018-11-09mac80211: tx: avoid variable shadowingJohannes Berg
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-05mac80211: fix pending queue hang due to TX_DROPBob Copeland
2018-09-05mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon
2018-09-05mac80211: allow AMSDU size limitation per-TIDSara Sharon
2018-09-05mac80211: add an option for station management TXQSara Sharon
2018-09-05mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski
2018-09-05mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel
2018-09-05mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller