summaryrefslogtreecommitdiff
path: root/net/mac80211/util.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-14wifi: mac80211: use safe list iteration in radar detect workBenjamin Berg1-2/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+2
2026-02-02wifi: mac80211: add initial UHR supportJohannes Berg1-1/+35
2026-02-02wifi: mac80211: use wiphy_hrtimer_work for CAC timeoutAmith A1-1/+1
2026-01-14wifi: mac80211: Check for MLE before appending in Authentication frameKavita Kavita1-3/+9
2026-01-12wifi: mac80211: improve station iteration ergonomicsJohannes Berg1-6/+17
2026-01-12wifi: mac80211: improve interface iteration ergonomicsJohannes Berg1-8/+44
2026-01-12wifi: mac80211: unexport ieee80211_get_bssid()Johannes Berg1-1/+0
2025-11-11wifi: mac80211: track MU-MIMO configuration on disabled interfacesBenjamin Berg1-1/+2
2025-11-10wifi: mac80211: simplify ieee80211_recalc_chanctx_min_def() APIJohannes Berg1-1/+1
2025-11-10wifi: mac80211: remove chanctx to link back-referencesJohannes Berg1-15/+15
2025-09-19wifi: mac80211: correctly initialise S1G chandef for STALachlan Hodges1-7/+32
2025-09-19wifi: mac80211: Export an API to check if NAN is startedIlan Peer1-0/+8
2025-09-04wifi: mac80211: reduce the scope of rts_thresholdMiri Korenblit1-2/+3
2025-09-04wifi: mac80211: simplify return value handling of cfg80211_get_radio_idx_by_c...Aditya Kumar Singh1-9/+6
2025-07-18wifi: mac80211: support initialising current S1G short beacon indexLachlan Hodges1-3/+28
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+4
2025-07-10wifi: mac80211: add the virtual monitor after reconfig completeMiri Korenblit1-5/+4
2025-07-09wifi: cfg80211/mac80211: implement dot11ExtendedRegInfoSupportSomashekhar Puttagangaiah1-0/+17
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-06-24wifi: mac80211: Set RTS threshold on per-radio basisRoopni Devanathan1-1/+9
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-8/+8
2025-06-24wifi: mac80211: add support towards MLO handling of station statisticsSarika Sharma1-2/+12
2025-06-24wifi: mac80211: fix beacon interval calculation overflowLachlan Hodges1-1/+1
2025-06-20wifi: mac80211: Allow DFS/CSA on a radio if scan is ongoing on another radioAditya Kumar Singh1-0/+27
2025-04-23wifi: cfg80211/mac80211: remove more 5/10 MHz codeJohannes Berg1-20/+5
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+5
2025-03-07wifi: mac80211: don't queue sdata::work for a non-running sdataMiri Korenblit1-3/+5
2025-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2025-02-26wifi: mac80211: Add counter for all monitor interfacesAlexander Wetzel1-1/+2
2025-02-11wifi: mac80211: Cleanup sta TXQs on flushAlexander Wetzel1-2/+3
2025-01-13wifi: mac80211: improve stop/wake queue tracingEmmanuel Grumbach1-4/+6
2025-01-13wifi: mac80211: Remove unused ieee80211_smps_is_restrictiveDr. David Alan Gilbert1-25/+0
2024-12-20Merge tag 'wireless-next-2024-12-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-11/+18
2024-12-04wifi: mac80211: add EHT 320 MHz support for meshSathishkumar Muruganandam1-11/+18
2024-12-03wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach1-20/+3
2024-12-03wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach1-0/+3
2024-10-23wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau1-4/+10
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov1-1/+1
2024-10-08wifi: mac80211: constify ieee80211_ie_build_{he,eht}_oper() chandefJeff Johnson1-2/+2
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh1-11/+41
2024-09-06wifi: mac80211: handle DFS per linkAditya Kumar Singh1-9/+19
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh1-1/+1
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh1-1/+1
2024-09-06Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh1-1/+1
2024-09-05Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-2/+18
2024-08-28wifi: mac80211: fix RCU list iterationsJohannes Berg1-1/+3
2024-08-27wifi: mac80211: Add non-atomic station iteratorRory Little1-1/+15
2024-07-26wifi: mac80211: use monitor sdata with driver only if desiredJohannes Berg1-1/+1