summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-60/+109
* wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz2022-07-151-0/+108
* wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-52/+91
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-2/+2
|\
| * wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2022-06-291-2/+2
* | wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-34/+1
* | wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-5/+7
* | wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-201-2/+2
* | wifi: mac80211: use link in start/stop apShaul Triebitz2022-06-201-102/+115
* | wifi: mac80211: implement add/del interface link callbacksJohannes Berg2022-06-201-0/+20
* | wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-201-6/+13
* | wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-201-2/+3
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-24/+28
* | wifi: mac80211: pass link ID where already presentJohannes Berg2022-06-201-3/+4
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-15/+16
* | wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-77/+88
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-5/+5
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-20/+20
* | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-2/+6
* | wifi: mac80211: refactor some key codeJohannes Berg2022-06-101-33/+39
* | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-24/+2
|/
* mac80211: refactor freeing the next_beaconJohannes Berg2022-05-171-27/+18
* mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh2022-05-161-0/+9
* nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2022-05-161-2/+2
* mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg2022-05-161-1/+1
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-5/+6
* mac80211: protect ieee80211_assign_beacon with next_beacon checkLorenzo Bianconi2022-04-111-10/+12
* mac80211: update bssid_indicator in ieee80211_assign_beaconLorenzo Bianconi2022-03-151-0/+3
* mac80211: MBSSID channel switchJohn Crispin2022-03-151-2/+24
* mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi2022-03-151-12/+87
* mac80211: fix potential double free on mesh joinLinus Lüssing2022-03-111-3/+0
* mac80211: Add support for storing station EHT capabilitiesIlan Peer2022-02-161-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-0/+3
|\
| * mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg2021-12-201-0/+3
* | cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2021-12-201-5/+5
* | mac80211: introduce channel switch disconnect functionNathan Errera2021-12-201-1/+13
* | mac80211: notify non-transmitting BSS of color changesJohn Crispin2021-11-261-0/+18
* | mac80211: introduce set_radar_offchan callbackLorenzo Bianconi2021-11-191-0/+13
|/
* mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg2021-11-151-4/+8
* mac80211: MBSSID support in interface handlingJohn Crispin2021-09-281-0/+38
* mac80211: add support for BSS color changeJohn Crispin2021-08-171-11/+223
* mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau2021-07-231-0/+19
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-1/+34
* mac80211: simplify ieee80211_add_station()Johannes Berg2021-06-231-9/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+3
|\
| * mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan2021-04-081-1/+3