summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
AgeCommit message (Expand)Author
2020-07-30mac80211: Fix bug in Tx ack status reporting in 802.3 xmit pathVasanthakumar Thiagarajan
2020-06-25mac80211: skip mpath lookup also for control port txMarkus Theil
2020-06-25mac80211: Fix dropping broadcast packets in 802.11 encapSeevalamuthu Mariappan
2020-05-28mac80211: support control port TX status reportingMarkus Theil
2020-05-27nl80211: add ability to report TX status for control port TXMarkus Theil
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller
2020-04-30docs: networking: convert mac80211-injection.txt to ReSTMauro Carvalho Chehab
2020-04-29mac80211: TX legacy rate control for Beacon framesJouni Malinen
2020-04-24mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-29mac80211: fix authentication with iwlwifi/mvmJohannes Berg
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-26mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg
2020-03-26mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg
2020-03-20mac80211: don't leave skb->next/prev pointing to stackJohannes Berg
2020-02-24mac80211: Beacon protection using the new BIGTK (AP)Jouni Malinen
2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg
2020-02-24Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A...Johannes Berg
2020-02-21mac80211: check vif pointer before airtime calculationJohannes Berg
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller
2020-02-07mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRSMarkus Theil
2020-02-07nl80211: add src and dst addr attributes for control port tx/rxMarkus Theil
2020-02-07mac80211: use more bits for ack_frame_idJohannes Berg
2020-01-15mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen
2020-01-14net: mac80211: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-02Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2019-12-13mac80211: add 802.11 encapsulation offloading supportJohn Crispin
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen
2019-12-13mac80211: fix TID field in monitor mode transmitFredrik Olofsson
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan
2019-11-22mac80211: add a comment about monitor-to-dev injectionJohannes Berg
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen
2019-11-08mac80211: move store skb ack code to its own functionJohn Crispin
2019-10-04mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg
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