* [GIT PULL] wireless-2026-05-21
@ 2026-05-21 15:28 Johannes Berg
2026-05-21 18:30 ` patchwork-bot+netdevbpf
2026-05-21 18:37 ` Jakub Kicinski
0 siblings, 2 replies; 3+ messages in thread
From: Johannes Berg @ 2026-05-21 15:28 UTC (permalink / raw)
To: netdev; +Cc: linux-wireless
Hi,
Sorry for the last minute thing ... if it makes it at all.
I forgot during the day, and it's already more because we
had a holiday last week.
Please pull and let us know if there's any problem.
Thanks,
johannes
The following changes since commit fcee7d82f27d6a8b1ddc5bbefda59b4e441e9bc0:
Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2026-05-07 10:32:03 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2026-05-21
for you to fetch changes up to dc14686f27df6454b13b16ad1c9203ab3e9b0375:
wifi: cfg80211: wext: validate chandef in monitor mode (2026-05-20 11:44:19 +0200)
----------------------------------------------------------------
Quite a few more updates:
- cfg80211/mac80211:
- various security(-ish) fixes
- fix A-MSDU subframe handling
- fix multi-link element parsing
- ath10: avoid sending commands to dead device
- ath11k:
- fix WMI buffer leaks on error conditions
- fix UAF in RX MSDU coalesce path
- allow peer ID 0 on RX path (legal for mobile devices)
- reinitialize shared SRNG pointers on restart
- ath12k:
- fix 20 MHz-only parsing of EHT-MCS map
- iwlwifi:
- fix TSO segmentation explosion
- don't TX to dead device
- fix warning in WoWLAN
- fix TX rates on old devices
- disconnect on beacon loss only if also no other traffic
- fill NULL-ptr deref
- fix STEP_URM hardware access
----------------------------------------------------------------
Alexandru Hossu (1):
wifi: mac80211: bounds-check link_id in ieee80211_ml_epcs
Baochen Qiang (1):
wifi: ath12k: fix EHT TX MCS limitation due to wrong 20 MHz-only parsing
Cole Leavitt (1):
wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabled
Emmanuel Grumbach (2):
wifi: iwlwifi: mld: disconnect only after 6 beacons without Rx
wifi: mac80211: don't override max_amsdu_subframes
Johannes Berg (6):
wifi: iwlwifi: mvm: fix driver-set TX rates on old devices
wifi: iwlwifi: mld: don't WARN on WoWLAN suspend w/o BSS vif
wifi: mac80211: fix MLE defragmentation
wifi: mac80211: fix multi-link element inheritance
Merge tag 'iwlwifi-fixes-2026-05-16' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
Merge tag 'ath-current-20260519' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath
John Walker (1):
wifi: cfg80211: advance loop vars in cfg80211_merge_profile()
Kang Yang (1):
wifi: ath10k: skip WMI and beacon transmission when device is wedged
Kartik Nair (1):
wifi: cfg80211: wext: validate chandef in monitor mode
Kyle Farnung (1):
wifi: ath11k: clear shared SRNG pointer state on restart
Matthew Leach (1):
wifi: ath11k: fix peer resolution on rx path when peer_id=0
Michael Bommarito (1):
wifi: mac80211: consume only present negotiated TTLM maps
Miri Korenblit (1):
wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it
Moriya Itzchaki (1):
wifi: iwlwifi: use correct function to read STEP_URM register
Nicolas Escande (3):
wifi: ath11k: fix error path leaks in some WMI WOW calls
wifi: ath11k: fix error path leaks in some WMI calls
wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()
Sheroz Juraev (1):
wifi: iwlwifi: mld: stop TX during firmware restart
Shitalkumar Gandhi (1):
wifi: wilc1000: fix dma_buffer leak on bus acquire failure
Willmar Knikker (1):
wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()
Zhao Li (1):
wifi: mac80211: capture fast-RX rate before mesh reuses skb->cb
drivers/net/wireless/ath/ath10k/wmi.c | 17 ++-
drivers/net/wireless/ath/ath11k/dp_rx.c | 9 +-
drivers/net/wireless/ath/ath11k/hal.c | 14 ++-
drivers/net/wireless/ath/ath11k/hal_rx.c | 5 +-
drivers/net/wireless/ath/ath11k/testmode.c | 1 +
drivers/net/wireless/ath/ath11k/wmi.c | 131 ++++++++++++++++++---
drivers/net/wireless/ath/ath12k/mac.c | 8 +-
drivers/net/wireless/intel/iwlwifi/mld/constants.h | 4 +-
drivers/net/wireless/intel/iwlwifi/mld/d3.c | 6 +-
drivers/net/wireless/intel/iwlwifi/mld/link.c | 13 +-
drivers/net/wireless/intel/iwlwifi/mld/tx.c | 15 ++-
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 27 +++--
drivers/net/wireless/intel/iwlwifi/mvm/utils.c | 14 +--
.../intel/iwlwifi/pcie/gen1_2/trans-gen2.c | 6 +-
drivers/net/wireless/microchip/wilc1000/wlan.c | 2 +-
net/mac80211/cfg.c | 5 +-
net/mac80211/mlme.c | 5 +-
net/mac80211/parse.c | 107 ++++++++++-------
net/mac80211/rx.c | 6 +-
net/wireless/scan.c | 3 +
net/wireless/wext-compat.c | 2 +
21 files changed, 276 insertions(+), 124 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] wireless-2026-05-21
2026-05-21 15:28 [GIT PULL] wireless-2026-05-21 Johannes Berg
@ 2026-05-21 18:30 ` patchwork-bot+netdevbpf
2026-05-21 18:37 ` Jakub Kicinski
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-05-21 18:30 UTC (permalink / raw)
To: Johannes Berg; +Cc: netdev, linux-wireless
Hello:
This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 21 May 2026 17:28:37 +0200 you wrote:
> Hi,
>
> Sorry for the last minute thing ... if it makes it at all.
> I forgot during the day, and it's already more because we
> had a holiday last week.
>
> Please pull and let us know if there's any problem.
>
> [...]
Here is the summary with links:
- [GIT,PULL] wireless-2026-05-21
https://git.kernel.org/netdev/net/c/0e3c08f1b7b7
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] wireless-2026-05-21
2026-05-21 15:28 [GIT PULL] wireless-2026-05-21 Johannes Berg
2026-05-21 18:30 ` patchwork-bot+netdevbpf
@ 2026-05-21 18:37 ` Jakub Kicinski
1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2026-05-21 18:37 UTC (permalink / raw)
To: Johannes Berg; +Cc: netdev, linux-wireless
On Thu, 21 May 2026 17:28:37 +0200 Johannes Berg wrote:
> Sorry for the last minute thing ... if it makes it at all.
> I forgot during the day, and it's already more because we
> had a holiday last week.
>
> Please pull and let us know if there's any problem.
I'm also late today. I'm almost tempted to pretend I was waiting
for you ;)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-21 18:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21 15:28 [GIT PULL] wireless-2026-05-21 Johannes Berg
2026-05-21 18:30 ` patchwork-bot+netdevbpf
2026-05-21 18:37 ` Jakub Kicinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox