summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2025-03-22wifi: cfg80211: cancel wiphy_work before freeing wiphyMiri Korenblit1-0/+7
2025-03-13wifi: nl80211: reject cooked mode if it is set along with other flagsVitaliy Shevtsov1-0/+5
2025-03-13wifi: cfg80211: regulatory: improve invalid hints checkingNikita Zhandarovich1-1/+2
2025-02-08wifi: cfg80211: adjust allocation of colocated AP dataDmitry Antipov1-3/+1
2025-02-08wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlierKees Cook1-2/+1
2025-02-08wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_...Zichen Xie1-0/+2
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-3/+3
2024-12-06wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li1-0/+1
2024-12-03wifi: cfg80211: clear link ID from bitmap during link delete after clean upAditya Kumar Singh1-2/+1
2024-12-03wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-oneLin Ma1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra2-2/+2
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-10/+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-11-07wifi: cfg80211: Remove the Medium Synchronization Delay validity checkLingbo Kong1-6/+0
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+12
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski20-2064/+176
2024-10-25wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg1-0/+1
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2-0/+11
2024-10-23wifi: cfg80211: add monitor SKIP_TX flagFelix Fietkau1-0/+1
2024-10-23wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau6-9/+14
2024-10-23wifi: cfg80211: report per wiphy radio antenna maskFelix Fietkau1-0/+5
2024-10-23wifi: cfg80211: add option for vif allowed radiosFelix Fietkau4-11/+90
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-09Merge net-next/main to resolve conflictsJohannes Berg1-1/+1
2024-10-09Revert "wifi: cfg80211: unexport wireless_nlevent_flush()"Johannes Berg2-7/+1
2024-10-08wifi: cfg80211: unexport wireless_nlevent_flush()Johannes Berg2-1/+7
2024-10-08wifi: cfg80211: stop exporting wext symbolsJohannes Berg4-25/+1
2024-10-08wifi: wext/libipw: move spy implementation to libipwJohannes Berg3-236/+0
2024-10-08wifi: ipw2x00/lib80211: move remaining lib80211 into libipwJohannes Berg6-1736/+0
2024-10-08wifi: nl80211: remove redundant null pointer check in coalescingDmitry Kandybka1-2/+0
2024-10-08wifi: cfg80211: check radio iface combination for multi radio per wiphyKarthikeyan Periyasamy1-10/+54
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov7-8/+8
2024-10-08wifi: cfg80211: Add wiphy_delayed_work_pending()Remi Pommarel1-0/+7
2024-10-08wifi: cfg80211: Do not create BSS entries for unsupported channelsChenming Huang1-0/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-09wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2-2/+4
2024-09-06wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh2-12/+13
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh5-34/+62
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh5-13/+14
2024-09-06wifi: trace: unlink rdev_end_cac trace event from wiphy_netdev_evt classAditya Kumar Singh1-3/+12
2024-09-06wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSSVeerendranath Jakkam1-0/+27
2024-09-06wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam3-11/+19
2024-09-06wifi: cfg80211: make BSS source types publicVeerendranath Jakkam2-5/+7
2024-09-06wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error pathsVeerendranath Jakkam1-2/+2
2024-09-06wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov1-3/+3
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski6-15/+30
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-5/+5