summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: remove erroneous sband/link validationJohannes Berg2022-07-221-13/+1
* wifi: mac80211: more station handling sanity checksJohannes Berg2022-07-221-0/+7
* wifi: mac80211: validate link address doesn't changeJohannes Berg2022-07-221-6/+12
* wifi: mac80211: fix NULL pointer deref with non-MLD STAJohannes Berg2022-07-221-1/+6
* wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski2022-07-151-0/+4
* wifi: mac80211: fix up link station creation/insertionJohannes Berg2022-07-151-2/+8
* wifi: mac80211: limit A-MSDU subframes for client tooJohannes Berg2022-07-151-27/+2
* wifi: mac80211: make ieee80211_check_rate_mask() link-awareJohannes Berg2022-07-151-1/+1
* wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg2022-07-151-2/+2
* wifi: mac80211: move tdls_chan_switch_prohibited to link dataJohannes Berg2022-07-151-1/+1
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-151-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-3/+4
* wifi: mac80211: fix key lookupJohannes Berg2022-07-151-0/+4
* 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
|\