summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-08-171-1/+3
* mac80211: add support for BSS color changeJohn Crispin2021-08-171-11/+18
* mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau2021-07-231-25/+32
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-107/+259
* mac80211: check per vif offload_flags in Tx pathRyder Lee2021-06-231-0/+3
* mac80211: add rate control support for encap offloadRyder Lee2021-06-231-4/+14
* mac80211: call ieee80211_tx_h_rate_ctrl() when dequeueRyder Lee2021-06-231-23/+29
* mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau2021-06-231-0/+27
* mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2021-05-311-16/+36
* Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-201-18/+40
|\
| * mac80211: properly process TXQ management framesJohannes Berg2021-04-191-5/+14
| * mac80211: Set priority and queue mapping for injected framesJohan Almbladh2021-04-081-11/+9
| * mac80211: set sk_pacing_shift for 802.3 txpathLorenzo Bianconi2021-04-081-0/+3
| * mac80211: don't apply flow control on management framesJohannes Berg2021-04-081-3/+15
| * mac80211: remove redundant assignment of variable resultColin Ian King2021-04-081-1/+1
* | mac80211: fix TXQ AC confusionJohannes Berg2021-04-081-1/+1
|/
* mac80211: add STBC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers2021-02-121-0/+9
* mac80211: enable QoS support for nl80211 ctrl portMarkus Theil2021-02-121-6/+19
* mac80211: introduce aql_enable node in debugfsLorenzo Bianconi2021-01-221-0/+5
* mac80211: add LDPC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers2021-01-211-0/+4
* net/fq_impl: do not maintain a backlog-sorted list of flowsFelix Fietkau2021-01-211-2/+0
* net/fq_impl: drop get_default_func, move default flow to fq_tinFelix Fietkau2021-01-211-18/+4
* mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi2021-01-141-1/+1
* mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau2021-01-141-1/+1
* mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau2021-01-141-12/+15
* net: mac80211: use core API for updating TX/RX statsLev Stipakov2020-12-111-13/+3
* Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski2020-11-131-28/+11
|\
| * mac80211: remove WDS-related codeJohannes Berg2020-11-111-24/+2
| * mac80211: assure that certain drivers adhere to DONT_REORDER flagMathy Vanhoef2020-11-061-2/+7
| * mac80211: don't overwrite QoS TID of injected framesMathy Vanhoef2020-11-061-4/+1
| * mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef2020-11-061-0/+3
* | net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-2/+3
* | mac80211: fix use of skb payload instead of headerJohannes Berg2020-10-301-13/+24
* | mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef2020-10-301-3/+4
|/
* mac80211: don't calculate duration for S1GThomas Pedersen2020-09-281-0/+4
* mac80211: fix some missing kernel-docJohannes Berg2020-09-281-0/+2
* mac80211: Unsolicited broadcast probe response supportAloka Dixit2020-09-181-0/+29
* mac80211: Add FILS discovery supportAloka Dixit2020-09-181-0/+28
* mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2020-09-181-8/+8
* mac80211: rework tx encapsulation offload APIFelix Fietkau2020-09-181-14/+20
* mac80211: set info->control.hw_key for encap offload packetsFelix Fietkau2020-09-181-0/+5
* mac80211: skip encap offload for tx multicast/control packetsFelix Fietkau2020-09-181-55/+19
* mac80211: check and refresh aggregation session in encap offload txFelix Fietkau2020-09-181-0/+18
* mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau2020-09-181-0/+6
* mac80211: rename csa counters to countdown countersJohn Crispin2020-08-271-36/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-3/+4
|\
| * mac80211: Fix bug in Tx ack status reporting in 802.3 xmit pathVasanthakumar Thiagarajan2020-07-301-3/+4
* | mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2020-07-311-30/+24
* | mac80211: remove unused flags argument in transmit functionsMathy Vanhoef2020-07-311-11/+8
* | mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef2020-07-311-2/+0