aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-03wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-oneLin Ma1-1/+1
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-4/+5
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-36/+18
2024-11-07wifi: cfg80211: Fix an error handling path in nl80211_start_ap()Christophe JAILLET1-4/+4
2024-11-07wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scanAleksei Vetrov1-0/+1
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-40/+64
2024-10-23wifi: cfg80211: add monitor SKIP_TX flagFelix Fietkau1-0/+1
2024-10-23wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau1-1/+1
2024-10-23wifi: cfg80211: report per wiphy radio antenna maskFelix Fietkau1-0/+5
2024-10-23wifi: cfg80211: add option for vif allowed radiosFelix Fietkau1-8/+52
2024-10-23wifi: cfg80211: disallow SMPS in AP modeJohannes Berg1-27/+3
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet1-6/+2
2024-10-08wifi: nl80211: remove redundant null pointer check in coalescingDmitry Kandybka1-2/+0
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov1-2/+2
2024-09-09wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov1-1/+2
2024-09-06wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh1-7/+8
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh1-5/+19
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh1-5/+5
2024-09-06wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam1-11/+15
2024-08-28wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi1-1/+14
2024-07-09wifi: cfg80211: add support for advertising multiple radios belonging to a wiphyFelix Fietkau1-11/+102
2024-07-08wifi: nl80211: split helper function from nl80211_put_iface_combinationsFelix Fietkau1-52/+59
2024-06-28wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-5/+30
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2024-06-26wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet1-1/+5
2024-06-12wifi: nl80211: remove the FTMs per burst limit for NDP rangingAvraham Stern1-2/+1
2024-06-12wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg1-2/+25
2024-06-12wifi: mac80211: refactor channel checksJohannes Berg1-1/+1
2024-06-12wifi: nl80211: expose can-monitor channel propertyJohannes Berg1-0/+3
2024-05-29wifi: nl80211: clean up coalescing rule handlingJohannes Berg1-31/+16
2024-05-23wifi: cfg80211: restrict operation during radar detectionJohannes Berg1-6/+15
2024-05-23wifi: nl80211: disallow setting special AP channel widthsJohannes Berg1-0/+27
2024-05-06Merge wireless into wireless-nextJohannes Berg1-7/+7
2024-05-03wifi: cfg80211: handle color change per linkAditya Kumar Singh1-2/+8
2024-05-03wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook1-7/+7
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-04-19wifi: cfg80211: make some regulatory functions voidJohannes Berg1-1/+2
2024-04-19wifi: nl80211: don't free NULL coalescing ruleJohannes Berg1-0/+2
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-02-21wifi: nl80211: refactor parsing CSA offsetsJohannes Berg1-81/+56
2024-02-21wifi: nl80211: force WLAN_AKM_SUITE_SAE in big endian in NL80211_CMD_EXTERNAL...Alexis Lothoré1-1/+18
2024-02-15wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg1-0/+2
2024-02-15wifi: cfg80211: use IEEE80211_MAX_MESH_ID_LEN appropriatelyJohannes Berg1-4/+0
2024-02-12wifi: cfg80211: report unprotected deauth/disassoc in wowlanShaul Triebitz1-0/+5
2024-02-12wifi: cfg80211: optionally support monitor on disabled channelsJohannes Berg1-9/+18
2024-02-12wifi: cfg80211: rename UHB to 6 GHzJohannes Berg1-4/+4
2024-02-12wifi: cfg80211: add support for link id attribute in NL80211_CMD_DEL_STATIONAditya Kumar Singh1-1/+18
2024-02-08wifi: cfg80211: send link id in channel_switch opsAditya Kumar Singh1-0/+1
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-43/+24