summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2025-11-11wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connectionPagadala Yesu Anjaneyulu-6/+8
2025-11-11wifi: cfg80211/mac80211: clean up duplicate ap_power handlingPagadala Yesu Anjaneyulu-14/+1
2025-11-11wifi: cfg80211: use a C99 initializer in wiphy_registerEmmanuel Grumbach-6/+6
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+77
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2025-10-28wifi: cfg80211: add an hrtimer based delayed work itemBenjamin Berg-0/+77
2025-10-27wifi: cfg80211: Add parameters to radio-specific debugfs directoriesRoopni Devanathan-0/+33
2025-10-27wifi: cfg80211: Add debugfs support for multi-radio wiphyRoopni Devanathan-0/+15
2025-10-27wifi: cfg80211: default S1G chandef width to 1MHzLachlan Hodges-0/+3
2025-10-27wifi: cfg80211/mac80211: validate radio frequency range for monitor modeRyder Lee-3/+3
2025-10-20wifi: nl80211: call kfree without a NULL checkEmmanuel Grumbach-2/+1
2025-09-23wifi: cfg80211: fix width unit in cfg80211_radio_chandef_valid()Ryder Lee-1/+1
2025-09-22wifi: cfg80211: remove IEEE80211_CHAN_{1,2,4,8,16}MHZ flagsJohannes Berg-15/+0
2025-09-19wifi: cfg80211: remove ieee80211_s1g_channel_widthLachlan Hodges-27/+0
2025-09-19wifi: cfg80211: correctly implement and validate S1G chandefLachlan Hodges-101/+115
2025-09-19wifi: cfg80211: Store the NAN cluster IDIlan Peer-0/+2
2025-09-19wifi: cfg80211: Support Tx/Rx of action frame for NANIlan Peer-2/+6
2025-09-19wifi: cfg80211: Advertise supported NAN capabilitiesIlan Peer-0/+41
2025-09-19wifi: cfg80211: Add cluster joined notification APIsAndrei Otcheretianski-0/+60
2025-09-19wifi: nl80211: Add NAN Discovery Window (DW) notificationAndrei Otcheretianski-0/+61
2025-09-19wifi: nl80211: Add more configuration options for NAN commandsAndrei Otcheretianski-35/+263
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-73/+323
2025-09-11wifi: nl80211: completely disable per-link stats for nowJohannes Berg-1/+1
2025-09-10wifi: cfg80211: Remove the redundant wiphy_devZheng tan-1/+1
2025-09-10wifi: cfg80211: update the time stamps in hidden ssidMiri Korenblit-2/+7
2025-09-10wifi: cfg80211: Fix "no buffer space available" error in nl80211_get_station(...Nithyanantham Paramasivam-6/+7
2025-09-04wifi: nl80211: strict checking attributes for NL80211_CMD_SET_BSSArend van Spriel-7/+45
2025-09-04wifi: nl80211: allow drivers to support subset of NL80211_CMD_SET_BSSArend van Spriel-2/+46
2025-09-04wifi: nl80211: Add EHT fixed Tx rate supportMuna Sinada-5/+224
2025-09-04wifi: cfg80211: fix return value in cfg80211_get_radio_idx_by_chan()Aditya Kumar Singh-1/+1
2025-09-03wifi: cfg80211: Remove unused tracepointsSteven Rostedt-56/+0
2025-09-03wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()Dan Carpenter-1/+4
2025-08-26wifi: cfg80211: fix use-after-free in cmp_bss()Dmitry Antipov-1/+2
2025-07-24Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-20/+99
2025-07-22wifi: nl80211: Set num_sub_specs before looping through sub_specsKees Cook-0/+1
2025-07-21wifi: cfg80211/mac80211: report link ID for unexpected framesMichael-CY Lee-17/+22
2025-07-21wifi: cfg80211: reject HTC bit for management framesJohannes Berg-1/+2
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev-1/+1
2025-07-18wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()Alexander Wetzel-0/+2
2025-07-18wifi: cfg80211: support configuring an S1G short beaconing BSSLachlan Hodges-0/+72
2025-07-18wifi: cfg80211/mac80211: remove wrong scan request n_channelsJohannes Berg-2/+0
2025-07-15wifi: cfg80211: fix double free for link_sinfo in nl80211_station_dump()Sarika Sharma-1/+9
2025-07-15wifi: cfg80211: fix off channel operation allowed check for MLOAditya Kumar Singh-6/+17
2025-07-15wifi: cfg80211: parse attribute to update unsolicited probe response templateYuvarani V-0/+18
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+55
2025-07-09wifi: cfg80211/mac80211: implement dot11ExtendedRegInfoSupportSomashekhar Puttagangaiah-0/+1
2025-07-09wifi: cfg80211: add a flag for the first part of a scanBenjamin Berg-5/+10
2025-07-09wifi: cfg80211: only verify part of Extended MLD CapabilitiesBenjamin Berg-2/+19
2025-07-09wifi: nl80211: make nl80211_check_scan_flags() type safeJohannes Berg-27/+28
2025-07-09wifi: cfg80211: hide scan internalsJohannes Berg-173/+196