summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* genetlink: hold RCU in genlmsg_mcast()Eric Dumazet2024-10-151-6/+2
* wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2024-09-091-1/+2
* wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh2024-09-061-7/+8
* wifi: cfg80211: handle DFS per linkAditya Kumar Singh2024-09-061-5/+19
* wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh2024-09-061-5/+5
* wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam2024-09-061-11/+15
* wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi2024-08-281-1/+14
* wifi: cfg80211: add support for advertising multiple radios belonging to a wiphyFelix Fietkau2024-07-091-11/+102
* wifi: nl80211: split helper function from nl80211_put_iface_combinationsFelix Fietkau2024-07-081-52/+59
* wifi: nl80211: don't give key data to userspaceJohannes Berg2024-06-281-8/+2
* Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-271-5/+30
|\
| * wifi: nl80211: remove the FTMs per burst limit for NDP rangingAvraham Stern2024-06-121-2/+1
| * wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg2024-06-121-2/+25
| * wifi: mac80211: refactor channel checksJohannes Berg2024-06-121-1/+1
| * wifi: nl80211: expose can-monitor channel propertyJohannes Berg2024-06-121-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-1/+5
|\ \ | |/ |/|
| * wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet2024-06-261-1/+5
* | wifi: nl80211: clean up coalescing rule handlingJohannes Berg2024-05-291-31/+16
* | wifi: cfg80211: restrict operation during radar detectionJohannes Berg2024-05-231-6/+15
* | wifi: nl80211: disallow setting special AP channel widthsJohannes Berg2024-05-231-0/+27
|/
* Merge wireless into wireless-nextJohannes Berg2024-05-061-7/+7
|\
| * wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook2024-05-031-7/+7
* | wifi: cfg80211: handle color change per linkAditya Kumar Singh2024-05-031-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+2
|\|
| * wifi: nl80211: don't free NULL coalescing ruleJohannes Berg2024-04-191-0/+2
* | wifi: cfg80211: make some regulatory functions voidJohannes Berg2024-04-191-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-0/+2
|\
| * wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg2024-02-151-0/+2
* | wifi: nl80211: refactor parsing CSA offsetsJohannes Berg2024-02-211-81/+56
* | wifi: nl80211: force WLAN_AKM_SUITE_SAE in big endian in NL80211_CMD_EXTERNAL...Alexis Lothoré2024-02-211-1/+18
* | wifi: cfg80211: use IEEE80211_MAX_MESH_ID_LEN appropriatelyJohannes Berg2024-02-151-4/+0
* | wifi: cfg80211: report unprotected deauth/disassoc in wowlanShaul Triebitz2024-02-121-0/+5
* | wifi: cfg80211: optionally support monitor on disabled channelsJohannes Berg2024-02-121-9/+18
* | wifi: cfg80211: rename UHB to 6 GHzJohannes Berg2024-02-121-4/+4
* | wifi: cfg80211: add support for link id attribute in NL80211_CMD_DEL_STATIONAditya Kumar Singh2024-02-121-1/+18
* | wifi: cfg80211: send link id in channel_switch opsAditya Kumar Singh2024-02-081-0/+1
* | wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-081-43/+24
* | wifi: nl80211: move WPA version validation to policyJohannes Berg2024-02-021-13/+7
* | Revert "nl80211/cfg80211: Specify band specific min RSSI thresholds with sche...Jeff Johnson2024-01-261-55/+0
* | wifi: cfg80211: validate MLO connections betterJohannes Berg2024-01-261-1/+2
* | wifi: cfg80211: add support for SPP A-MSDUsJohannes Berg2024-01-261-3/+21
|/
* Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-231-0/+1
|\
| * wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior2024-01-181-0/+1
* | wifi: cfg80211: handle UHB AP and STA power typeMukesh Sisodiya2023-12-211-0/+6
* | wifi: cfg80211: Schedule regulatory check on BSS STA channel changeAndrei Otcheretianski2023-12-211-0/+15
* | wifi: cfg80211: reg: Support P2P operation on DFS channelsAndrei Otcheretianski2023-12-211-0/+3
* | Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-12-181-71/+218
|\ \
| * | wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-121-2/+2
| * | wifi: cfg80211: Add support for setting TID to link mappingIlan Peer2023-12-121-0/+37
| * | wifi: cfg80211: add BSS usage reportingJohannes Berg2023-12-121-10/+44