summaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
AgeCommit message (Expand)AuthorLines
2022-07-15wifi: mac80211: prohibit DEAUTH_NEED_MGD_TX_PREP in MLOJohannes Berg-0/+3
2022-07-15wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman-3/+2
2022-07-15wifi: mac80211: expect powersave handling in driver for MLOJohannes Berg-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg-0/+1
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg-3/+6
2022-07-01wifi: mac80211: properly skip link info driver updateJohannes Berg-0/+3
2022-07-01wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau-0/+1
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau-7/+4
2022-06-20wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg-1/+2
2022-06-20wifi: mac80211: validate some driver features for MLOJohannes Berg-0/+42
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-4/+80
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-5/+5
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg-2/+2
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg-64/+5
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg-2/+2
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg-1/+1
2022-02-16mac80211: Add EHT capabilities to association/probe requestIlan Peer-1/+13
2021-12-20mac80211: Remove a couple of obsolete TODOIlan Peer-8/+5
2021-08-20Merge tag 'mac80211-next-for-net-next-2021-08-20' of git://git.kernel.org/pub...Jakub Kicinski-1/+1
2021-08-17mac80211: fix locking in ieee80211_restart_work()Johannes Berg-0/+2
2021-08-13mac80211: remove unnecessary NULL check in ieee80211_register_hw()Dan Carpenter-1/+1
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen-4/+7
2021-06-23mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg-2/+7
2021-06-23mac80211: Properly WARN on HW scan before restartIlan Peer-4/+3
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg-5/+0
2021-06-09mac80211: move interface shutdown out of wiphy lockJohannes Berg-1/+6
2021-04-19mac80211: drop the connection if firmware crashed while in CSANaftali Goldstein-1/+8
2021-04-08mac80211: bail out if cipher schemes are invalidJohannes Berg-2/+5
2021-03-16mac80211: choose first enabled channel for monitorKarthikeyan Kathirvel-1/+12
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg-0/+5
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski-8/+0
2020-11-11mac80211: remove WDS-related codeJohannes Berg-8/+0
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais-9/+5
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin-1/+1
2020-05-28mac80211: support control port TX status reportingMarkus Theil-0/+2
2020-05-27nl80211: support scan frequencies in KHzThomas Pedersen-0/+2
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller-3/+8
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen-3/+5
2020-04-24mac80211: Process multicast RX registration for Action framesJouni Malinen-0/+3
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg-2/+3
2020-04-15mac80211: fix race in ieee80211_register_hw()Sumit Garg-11/+13
2020-03-20mac80211: driver can remain on channel if not using chan_ctxYan-Hsuan Chuang-1/+1
2020-03-20mac80211: Allow deleting stations in ibss mode to reset their stateNicolas Cavallari-0/+4
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil-0/+2
2020-02-24Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A...Johannes Berg-2/+0
2020-02-14mac80211: Fix setting txpower to zeroBen Greear-0/+2
2020-02-07mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRSMarkus Theil-0/+2
2020-02-07cfg80211/mac80211: Allow user space to register for station Rx authenticationIlan Peer-0/+13
2020-02-07mac80211: make ieee80211_wep_init() return voidLuca Coelho-4/+1
2020-02-07mac80211: allow changing TX-related netdev featuresJohannes Berg-5/+1