aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-15mac80211: fix throughput LED triggerFelix Fietkau1-19/+15
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-86/+120
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju1-1/+2
2021-10-21mac80211: split beacon retrieval functionsAloka Dixit1-85/+118
2021-09-23mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi1-0/+4
2021-09-23mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang1-0/+8
2021-08-17mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang1-1/+3
2021-08-17mac80211: add support for BSS color changeJohn Crispin1-11/+18
2021-07-23mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau1-25/+32
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-107/+259
2021-06-23mac80211: check per vif offload_flags in Tx pathRyder Lee1-0/+3
2021-06-23mac80211: add rate control support for encap offloadRyder Lee1-4/+14
2021-06-23mac80211: call ieee80211_tx_h_rate_ctrl() when dequeueRyder Lee1-23/+29
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau1-0/+27
2021-05-31mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef1-16/+36
2021-04-20Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-18/+40
2021-04-19mac80211: properly process TXQ management framesJohannes Berg1-5/+14
2021-04-08mac80211: Set priority and queue mapping for injected framesJohan Almbladh1-11/+9
2021-04-08mac80211: set sk_pacing_shift for 802.3 txpathLorenzo Bianconi1-0/+3
2021-04-08mac80211: don't apply flow control on management framesJohannes Berg1-3/+15
2021-04-08mac80211: remove redundant assignment of variable resultColin Ian King1-1/+1
2021-04-08mac80211: fix TXQ AC confusionJohannes Berg1-1/+1
2021-02-12mac80211: add STBC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers1-0/+9
2021-02-12mac80211: enable QoS support for nl80211 ctrl portMarkus Theil1-6/+19
2021-01-22mac80211: introduce aql_enable node in debugfsLorenzo Bianconi1-0/+5
2021-01-21mac80211: add LDPC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers1-0/+4
2021-01-21net/fq_impl: do not maintain a backlog-sorted list of flowsFelix Fietkau1-2/+0
2021-01-21net/fq_impl: drop get_default_func, move default flow to fq_tinFelix Fietkau1-18/+4
2021-01-14mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi1-1/+1
2021-01-14mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau1-1/+1
2021-01-14mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau1-12/+15
2020-12-11net: mac80211: use core API for updating TX/RX statsLev Stipakov1-13/+3
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-28/+11
2020-11-11mac80211: remove WDS-related codeJohannes Berg1-24/+2
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+3
2020-11-06mac80211: assure that certain drivers adhere to DONT_REORDER flagMathy Vanhoef1-2/+7
2020-11-06mac80211: don't overwrite QoS TID of injected framesMathy Vanhoef1-4/+1
2020-11-06mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef1-0/+3
2020-10-30mac80211: fix use of skb payload instead of headerJohannes Berg1-13/+24
2020-10-30mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef1-3/+4
2020-09-28mac80211: don't calculate duration for S1GThomas Pedersen1-0/+4
2020-09-28mac80211: fix some missing kernel-docJohannes Berg1-0/+2
2020-09-18mac80211: Unsolicited broadcast probe response supportAloka Dixit1-0/+29
2020-09-18mac80211: Add FILS discovery supportAloka Dixit1-0/+28
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau1-8/+8
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau1-14/+20
2020-09-18mac80211: set info->control.hw_key for encap offload packetsFelix Fietkau1-0/+5
2020-09-18mac80211: skip encap offload for tx multicast/control packetsFelix Fietkau1-55/+19
2020-09-18mac80211: check and refresh aggregation session in encap offload txFelix Fietkau1-0/+18
2020-09-18mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau1-0/+6