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