summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-3/+3
2024-12-06wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li-0/+1
2024-12-03wifi: cfg80211: clear link ID from bitmap during link delete after clean upAditya Kumar Singh-2/+1
2024-12-03wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-oneLin Ma-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-2/+2
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-10/+5
2024-11-11net: convert to nla_get_*_default()Johannes Berg-36/+18
2024-11-07wifi: cfg80211: Fix an error handling path in nl80211_start_ap()Christophe JAILLET-4/+4
2024-11-07wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scanAleksei Vetrov-0/+1
2024-11-07wifi: cfg80211: Remove the Medium Synchronization Delay validity checkLingbo Kong-6/+0
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+12
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-2064/+176
2024-10-25wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg-0/+1
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-0/+11
2024-10-23wifi: cfg80211: add monitor SKIP_TX flagFelix Fietkau-0/+1
2024-10-23wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau-9/+14
2024-10-23wifi: cfg80211: report per wiphy radio antenna maskFelix Fietkau-0/+5
2024-10-23wifi: cfg80211: add option for vif allowed radiosFelix Fietkau-11/+90
2024-10-23wifi: cfg80211: disallow SMPS in AP modeJohannes Berg-27/+3
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet-6/+2
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg-1/+1
2024-10-09Revert "wifi: cfg80211: unexport wireless_nlevent_flush()"Johannes Berg-7/+1
2024-10-08wifi: cfg80211: unexport wireless_nlevent_flush()Johannes Berg-1/+7
2024-10-08wifi: cfg80211: stop exporting wext symbolsJohannes Berg-25/+1
2024-10-08wifi: wext/libipw: move spy implementation to libipwJohannes Berg-236/+0
2024-10-08wifi: ipw2x00/lib80211: move remaining lib80211 into libipwJohannes Berg-1736/+0
2024-10-08wifi: nl80211: remove redundant null pointer check in coalescingDmitry Kandybka-2/+0
2024-10-08wifi: cfg80211: check radio iface combination for multi radio per wiphyKarthikeyan Periyasamy-10/+54
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov-8/+8
2024-10-08wifi: cfg80211: Add wiphy_delayed_work_pending()Remi Pommarel-0/+7
2024-10-08wifi: cfg80211: Do not create BSS entries for unsupported channelsChenming Huang-0/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
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