aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
4 dayswifi: cfg80211: use strscpy in cfg80211_wext_giwnameThorsten Blum1-1/+2
4 dayswifi: nl80211: re-check wiphy netns in testmode and vendor dump continuationsMaoyi Xie1-0/+19
10 daysMerge tag 'wireless-next-2026-05-21' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-6/+316
10 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+5
12 dayswifi: cfg80211: add a function to parse UHR DBEJohannes Berg2-6/+316
12 dayswifi: cfg80211: wext: validate chandef in monitor modeKartik Nair1-0/+2
2026-05-08wifi: cfg80211: advance loop vars in cfg80211_merge_profile()John Walker1-0/+3
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+28
2026-05-06wifi: cfg80211: don't allow NAN DATA on multi radio devicesMiri Korenblit1-1/+1
2026-05-06wifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuationMaoyi Xie1-0/+12
2026-05-06wifi: nl80211: require CAP_NET_ADMIN over the target netns in SET_WIPHY_NETNSMaoyi Xie1-0/+13
2026-05-06wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST usageJohannes Berg1-1/+1
2026-05-05wifi: cfg80211: separate NPCA validity from chandef validityJohannes Berg1-21/+38
2026-05-05wifi: cfg80211: add helper for parsing NPCA to chandefJohannes Berg1-0/+46
2026-05-05wifi: cfg80211: allow representing NPCA in chandefJohannes Berg5-28/+174
2026-05-05wifi: cfg80211: allow devices to advertise extended MLD capa/opsJohannes Berg1-6/+12
2026-05-05wifi: cfg80211: ensure UHR ML-PM flag is consistentJohannes Berg1-4/+5
2026-05-05wifi: cfg80211: add LTF keyseed support for secure rangingPeddolla Harshavardhan Reddy2-0/+24
2026-05-05wifi: cfg80211: allow suppressing FTM result reporting for PD requestsPeddolla Harshavardhan Reddy2-0/+12
2026-05-05wifi: cfg80211: add PD-specific preamble and bandwidth capabilitiesPeddolla Harshavardhan Reddy2-2/+31
2026-05-05wifi: cfg80211: add ingress/egress distance thresholds for FTMPeddolla Harshavardhan Reddy2-0/+10
2026-05-05wifi: cfg80211: add role-based peer limits to FTM capabilitiesPeddolla Harshavardhan Reddy2-4/+50
2026-05-05wifi: cfg80211: extend PMSR FTM response for proximity rangingPeddolla Harshavardhan Reddy1-0/+15
2026-05-05wifi: cfg80211: add NTB continuous ranging and FTM request type supportPeddolla Harshavardhan Reddy2-3/+69
2026-05-05wifi: cfg80211: add proximity detection capabilities to PMSRPeddolla Harshavardhan Reddy2-4/+109
2026-05-05wifi: cfg80211: add start/stop proximity detection commandsPeddolla Harshavardhan Reddy5-1/+119
2026-05-05wifi: cfg80211/mac80211: Add NL80211_IFTYPE_PD for PD PASN and PMSR operationsPeddolla Harshavardhan Reddy6-3/+35
2026-05-05wifi: cfg80211: Add MAC address filter to remain_on_channelPeddolla Harshavardhan Reddy3-8/+22
2026-05-05wifi: cfg80211: restrict LMR feedback check to TB and non-TB rangingPeddolla Harshavardhan Reddy1-1/+3
2026-05-05wifi: cfg80211: indicate (Re)Association frame encryption to userspaceKavita Kavita3-1/+5
2026-04-28wifi: cfg80211: validate cipher suite for NAN Data keysDaniel Gabay4-6/+21
2026-04-28wifi: nl80211: check link is beaconing for color changeJohannes Berg1-1/+4
2026-04-28wifi: nl80211: always validate AP operation/PHY regulatoryJohannes Berg1-137/+123
2026-04-28wifi: cfg80211: provide HT/VHT operation for AP beaconJohannes Berg1-0/+18
2026-04-28wifi: nl80211: reject too short HT/VHT/HE/EHT capability/operationJohannes Berg1-10/+41
2026-04-28wifi: cfg80211: move AP HT/VHT/... operation to beacon infoJohannes Berg1-43/+74
2026-04-28wifi: nl80211: reject beacons with bad HE operationJohannes Berg1-1/+5
2026-04-28wifi: cfg80211: remove HE/SAE H2E required fieldsJohannes Berg1-4/+0
2026-04-28wifi: cfg80211: fix grammar in MLO group key error messageLouis Kotze1-1/+1
2026-04-28wifi: cfg80211: reject duplicate wiphy cipher suite entriesYuqi Xu1-0/+21
2026-04-27wifi: nl80211: require admin perm on SET_PMK / DEL_PMKMichael Bommarito1-0/+2
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-404/+1822
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner1-2/+2
2026-04-09wifi: cfg80211: Explicitly include <linux/export.h> in michael-mic.cEric Biggers1-0/+1
2026-04-08wifi: mac80211, cfg80211: Export michael_mic() and move it to cfg80211Eric Biggers2-1/+87
2026-03-26Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski10-69/+1214
2026-03-25wifi: cfg80211: allow protected action frame TX for NANAvraham Stern2-2/+9
2026-03-25wifi: nl80211: Add a notification to notify NAN channel evacuationMiri Korenblit2-0/+66
2026-03-25wifi: nl80211: add NL80211_CMD_NAN_ULW_UPDATE notificationMiri Korenblit2-0/+64
2026-03-25wifi: nl80211: allow reporting spurious NAN Data framesMiri Korenblit2-7/+9
2026-03-25wifi: cfg80211: allow ToDS=0/FromDS=0 data frames on NAN data interfacesDaniel Gabay1-2/+3
2026-03-25wifi: nl80211: define an API for configuring the NAN peer's scheduleMiri Korenblit3-30/+409
2026-03-25wifi: nl80211: add support for NAN stationsMiri Korenblit1-22/+98
2026-03-25wifi: cfg80211: separately store HT, VHT and HE capabilities for NANMiri Korenblit2-0/+69
2026-03-25wifi: cfg80211: add support for NAN data interfaceMiri Korenblit7-29/+125
2026-03-25wifi: cfg80211: make sure NAN chandefs are validMiri Korenblit1-3/+12
2026-03-25wifi: cfg80211: Add an API to configure local NAN scheduleMiri Korenblit5-1/+377
2026-03-24wifi: cfg80211: support UNII-9 channels in ieee80211_channel_to_freq_khzEmmanuel Grumbach1-1/+1
2026-03-24wifi: cfg80211: Add support for additional 7 GHz channelsIlan Peer1-2/+2
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-03-19wifi: nl80211: use int for band coming from netlinkJohannes Berg1-2/+2
2026-03-13wifi: nl80211: reject S1G/60G with HT chantypeJohannes Berg1-0/+3
2026-03-13wifi: cfg80211: check non-S1G width with S1G chandefLachlan Hodges1-0/+8
2026-03-13wifi: cfg80211: restrict cfg80211_chandef_create() to only HT-based bandsLachlan Hodges1-1/+3
2026-03-13wifi: cfg80211: split control freq check from chandef checkJohannes Berg1-44/+54
2026-03-13wifi: nl80211: split out UHR operation informationJohannes Berg1-10/+16
2026-03-06wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_downPeddolla Harshavardhan Reddy1-0/+1
2026-03-06wifi: Add SPDX ids to some files in the wireless subsystemTim Bird8-51/+8
2026-03-06wifi: nl80211: fix UHR capability validationJohannes Berg1-1/+3
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern7-75/+81
2026-03-02wifi: cfg80211: make cluster id an arrayMiri Korenblit1-3/+11
2026-03-02wifi: cfg80211: add support for IEEE 802.1X Authentication ProtocolKavita Kavita1-2/+12
2026-03-02wifi: nl80211: don't allow DFS channels for NANMiri Korenblit1-1/+1
2026-03-02wifi: cfg80211: refactor wiphy_suspendMiri Korenblit1-14/+19
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit5-89/+137
2026-03-02wifi: cfg80211: remove unneeded call to cfg80211_leaveMiri Korenblit1-1/+0
2026-03-02wifi: nl80211: refactor nl80211_parse_chandefMiri Korenblit3-33/+44
2026-03-02wifi: cfg80211: add support to handle incumbent signal detected event from ma...Hari Chandrakanthan2-0/+59
2026-03-02wifi: cfg80211: events, report background radarJanusz Dziedzic2-2/+11
2026-03-02wifi: cfg80211: set and report chandef CAC ongoingJanusz Dziedzic4-0/+45
2026-03-02wifi: cfg80211: fix background CACJanusz Dziedzic1-21/+19
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-3/+4
2026-02-23wifi: radiotap: reject radiotap with unknown bitsJohannes Berg1-2/+2
2026-02-23wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()Daniil Dulov1-0/+1
2026-02-23wifi: cfg80211: wext: fix IGTK key ID off-by-oneJohannes Berg1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds4-12/+12
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-28/+28
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook11-77/+64
2026-02-02wifi: cfg80211: add initial UHR supportJohannes Berg3-27/+180
2026-01-29Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski4-21/+98
2026-01-27wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM requestAvraham Stern2-0/+19
2026-01-27wifi: nl80211/cfg80211: add negotiated burst period to FTM resultAvraham Stern1-0/+1
2026-01-27wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ra...Avraham Stern1-5/+6
2026-01-27wifi: nl80211/cfg80211: add new FTM capabilitiesAvraham Stern1-0/+23
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+5
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: cleanup cluster_id when stopping NANMiri Korenblit1-0/+2
2026-01-19wifi: cfg80211: limit NAN func management APIs to offloaded DEMiri Korenblit1-0/+6
2026-01-19wifi: cfg80211: stop NAN and P2P in cfg80211_leaveMiri Korenblit1-1/+3
2026-01-19wifi: cfg80211: allow only one NAN interface, also in multi radioMiri Korenblit1-6/+2
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-13wifi: cfg80211: don't apply HT flags to S1G channelsLachlan Hodges1-1/+10
2026-01-12Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski8-19/+36
2026-01-12wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channelLachlan Hodges1-0/+3
2026-01-12wifi: cfg80211: Fix bitrate calculation overflow for HE ratesVeerendranath Jakkam1-3/+5
2026-01-08wifi: avoid kernel-infoleak from struct iw_pointEric Dumazet2-0/+8
2026-01-08wifi: cfg80211: Fix use_for flag update on BSS refreshHuang Chenming1-1/+1
2026-01-08wifi: cfg80211: add cfg80211_stop_link() for per-link teardownManish Dharanenthiran6-18/+32
2025-12-16wifi: cfg80211: sme: store capped length in __cfg80211_connect_result()Dan Carpenter1-1/+1
2025-11-25wifi: cfg80211: include s1g_primary_2mhz when sending chandefLachlan Hodges1-0/+3
2025-11-24wifi: cfg80211: stop radar detection in cfg80211_leave()Johannes Berg3-0/+21
2025-11-24wifi: cfg80211: use cfg80211_leave() in iftype changeJohannes Berg1-22/+1
2025-11-20wifi: cfg80211: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari2-3/+3
2025-11-11wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connectionPagadala Yesu Anjaneyulu3-6/+8
2025-11-11wifi: cfg80211/mac80211: clean up duplicate ap_power handlingPagadala Yesu Anjaneyulu1-14/+1
2025-11-11wifi: cfg80211: use a C99 initializer in wiphy_registerEmmanuel Grumbach1-6/+6
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+77
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2025-10-28wifi: cfg80211: add an hrtimer based delayed work itemBenjamin Berg2-0/+77
2025-10-27wifi: cfg80211: Add parameters to radio-specific debugfs directoriesRoopni Devanathan1-0/+33
2025-10-27wifi: cfg80211: Add debugfs support for multi-radio wiphyRoopni Devanathan1-0/+15
2025-10-27wifi: cfg80211: default S1G chandef width to 1MHzLachlan Hodges1-0/+3
2025-10-27wifi: cfg80211/mac80211: validate radio frequency range for monitor modeRyder Lee1-3/+3
2025-10-20wifi: nl80211: call kfree without a NULL checkEmmanuel Grumbach1-2/+1
2025-09-23wifi: cfg80211: fix width unit in cfg80211_radio_chandef_valid()Ryder Lee1-1/+1
2025-09-22wifi: cfg80211: remove IEEE80211_CHAN_{1,2,4,8,16}MHZ flagsJohannes Berg1-15/+0
2025-09-19wifi: cfg80211: remove ieee80211_s1g_channel_widthLachlan Hodges1-27/+0
2025-09-19wifi: cfg80211: correctly implement and validate S1G chandefLachlan Hodges3-100/+114
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 Otcheretianski2-0/+60
2025-09-19wifi: nl80211: Add NAN Discovery Window (DW) notificationAndrei Otcheretianski2-0/+61
2025-09-19wifi: nl80211: Add more configuration options for NAN commandsAndrei Otcheretianski1-35/+263
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski6-73/+323
2025-09-11wifi: nl80211: completely disable per-link stats for nowJohannes Berg1-1/+1
2025-09-10wifi: cfg80211: Remove the redundant wiphy_devZheng tan1-1/+1
2025-09-10wifi: cfg80211: update the time stamps in hidden ssidMiri Korenblit1-2/+7
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 Spriel2-2/+46
2025-09-04wifi: nl80211: Add EHT fixed Tx rate supportMuna Sinada1-5/+224
2025-09-04wifi: cfg80211: fix return value in cfg80211_get_radio_idx_by_chan()Aditya Kumar Singh1-1/+1
2025-09-03wifi: cfg80211: Remove unused tracepointsSteven Rostedt1-56/+0
2025-09-03wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()Dan Carpenter1-1/+4
2025-08-26wifi: cfg80211: fix use-after-free in cmp_bss()Dmitry Antipov1-1/+2
2025-07-24Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski5-20/+99
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 Lee2-17/+22
2025-07-21wifi: cfg80211: reject HTC bit for management framesJohannes Berg1-1/+2
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-07-18wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()Alexander Wetzel1-0/+2
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 Berg2-2/+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 Kicinski2-4/+55
2025-07-09wifi: cfg80211/mac80211: implement dot11ExtendedRegInfoSupportSomashekhar Puttagangaiah1-0/+1
2025-07-09wifi: cfg80211: add a flag for the first part of a scanBenjamin Berg1-5/+10
2025-07-09wifi: cfg80211: only verify part of Extended MLD CapabilitiesBenjamin Berg1-2/+19
2025-07-09wifi: nl80211: make nl80211_check_scan_flags() type safeJohannes Berg1-27/+28
2025-07-09wifi: cfg80211: hide scan internalsJohannes Berg7-173/+196
2025-07-08wifi: cfg80211: move away from using a fake platform deviceGreg Kroah-Hartman1-14/+14
2025-07-07wifi: prevent A-MSDU attacks in mesh networksMathy Vanhoef1-2/+50
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 Devanathan2-3/+78
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan4-52/+102
2025-06-24wifi: mac80211: extend support to fill link level sinfo structureSarika Sharma1-0/+12
2025-06-24wifi: cfg80211: clear sinfo->filled for MLO station statisticsSarika Sharma1-0/+6
2025-06-24wifi: cfg80211: allocate memory for link_station info structureSarika Sharma1-3/+24
2025-06-24wifi: cfg80211: add statistics for providing overview for MLO stationSarika Sharma1-0/+188
2025-06-24wifi: cfg80211: extend to embed link level statistics in NL messageSarika Sharma1-0/+216
2025-06-20wifi: cfg80211: Add support for link reconfiguration negotiation offload to d...Kavita Kavita2-6/+14
2025-06-20wifi: cfg80211: Add utility API to get radio index from channelVasanthakumar Thiagarajan1-0/+24
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2025-06-11wifi: cfg80211: use kfree_sensitive() for connkeys cleanupZilin Guan1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-05wifi: cfg80211/mac80211: correctly parse S1G beacon optional elementsLachlan Hodges1-11/+7
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-05-06wifi: cfg80211: fix out-of-bounds access during multi-link element defragment...Veerendranath Jakkam1-1/+1
2025-04-23wifi: nl80211: add link id of transmitted profile for MLO MBSSIDRameshkumar Sundaram1-1/+23
2025-04-23wifi: cfg80211: Add support to get EMLSR capabilities of non-AP MLDRamasamy Kaliappan1-0/+18
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-3/+3
2025-03-18wifi: nl80211: re-enable multi-link reconfigurationJohannes Berg1-1/+2
2025-03-18wifi: cfg80211: init wiphy_work before allocating rfkill failsEdward Adam Davis1-3/+3
2025-03-18wifi: nl80211: store chandef on the correct link when starting CACAditya Kumar Singh1-1/+1
2025-03-18Merge net-next/main to resolve conflictsJohannes Berg3-6/+23
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-4/+15
2025-03-12wifi: cfg80211: expose cfg80211_chandef_get_width()Johannes Berg2-7/+2
2025-03-11wifi: cfg80211: Update the link address when a link is addedIlan Peer1-0/+4
2025-03-11wifi: mac80211: allow 320 MHz FTM measurementsAvraham Stern1-1/+2
2025-03-11wifi: cfg80211: allow IR in 20 MHz configurationsAnjaneyulu3-2/+14