summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2024-09-09wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov-2/+4
2024-09-06wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh-12/+13
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh-34/+62
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh-13/+14
2024-09-06wifi: trace: unlink rdev_end_cac trace event from wiphy_netdev_evt classAditya Kumar Singh-3/+12
2024-09-06wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSSVeerendranath Jakkam-0/+27
2024-09-06wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam-11/+19
2024-09-06wifi: cfg80211: make BSS source types publicVeerendranath Jakkam-5/+7
2024-09-06wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error pathsVeerendranath Jakkam-2/+2
2024-09-06wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov-3/+3
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-15/+30
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin-5/+5
2024-08-28wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi-1/+14
2024-08-27wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang-2/+2
2024-08-27wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priorityhhorace-4/+6
2024-08-27wifi: lib80211: Constify struct lib80211_crypto_opsChristophe JAILLET-4/+4
2024-08-27wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211Christophe JAILLET-4/+4
2024-07-26wifi: cfg80211: correct S1G beacon length calculationJohannes Berg-3/+8
2024-07-26wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_doneVeerendranath Jakkam-0/+1
2024-07-09wifi: cfg80211: add helper for checking if a chandef is valid on a radioFelix Fietkau-0/+35
2024-07-09wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau-7/+38
2024-07-09wifi: cfg80211: add support for advertising multiple radios belonging to a wiphyFelix Fietkau-11/+102
2024-07-08wifi: nl80211: split helper function from nl80211_put_iface_combinationsFelix Fietkau-52/+59
2024-06-28wifi: nl80211: don't give key data to userspaceJohannes Berg-8/+2
2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-138/+256
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+5
2024-06-26wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet-1/+5
2024-06-26wifi: cfg80211: Always call tracingIlan Peer-35/+21
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+9
2024-06-12wifi: cfg80211: honor WIPHY_FLAG_SPLIT_SCAN_6GHZ in cfg80211_conn_scanEmmanuel Grumbach-2/+2
2024-06-12wifi: nl80211: remove the FTMs per burst limit for NDP rangingAvraham Stern-3/+10
2024-06-12wifi: cfg80211: reject non-conformant 6 GHz center frequenciesBenjamin Berg-11/+49
2024-06-12wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg-19/+62
2024-06-12wifi: cfg80211: refactor regulatory beaconing checkingJohannes Berg-18/+12
2024-06-12wifi: cfg80211: refactor 6 GHz AP power type parsingJohannes Berg-27/+46
2024-06-12wifi: mac80211: refactor channel checksJohannes Berg-10/+14
2024-06-12wifi: nl80211: expose can-monitor channel propertyJohannes Berg-0/+3
2024-06-12wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang-1/+3
2024-06-12wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang-2/+2
2024-06-12wifi: cfg80211: make hash table duplicates more survivableJohannes Berg-12/+34
2024-06-12wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov-2/+6
2024-06-12wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg-1/+3
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-111/+225
2024-05-29wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg-17/+36
2024-05-29wifi: cfg80211: pmsr: use correct nla_get_uX functionsLin Ma-4/+4
2024-05-29wifi: cfg80211: Lock wiphy in cfg80211_get_stationRemi Pommarel-1/+6
2024-05-29wifi: cfg80211: fully move wiphy work to unbound workqueueJohannes Berg-3/+3
2024-05-29wifi: cfg80211: validate HE operation element parsingJohannes Berg-1/+2
2024-05-29wifi: nl80211: clean up coalescing rule handlingJohannes Berg-34/+20
2024-05-23wifi: cfg80211: restrict operation during radar detectionJohannes Berg-8/+23