aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen12-176/+650
2021-06-23Revert "mac80211: HE STA disassoc due to QOS NULL not sent"Ping-Ke Shih1-4/+1
2021-06-23mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih1-5/+0
2021-06-23mac80211: fix NULL ptr dereference during mesh peer connection for non HE devicesAbinaya Kalaiselvan1-1/+3
2021-06-23mac80211: Enable power save after receiving NULL packet ACKBassem Dawood1-4/+3
2021-06-23mac80211: add HE 6 GHz capability only if supportedJohannes Berg1-4/+7
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg3-27/+103
2021-06-23mac80211: always include HE 6GHz capability in probe requestJohannes Berg1-1/+11
2021-06-23mac80211: add vendor-specific capabilities to assoc requestJohannes Berg1-2/+10
2021-06-23mac80211: conditionally advertise HE in probe requestsJohannes Berg1-1/+3
2021-06-23mac80211: fix some spelling mistakesZheng Yongjun6-6/+6
2021-06-23mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg4-13/+29
2021-06-23mac80211: improve AP disconnect messageJohannes Berg1-2/+2
2021-06-23mac80211: rearrange struct txq_info for fewer holesJohannes Berg1-3/+6
2021-06-23mac80211: Properly WARN on HW scan before restartIlan Peer1-4/+3
2021-06-23mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz1-0/+18
2021-06-23mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein2-126/+71
2021-06-23mac80211: free skb in WEP error caseJohannes Berg1-1/+4
2021-06-23mac80211: move SMPS mode setting after ieee80211_prep_connectionShaul Triebitz1-9/+9
2021-06-23mac80211: allow SMPS requests only in client modeJohannes Berg1-10/+8
2021-06-23mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau1-9/+0
2021-06-23mac80211: check per vif offload_flags in Tx pathRyder Lee1-0/+3
2021-06-23mac80211: add rate control support for encap offloadRyder Lee2-6/+15
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 Fietkau2-27/+28
2021-06-23mac80211: don't open-code LED manipulationsJohannes Berg1-10/+2
2021-06-23mac80211: consider per-CPU statistics if presentJohannes Berg1-8/+3
2021-06-23mac80211: remove the repeated declarationShaokun Zhang1-1/+0
2021-06-23mac80211: refactor rc_no_data_or_no_ack_use_min functionPhilipp Borgers1-5/+1
2021-06-23mac80211: do not use low data rates for data frames with no ack flagPhilipp Borgers1-0/+4
2021-06-23mac80211: simplify ieee80211_add_station()Johannes Berg1-9/+1
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg5-46/+23
2021-06-23mac80211: refactor SKB queue processing a bitJohannes Berg1-109/+119
2021-06-23mac80211: unify queueing SKB to ifaceJohannes Berg1-18/+15
2021-06-23mac80211: minstrel_ht: ignore frame that was sent with noAck flagPhilipp Borgers1-0/+4
2021-06-23mac80211: Remove redundant assignment to retYang Li1-1/+0
2021-06-18mac80211: handle various extensible elements correctlyJohannes Berg1-11/+11
2021-06-18mac80211: reset profile_periodicity/ema_apJohannes Berg1-0/+8
2021-06-18mac80211: minstrel_ht: fix sample time checkFelix Fietkau1-1/+1
2021-06-09mac80211: drop multicast fragmentsJohannes Berg1-6/+3
2021-06-09mac80211: move interface shutdown out of wiphy lockJohannes Berg3-4/+12
2021-06-09mac80211: fix 'reset' debugfs lockingJohannes Berg1-1/+3
2021-06-08mac80211: fix deadlock in AP/VLAN handlingJohannes Berg1-7/+12
2021-05-31mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef1-16/+36
2021-05-31mac80211: fix skb length check in ieee80211_scan_rx()Du Cheng1-5/+16
2021-05-31mac80211: remove warning in ieee80211_get_sband()Johannes Berg1-1/+1
2021-05-11mac80211: extend protection against mixed key and fragment cache attacksWen Gong1-2/+11
2021-05-11mac80211: do not accept/forward invalid EAPOL framesJohannes Berg1-6/+27
2021-05-11mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2-1/+14
2021-05-11mac80211: check defrag PN against current frameJohannes Berg3-9/+20