aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26mac80211: parse transmit power envelope elementWen Gong2-0/+15
2021-08-24mac80211: introduce individual TWT support in AP modeLorenzo Bianconi7-2/+418
2021-08-20Merge tag 'mac80211-next-for-net-next-2021-08-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski9-58/+298
2021-08-17mac80211: fix locking in ieee80211_restart_work()Johannes Berg1-0/+2
2021-08-17mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang1-1/+3
2021-08-17mac80211: add support for BSS color changeJohn Crispin4-22/+254
2021-08-13mac80211: Use flex-array for radiotap header bitmapKees Cook1-1/+6
2021-08-13mac80211: radiotap: Use BIT() instead of shiftsKees Cook2-19/+19
2021-08-13mac80211: Remove unnecessary variable and labeldingsenjie1-11/+4
2021-08-13mac80211: include <linux/rbtree.h>Johannes Berg1-0/+1
2021-08-13mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh1-2/+9
2021-08-13mac80211: remove unnecessary NULL check in ieee80211_register_hw()Dan Carpenter1-1/+1
2021-08-13mac80211: Reject zero MAC address in sta_info_insert_check()YueHaibing1-1/+1
2021-07-23mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau3-2/+23
2021-07-23mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau1-25/+32
2021-07-23mac80211: Do not strip skb headroom on monitor framesJohan Almbladh1-1/+2
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