summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2022-10-26wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan1-3/+0
2022-10-17wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg4-2/+15
2022-10-17wifi: mac80211: don't parse mbssid in assoc responseJohannes Berg1-2/+2
2022-10-17mac80211: mlme: find auth challenge directlyJohannes Berg3-11/+6
2022-10-15wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg1-5/+7
2022-10-15wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg1-0/+2
2022-09-08net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-4/+4
2022-09-08wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant1-4/+7
2022-09-08wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant1-0/+4
2022-08-21mac80211: fix a memory leak where sta_info is not freedAhmed Zaki1-3/+3
2022-07-21wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau1-2/+2
2022-06-09mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25
2022-06-09wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg1-5/+2
2022-05-25mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau1-2/+1
2022-05-18mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty1-0/+6
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-01-27mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih1-1/+1
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-08mac80211: do not access the IV when it was strippedXing Song1-1/+2
2021-10-17mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-10-17mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2
2021-10-06mac80211: mesh: fix potentially unaligned accessJohannes Berg1-1/+2
2021-10-06mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi1-0/+4
2021-10-06mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang1-0/+8
2021-10-06mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg1-0/+6
2021-09-18mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh1-2/+9
2021-09-15mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang1-1/+3
2021-08-04mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau3-2/+23
2021-07-19mac80211: consider per-CPU statistics if presentJohannes Berg1-8/+3
2021-07-14mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih1-5/+0
2021-07-14mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau1-9/+0
2021-06-30mac80211: handle various extensible elements correctlyJohannes Berg1-11/+11
2021-06-30mac80211: reset profile_periodicity/ema_apJohannes Berg1-0/+8
2021-06-30mac80211: drop multicast fragmentsJohannes Berg1-6/+3
2021-06-30mac80211: remove warning in ieee80211_get_sband()Johannes Berg1-1/+1
2021-06-23mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef1-16/+36
2021-06-23mac80211: fix skb length check in ieee80211_scan_rx()Du Cheng1-5/+16
2021-06-03mac80211: extend protection against mixed key and fragment cache attacksWen Gong1-2/+11
2021-06-03mac80211: do not accept/forward invalid EAPOL framesJohannes Berg1-6/+27