summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)Author
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-11-07wifi: cfg80211: Fix an error handling path in nl80211_start_ap()Christophe JAILLET
2024-11-07wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scanAleksei Vetrov
2024-11-07wifi: cfg80211: Remove the Medium Synchronization Delay validity checkLingbo Kong
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-10-25wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2024-10-23wifi: cfg80211: add monitor SKIP_TX flagFelix Fietkau
2024-10-23wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau
2024-10-23wifi: cfg80211: report per wiphy radio antenna maskFelix Fietkau
2024-10-23wifi: cfg80211: add option for vif allowed radiosFelix Fietkau
2024-10-23wifi: cfg80211: disallow SMPS in AP modeJohannes Berg
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg
2024-10-09Revert "wifi: cfg80211: unexport wireless_nlevent_flush()"Johannes Berg
2024-10-08wifi: cfg80211: unexport wireless_nlevent_flush()Johannes Berg
2024-10-08wifi: cfg80211: stop exporting wext symbolsJohannes Berg
2024-10-08wifi: wext/libipw: move spy implementation to libipwJohannes Berg
2024-10-08wifi: ipw2x00/lib80211: move remaining lib80211 into libipwJohannes Berg
2024-10-08wifi: nl80211: remove redundant null pointer check in coalescingDmitry Kandybka
2024-10-08wifi: cfg80211: check radio iface combination for multi radio per wiphyKarthikeyan Periyasamy
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov
2024-10-08wifi: cfg80211: Add wiphy_delayed_work_pending()Remi Pommarel
2024-10-08wifi: cfg80211: Do not create BSS entries for unsupported channelsChenming Huang
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-09wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov
2024-09-06wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh
2024-09-06wifi: trace: unlink rdev_end_cac trace event from wiphy_netdev_evt classAditya Kumar Singh
2024-09-06wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSSVeerendranath Jakkam
2024-09-06wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam
2024-09-06wifi: cfg80211: make BSS source types publicVeerendranath Jakkam
2024-09-06wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error pathsVeerendranath Jakkam
2024-09-06wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-08-28wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi
2024-08-27wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang
2024-08-27wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priorityhhorace
2024-08-27wifi: lib80211: Constify struct lib80211_crypto_opsChristophe JAILLET
2024-08-27wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211Christophe JAILLET
2024-07-26wifi: cfg80211: correct S1G beacon length calculationJohannes Berg
2024-07-26wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_doneVeerendranath Jakkam
2024-07-09wifi: cfg80211: add helper for checking if a chandef is valid on a radioFelix Fietkau
2024-07-09wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau
2024-07-09wifi: cfg80211: add support for advertising multiple radios belonging to a wiphyFelix Fietkau
2024-07-08wifi: nl80211: split helper function from nl80211_put_iface_combinationsFelix Fietkau