summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee2023-04-131-1/+1
* wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel2023-02-011-14/+6
* Merge branch 'cve-fixes-2022-10-13'Johannes Berg2022-10-131-15/+17
|\
| * wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg2022-10-101-15/+15
| * wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg2022-10-101-0/+2
* | wifi: mac80211: fix probe req HE capabilities accessJames Prestwood2022-10-071-1/+1
|/
* Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-301-1/+1
|\
| * wifi: mac80211: isolate driver from inactive linksJohannes Berg2022-09-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-2/+2
|\ \ | |/ |/|
| * wifi: mac80211: ensure vif queues are operational after startAlexander Wetzel2022-09-271-2/+2
* | wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg2022-09-031-15/+13
* | wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg2022-09-031-3/+2
* | wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg2022-08-261-1/+2
* | wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg2022-08-251-9/+20
|/
* wifi: mac80211: add API to parse multi-link elementJohannes Berg2022-07-151-0/+5
* wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg2022-07-151-4/+4
* wifi: mac80211: add multi-link element to AUTH framesJohannes Berg2022-07-151-1/+20
* wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-151-1/+1
* wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski2022-07-151-7/+33
* wifi: mac80211: add a helper to fragment an elementJohannes Berg2022-07-151-0/+28
* wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg2022-07-151-3/+3
* wifi: mac80211: fix multi-BSSID element parsingJohannes Berg2022-07-151-8/+5
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-151-1/+2
* wifi: mac80211: refactor elements parsing with parameter structJohannes Berg2022-07-151-29/+29
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-9/+9
* wifi: mac80211: separate out connection downgrade flagsJohannes Berg2022-07-151-17/+17
* wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer2022-07-151-31/+56
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-14/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-0/+3
|\
| * wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau2022-06-291-0/+3
* | wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgradeMeiChia Chiu2022-07-111-1/+1
* | wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-201-1/+1
* | wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-201-2/+3
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-14/+25
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-2/+2
* | wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-12/+10
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-8/+8
* | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-69/+1
|/
* mac80211: mlme: move in RSSI reporting codeJohannes Berg2022-05-161-40/+0
* mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala2022-03-111-3/+30
* mac80211: Add EHT capabilities to association/probe requestIlan Peer2022-02-161-0/+79
* mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer2022-02-161-32/+110
* mac80211: Support parsing EHT elementsIlan Peer2022-02-161-0/+11
* mac80211: parse only HE capability elements with valid sizeJohannes Berg2022-02-161-2/+4
* mac80211: Remove redundent assignment channel_typeJiapeng Chong2022-02-041-1/+0
* mac80211: limit bandwidth in HE capabilitiesJohannes Berg2022-02-041-5/+22
* mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2022-01-041-0/+13
* mac80211: do drv_reconfig_complete() before restarting allJohannes Berg2021-12-141-7/+7
* mac80211: Fix the size used for building probe requestIlan Peer2021-12-141-1/+1