summaryrefslogtreecommitdiff
path: root/net/mac80211/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-27wifi: mac80211: use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan1-3/+3
2024-07-09wifi: mac80211: add support for DFS with multiple radiosFelix Fietkau1-19/+31
2024-07-09wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfigZong-Zhe Yang1-1/+1
2024-06-28wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREPJohannes Berg1-3/+0
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-06-26wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg1-0/+1
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+2
2024-05-29wifi: mac80211: handle tasklet frames before stoppingJohannes Berg1-2/+8
2024-05-29wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg1-1/+2
2024-02-08wifi: mac80211: don't use sband->band earlyJohannes Berg1-1/+1
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-1/+1
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-35/+170
2024-01-26wifi: mac80211: disallow drivers with HT wider than HEJohannes Berg1-0/+18
2024-01-26wifi: mac80211: add support for SPP A-MSDUsJohannes Berg1-1/+4
2024-01-26wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker1-1/+2
2023-12-12wifi: mac80211: Add support for WBRF featuresEvan Quan1-0/+2
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo1-1/+1
2023-09-25wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer1-1/+2
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-5/+2
2023-09-11wifi: mac80211: fix TXQ error path and cleanupJohannes Berg1-0/+3
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-6/+1
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg1-3/+0
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg1-1/+0
2023-09-11wifi: mac80211: remove key_mtxJohannes Berg1-1/+0
2023-09-11wifi: mac80211: move filter reconfig to wiphy workJohannes Berg1-3/+4
2023-09-11wifi: mac80211: move key tailroom work to wiphy workJohannes Berg1-1/+2
2023-09-11wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg1-3/+3
2023-09-11wifi: mac80211: move dynamic PS to wiphy workJohannes Berg1-4/+4
2023-09-11wifi: mac80211: move offchannel works to wiphy workJohannes Berg1-3/+3
2023-09-11wifi: mac80211: lock wiphy in IP address notifierJohannes Berg1-1/+21
2023-09-11wifi: mac80211: move scan work to wiphy workJohannes Berg1-3/+1
2023-09-11wifi: mac80211: move radar detect work to wiphy workJohannes Berg1-4/+5
2023-09-11wifi: mac80211: flush wiphy work where appropriateJohannes Berg1-0/+1
2023-06-07wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg1-1/+2
2023-06-06wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu1-2/+2
2023-04-21mac80211: use the new drop reasons infrastructureJohannes Berg1-0/+31
2023-03-15wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()Alexander Wetzel1-0/+2
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2022-10-21wifi: mac80211: fix memory free error when registering wiphy failtaozhang1-2/+6
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-8/+3
2022-10-07wifi: mac80211: prohibit IEEE80211_HT_CAP_DELAY_BA with MLOJohannes Berg1-0/+10
2022-10-07wifi: mac80211: set internal scan request BSSIDJohannes Berg1-0/+2
2022-09-03wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood1-0/+2
2022-07-15wifi: mac80211: prohibit DEAUTH_NEED_MGD_TX_PREP in MLOJohannes Berg1-0/+3
2022-07-15wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman1-3/+2
2022-07-15wifi: mac80211: expect powersave handling in driver for MLOJohannes Berg1-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-0/+1
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-3/+6
2022-07-01wifi: mac80211: properly skip link info driver updateJohannes Berg1-0/+3
2022-07-01wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau1-0/+1