summaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-6/+3
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-7/+7
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-41/+35
2026-02-02wifi: cfg80211: add initial UHR supportJohannes Berg1-4/+98
2026-01-30Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-8/+59
2026-01-27wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM requestAvraham Stern1-0/+4
2026-01-27wifi: nl80211/cfg80211: add new FTM capabilitiesAvraham Stern1-0/+23
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+0
2026-01-20wifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg1-10/+0
2026-01-19wifi: nl80211: ignore cluster id after NAN startedMiri Korenblit1-5/+6
2026-01-19wifi: cfg80211: limit NAN func management APIs to offloaded DEMiri Korenblit1-0/+6
2026-01-14wifi: nl80211: Add support for EPP peer indicationSai Pratyusha Magam1-0/+5
2026-01-14wifi: cfg80211: add support for key configuration before associationKavita Kavita1-1/+3
2026-01-14wifi: cfg80211: add support for EPPKE Authentication ProtocolAiny Kumari1-2/+12
2026-01-12wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channelLachlan Hodges1-0/+3
2025-11-25wifi: cfg80211: include s1g_primary_2mhz when sending chandefLachlan Hodges1-0/+3
2025-11-11wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connectionPagadala Yesu Anjaneyulu1-2/+2
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2025-10-27wifi: cfg80211: default S1G chandef width to 1MHzLachlan Hodges1-0/+3
2025-10-20wifi: nl80211: call kfree without a NULL checkEmmanuel Grumbach1-2/+1
2025-09-22wifi: cfg80211: remove IEEE80211_CHAN_{1,2,4,8,16}MHZ flagsJohannes Berg1-15/+0
2025-09-19wifi: cfg80211: correctly implement and validate S1G chandefLachlan Hodges1-15/+22
2025-09-19wifi: cfg80211: Store the NAN cluster IDIlan Peer1-0/+2
2025-09-19wifi: cfg80211: Support Tx/Rx of action frame for NANIlan Peer1-2/+6
2025-09-19wifi: cfg80211: Advertise supported NAN capabilitiesIlan Peer1-0/+41
2025-09-19wifi: cfg80211: Add cluster joined notification APIsAndrei Otcheretianski1-0/+41
2025-09-19wifi: nl80211: Add NAN Discovery Window (DW) notificationAndrei Otcheretianski1-0/+45
2025-09-19wifi: nl80211: Add more configuration options for NAN commandsAndrei Otcheretianski1-35/+263
2025-09-12Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-13/+305
2025-09-11wifi: nl80211: completely disable per-link stats for nowJohannes Berg1-1/+1
2025-09-10wifi: cfg80211: Fix "no buffer space available" error in nl80211_get_station(...Nithyanantham Paramasivam1-6/+7
2025-09-04wifi: nl80211: strict checking attributes for NL80211_CMD_SET_BSSArend van Spriel1-7/+45
2025-09-04wifi: nl80211: allow drivers to support subset of NL80211_CMD_SET_BSSArend van Spriel1-2/+37
2025-09-04wifi: nl80211: Add EHT fixed Tx rate supportMuna Sinada1-5/+224
2025-07-22wifi: nl80211: Set num_sub_specs before looping through sub_specsKees Cook1-0/+1
2025-07-21wifi: cfg80211/mac80211: report link ID for unexpected framesMichael-CY Lee1-10/+12
2025-07-18wifi: cfg80211: support configuring an S1G short beaconing BSSLachlan Hodges1-0/+72
2025-07-18wifi: cfg80211/mac80211: remove wrong scan request n_channelsJohannes Berg1-1/+0
2025-07-15wifi: cfg80211: fix double free for link_sinfo in nl80211_station_dump()Sarika Sharma1-1/+9
2025-07-15wifi: cfg80211: fix off channel operation allowed check for MLOAditya Kumar Singh1-6/+17
2025-07-15wifi: cfg80211: parse attribute to update unsolicited probe response templateYuvarani V1-0/+18
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2025-07-09wifi: nl80211: make nl80211_check_scan_flags() type safeJohannes Berg1-27/+28
2025-07-09wifi: cfg80211: hide scan internalsJohannes Berg1-46/+51
2025-06-30wifi: cfg80211: fix S1G beacon head validation in nl80211Lachlan Hodges1-2/+5
2025-06-24wifi: cfg80211: support configuration of S1G station capabilitiesLachlan Hodges1-0/+8
2025-06-24wifi: cfg80211: Report per-radio RTS threshold to userspaceRoopni Devanathan1-0/+6
2025-06-24wifi: cfg80211: Add Support to Set RTS Threshold for each RadioRoopni Devanathan1-3/+59