summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2022-04-08mac80211: limit bandwidth in HE capabilitiesJohannes Berg4-10/+32
2022-04-08mac80211: Remove a couple of obsolete TODOIlan Peer2-12/+5
2022-03-28mac80211: fix potential double free on mesh joinLinus Lüssing1-3/+0
2022-03-19mac80211: refuse aggregations sessions before authorizedJohannes Berg1-1/+9
2022-03-08mac80211: treat some SAE auth steps as finalJohannes Berg2-5/+13
2022-03-08mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande1-2/+2
2022-03-08mac80211: fix EAPoL rekey fail in 802.3 rx pathDeren Wu1-7/+3
2022-02-23mac80211: mlme: check for null after calling kmemdupJiasheng Jiang1-8/+21
2022-01-27mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih1-1/+1
2022-01-11mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin3-81/+54
2022-01-11mac80211: initialize variable have_higher_than_11mbitTom Rix1-1/+1
2021-12-29mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg1-0/+3
2021-12-22mac80211: fix lookup when adding AddBA extension elementJohannes Berg1-2/+3
2021-12-22mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg1-2/+8
2021-12-22mac80211: track only QoS data frames for admission controlJohannes Berg1-3/+10
2021-12-22mac80211: validate extended element ID is presentJohannes Berg1-1/+6
2021-12-22mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau1-1/+1
2021-12-22mac80211: mark TX-during-stop for TX in in_reconfigJohannes Berg1-1/+4
2021-12-22mac80211: fix regression in SSN handling of addba txFelix Fietkau2-2/+3
2021-12-22mac80211: fix rate control for retransmitted framesFelix Fietkau1-3/+3
2021-12-08mac80211: fix throughput LED triggerFelix Fietkau3-26/+23
2021-12-08mac80211: do not access the IV when it was strippedXing Song1-1/+2
2021-11-25mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau1-2/+1
2021-11-25mac80211: fix radiotap header generationJohannes Berg1-1/+1
2021-11-25mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg3-8/+15
2021-11-18mac80211: twt: don't use potentially unaligned pointerJohannes Berg1-3/+5
2021-10-01mac80211: mesh: fix HE operation element length checkJohannes Berg1-4/+5
2021-09-27mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-09-27mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg1-0/+6
2021-09-23mac80211: mesh: fix potentially unaligned accessJohannes Berg1-1/+2
2021-09-23mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi1-0/+4
2021-09-23mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2
2021-09-23mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang1-0/+8
2021-09-23Revert "mac80211: do not use low data rates for data frames with no ack flag"Felix Fietkau1-4/+0
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...Jakub 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