aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg1-15/+17
2022-10-10wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg1-15/+15
2022-10-10wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg1-0/+2
2022-10-07wifi: mac80211: fix probe req HE capabilities accessJames Prestwood1-1/+1
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-1/+1
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-27wifi: mac80211: ensure vif queues are operational after startAlexander Wetzel1-2/+2
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg1-1/+1
2022-09-03wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg1-15/+13
2022-09-03wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg1-3/+2
2022-08-26wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg1-1/+2
2022-08-25wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg1-9/+20
2022-07-15wifi: mac80211: add API to parse multi-link elementJohannes Berg1-0/+5
2022-07-15wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg1-4/+4
2022-07-15wifi: mac80211: add multi-link element to AUTH framesJohannes Berg1-1/+20
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx()Gregory Greenman1-1/+1
2022-07-15wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski1-7/+33
2022-07-15wifi: mac80211: add a helper to fragment an elementJohannes Berg1-0/+28
2022-07-15wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg1-3/+3
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-8/+5
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-1/+2
2022-07-15wifi: mac80211: refactor elements parsing with parameter structJohannes Berg1-29/+29
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-9/+9
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg1-17/+17
2022-07-15wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer1-31/+56
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-14/+20
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-07-11wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgradeMeiChia Chiu1-1/+1
2022-06-29wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau1-0/+3
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg1-2/+3
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-14/+25
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-2/+2
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-12/+10
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-8/+8
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-69/+1
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg1-40/+0
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala1-3/+30
2022-02-16mac80211: Add EHT capabilities to association/probe requestIlan Peer1-0/+79
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer1-32/+110
2022-02-16mac80211: Support parsing EHT elementsIlan Peer1-0/+11
2022-02-16mac80211: parse only HE capability elements with valid sizeJohannes Berg1-2/+4
2022-02-04mac80211: Remove redundent assignment channel_typeJiapeng Chong1-1/+0
2022-02-04mac80211: limit bandwidth in HE capabilitiesJohannes Berg1-5/+22
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl1-0/+13
2021-12-14mac80211: do drv_reconfig_complete() before restarting allJohannes Berg1-7/+7
2021-12-14mac80211: Fix the size used for building probe requestIlan Peer1-1/+1
2021-12-14mac80211: validate extended element ID is presentJohannes Berg1-1/+6
2021-11-15mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg1-3/+4