summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalHEADmasterPeter Zijlstra23 hours2-2/+2
* Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-11-132-10/+5
|\
| * wifi: cfg80211: Fix an error handling path in nl80211_start_ap()Christophe JAILLET2024-11-071-4/+4
| * wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scanAleksei Vetrov2024-11-071-0/+1
| * wifi: cfg80211: Remove the Medium Synchronization Delay validity checkLingbo Kong2024-11-071-6/+0
* | net: convert to nla_get_*_default()Johannes Berg2024-11-111-36/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-312-0/+12
|\ \ | |/ |/|
| * wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg2024-10-251-0/+1
| * Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2024-10-252-0/+11
| |\
| | * wifi: cfg80211: Add wiphy_delayed_work_pending()Remi Pommarel2024-10-081-0/+7
| | * wifi: cfg80211: Do not create BSS entries for unsupported channelsChenming Huang2024-10-081-0/+4
* | | Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-10-2920-2064/+176
|\ \ \ | |/ / |/| |
| * | wifi: cfg80211: add monitor SKIP_TX flagFelix Fietkau2024-10-231-0/+1
| * | wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau2024-10-236-9/+14
| * | wifi: cfg80211: report per wiphy radio antenna maskFelix Fietkau2024-10-231-0/+5
| * | wifi: cfg80211: add option for vif allowed radiosFelix Fietkau2024-10-234-11/+90
| * | wifi: cfg80211: disallow SMPS in AP modeJohannes Berg2024-10-231-27/+3
| * | Merge net-next/main to resolve conflictsJohannes Berg2024-10-091-1/+1
| |\ \
| * | | Revert "wifi: cfg80211: unexport wireless_nlevent_flush()"Johannes Berg2024-10-092-7/+1
| * | | wifi: cfg80211: unexport wireless_nlevent_flush()Johannes Berg2024-10-082-1/+7
| * | | wifi: cfg80211: stop exporting wext symbolsJohannes Berg2024-10-084-25/+1
| * | | wifi: wext/libipw: move spy implementation to libipwJohannes Berg2024-10-083-236/+0
| * | | wifi: ipw2x00/lib80211: move remaining lib80211 into libipwJohannes Berg2024-10-086-1736/+0
| * | | wifi: nl80211: remove redundant null pointer check in coalescingDmitry Kandybka2024-10-081-2/+0
| * | | wifi: cfg80211: check radio iface combination for multi radio per wiphyKarthikeyan Periyasamy2024-10-081-10/+54
| * | | wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov2024-10-087-8/+8
| | |/ | |/|
* | | genetlink: hold RCU in genlmsg_mcast()Eric Dumazet2024-10-151-6/+2
| |/ |/|
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2024-09-092-2/+4
* wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh2024-09-062-12/+13
* wifi: cfg80211: handle DFS per linkAditya Kumar Singh2024-09-065-34/+62
* wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh2024-09-065-13/+14
* wifi: trace: unlink rdev_end_cac trace event from wiphy_netdev_evt classAditya Kumar Singh2024-09-061-3/+12
* wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSSVeerendranath Jakkam2024-09-061-0/+27
* wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam2024-09-063-11/+19
* wifi: cfg80211: make BSS source types publicVeerendranath Jakkam2024-09-062-5/+7
* wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error pathsVeerendranath Jakkam2024-09-061-2/+2
* wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov2024-09-061-3/+3
* Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-09-046-15/+30
|\
| * wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi2024-08-281-1/+14
| * wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang2024-08-271-2/+2
| * wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priorityhhorace2024-08-271-4/+6
| * wifi: lib80211: Constify struct lib80211_crypto_opsChristophe JAILLET2024-08-274-4/+4
| * wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211Christophe JAILLET2024-08-271-4/+4
* | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-5/+5
* | wifi: cfg80211: correct S1G beacon length calculationJohannes Berg2024-07-261-3/+8
* | wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_doneVeerendranath Jakkam2024-07-261-0/+1
|/
* wifi: cfg80211: add helper for checking if a chandef is valid on a radioFelix Fietkau2024-07-091-0/+35
* wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau2024-07-092-7/+38
* wifi: cfg80211: add support for advertising multiple radios belonging to a wiphyFelix Fietkau2024-07-091-11/+102