summaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix user-power when emulating chanctxBen Greear2024-10-251-0/+2
* wifi: mac80211: use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan2024-08-271-3/+3
* wifi: mac80211: add support for DFS with multiple radiosFelix Fietkau2024-07-091-19/+31
* wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfigZong-Zhe Yang2024-07-091-1/+1
* wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREPJohannes Berg2024-06-281-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-0/+1
|\
| * wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg2024-06-261-0/+1
* | Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-111-1/+2
|\ \ | |/ |/|
| * wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg2024-05-291-1/+2
* | wifi: mac80211: handle tasklet frames before stoppingJohannes Berg2024-05-291-2/+8
|/
* wifi: mac80211: don't use sband->band earlyJohannes Berg2024-02-081-1/+1
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-1/+1
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-35/+170
* wifi: mac80211: disallow drivers with HT wider than HEJohannes Berg2024-01-261-0/+18
* wifi: mac80211: add support for SPP A-MSDUsJohannes Berg2024-01-261-1/+4
* wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker2024-01-261-1/+2
* wifi: mac80211: Add support for WBRF featuresEvan Quan2023-12-121-0/+2
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-231-1/+1
* wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer2023-09-251-1/+2
* wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-111-5/+2
* wifi: mac80211: fix TXQ error path and cleanupJohannes Berg2023-09-111-0/+3
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-6/+1
* wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-3/+0
* wifi: mac80211: remove chanctx_mtxJohannes Berg2023-09-111-1/+0
* wifi: mac80211: remove key_mtxJohannes Berg2023-09-111-1/+0
* wifi: mac80211: move filter reconfig to wiphy workJohannes Berg2023-09-111-3/+4
* wifi: mac80211: move key tailroom work to wiphy workJohannes Berg2023-09-111-1/+2
* wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg2023-09-111-3/+3
* wifi: mac80211: move dynamic PS to wiphy workJohannes Berg2023-09-111-4/+4
* wifi: mac80211: move offchannel works to wiphy workJohannes Berg2023-09-111-3/+3
* wifi: mac80211: lock wiphy in IP address notifierJohannes Berg2023-09-111-1/+21
* wifi: mac80211: move scan work to wiphy workJohannes Berg2023-09-111-3/+1
* wifi: mac80211: move radar detect work to wiphy workJohannes Berg2023-09-111-4/+5
* wifi: mac80211: flush wiphy work where appropriateJohannes Berg2023-09-111-0/+1
* wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg2023-06-071-1/+2
* wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-061-2/+2
* mac80211: use the new drop reasons infrastructureJohannes Berg2023-04-211-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-111-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