summaryrefslogtreecommitdiff
path: root/net/mac80211/main.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: use the new drop reasons infrastructureJohannes Berg2023-04-201-0/+31
* wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()Alexander Wetzel2023-03-151-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-2/+6
|\
| * wifi: mac80211: fix memory free error when registering wiphy failtaozhang2022-10-211-2/+6
* | wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-8/+3
* | wifi: mac80211: prohibit IEEE80211_HT_CAP_DELAY_BA with MLOJohannes Berg2022-10-071-0/+10
* | wifi: mac80211: set internal scan request BSSIDJohannes Berg2022-10-071-0/+2
|/
* wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood2022-09-031-0/+2
* wifi: mac80211: prohibit DEAUTH_NEED_MGD_TX_PREP in MLOJohannes Berg2022-07-151-0/+3
* wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman2022-07-151-3/+2
* wifi: mac80211: expect powersave handling in driver for MLOJohannes Berg2022-07-151-1/+2
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-0/+1
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-3/+6
* wifi: mac80211: properly skip link info driver updateJohannes Berg2022-07-011-0/+3
* wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau2022-07-011-0/+1
* wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-7/+4
* wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg2022-06-201-1/+2
* wifi: mac80211: validate some driver features for MLOJohannes Berg2022-06-201-0/+42
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-4/+80
* 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-2/+2
* wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-64/+5
* mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg2022-05-161-2/+2
* mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg2022-05-161-1/+1
* mac80211: Add EHT capabilities to association/probe requestIlan Peer2022-02-161-1/+13
* mac80211: Remove a couple of obsolete TODOIlan Peer2021-12-201-8/+5
* Merge tag 'mac80211-next-for-net-next-2021-08-20' of git://git.kernel.org/pub...Jakub Kicinski2021-08-201-1/+1
|\
| * mac80211: remove unnecessary NULL check in ieee80211_register_hw()Dan Carpenter2021-08-131-1/+1
* | mac80211: fix locking in ieee80211_restart_work()Johannes Berg2021-08-171-0/+2
|/
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-4/+7
* mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg2021-06-231-2/+7
* mac80211: Properly WARN on HW scan before restartIlan Peer2021-06-231-4/+3
* mac80211: use sdata->skb_queue for TDLSJohannes Berg2021-06-231-5/+0
* mac80211: move interface shutdown out of wiphy lockJohannes Berg2021-06-091-1/+6
* mac80211: drop the connection if firmware crashed while in CSANaftali Goldstein2021-04-191-1/+8
* mac80211: bail out if cipher schemes are invalidJohannes Berg2021-04-081-2/+5
* mac80211: choose first enabled channel for monitorKarthikeyan Kathirvel2021-03-161-1/+12
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-0/+5
* Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski2020-11-131-8/+0
|\
| * mac80211: remove WDS-related codeJohannes Berg2020-11-111-8/+0
* | net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-9/+5
|/
* mac80211: rename csa counters to countdown countersJohn Crispin2020-08-271-1/+1
* mac80211: support control port TX status reportingMarkus Theil2020-05-281-0/+2
* nl80211: support scan frequencies in KHzThomas Pedersen2020-05-271-0/+2
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-3/+8
|\
| * mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-3/+5
| * mac80211: Process multicast RX registration for Action framesJouni Malinen2020-04-241-0/+3
* | mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-241-2/+3
|/
* mac80211: fix race in ieee80211_register_hw()Sumit Garg2020-04-151-11/+13
* mac80211: driver can remain on channel if not using chan_ctxYan-Hsuan Chuang2020-03-201-1/+1