public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] wireless-2026-03-26
@ 2026-03-26  9:31 Johannes Berg
  2026-03-26 17:24 ` Paolo Abeni
  2026-03-27  1:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Johannes Berg @ 2026-03-26  9:31 UTC (permalink / raw)
  To: netdev; +Cc: linux-wireless

Hi,

And ... more fixes from drivers came in, notably iwlwifi with
a bunch of things (their maintainer had been on vacation).

I'm going to be on vacation next week, but I'm also not aware
of anything missing from drivers etc. right now, so we'll see.
I doubt this is the _last_ pull request for 7.0, but I think
not much more will come in.

Please pull and let us know if there's any problem.

Thanks,
johannes



The following changes since commit a1d9d8e833781c44ab688708804ce35f20f3cbbd:

  Merge tag 'net-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2026-03-19 11:25:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2026-03-26

for you to fetch changes up to 789b06f9f39cdc7e895bdab2c034e39c41c8f8d6:

  wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-free (2026-03-25 20:46:57 +0100)

----------------------------------------------------------------
Couple more fixes:
 - virt_wifi: remove SET_NETDEV_DEV to avoid UAF on teardown
 - iwlwifi:
   - fix (some) devices that don't have 6 GHz (WiFi6E)
   - fix potential OOB read of firmware notification
   - set WiFi generation for firmware to avoid packet drops
   - fix multi-link scan timing
 - wilc1000: fix integer overflow
 - ath11k/ath12k: fix TID during A-MPDU session teardown
 - wl1251: don't trust firmware TX status response index

----------------------------------------------------------------
Alexander Popov (1):
      wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-free

Alexey Velichayshiy (1):
      wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info_handler()

Emmanuel Grumbach (1):
      wifi: iwlwifi: mvm: don't send a 6E related command when not supported

Johannes Berg (3):
      wifi: iwlwifi: mld: correctly set wifi generation data
      Merge tag 'iwlwifi-fixes-2026-03-24' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
      Merge tag 'ath-current-20260324' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath

Pagadala Yesu Anjaneyulu (1):
      wifi: iwlwifi: mld: Fix MLO scan timing

Pengpeng Hou (1):
      wifi: wl1251: validate packet IDs before indexing tx_frames

Reshma Immaculate Rajkumar (2):
      wifi: ath11k: Pass the correct value of each TID during a stop AMPDU session
      wifi: ath12k: Pass the correct value of each TID during a stop AMPDU session

Yasuaki Torimaru (1):
      wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation

 drivers/net/wireless/ath/ath11k/dp_rx.c            |  15 ++-
 drivers/net/wireless/ath/ath12k/dp_rx.c            |   4 +-
 .../net/wireless/intel/iwlwifi/fw/api/commands.h   |   5 +
 drivers/net/wireless/intel/iwlwifi/fw/api/scan.h   |  10 ++
 drivers/net/wireless/intel/iwlwifi/mld/iface.c     | 101 ++++++++++++++-------
 drivers/net/wireless/intel/iwlwifi/mld/mac80211.c  |  19 ++++
 drivers/net/wireless/intel/iwlwifi/mld/mld.c       |   1 +
 drivers/net/wireless/intel/iwlwifi/mld/mlo.c       |   4 +-
 drivers/net/wireless/intel/iwlwifi/mld/notif.c     |   5 +
 drivers/net/wireless/intel/iwlwifi/mld/scan.c      |  30 +++++-
 drivers/net/wireless/intel/iwlwifi/mld/scan.h      |   9 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c        |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c        |   3 +-
 drivers/net/wireless/microchip/wilc1000/hif.c      |   2 +-
 drivers/net/wireless/ti/wl1251/tx.c                |   8 +-
 drivers/net/wireless/virtual/virt_wifi.c           |   1 -
 16 files changed, 163 insertions(+), 56 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] wireless-2026-03-26
  2026-03-26  9:31 [GIT PULL] wireless-2026-03-26 Johannes Berg
@ 2026-03-26 17:24 ` Paolo Abeni
  2026-03-26 17:29   ` Johannes Berg
  2026-03-27  1:10 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 4+ messages in thread
From: Paolo Abeni @ 2026-03-26 17:24 UTC (permalink / raw)
  To: Johannes Berg, netdev; +Cc: linux-wireless

On 3/26/26 10:31 AM, Johannes Berg wrote:
> And ... more fixes from drivers came in, notably iwlwifi with
> a bunch of things (their maintainer had been on vacation).
> 
> I'm going to be on vacation next week, but I'm also not aware
> of anything missing from drivers etc. right now, so we'll see.
> I doubt this is the _last_ pull request for 7.0, but I think
> not much more will come in.
> 
> Please pull and let us know if there's any problem.

Blame on me, I left this one out of my bag, and it missed today net PR
for Linus.

/P


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] wireless-2026-03-26
  2026-03-26 17:24 ` Paolo Abeni
@ 2026-03-26 17:29   ` Johannes Berg
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Berg @ 2026-03-26 17:29 UTC (permalink / raw)
  To: Paolo Abeni, netdev; +Cc: linux-wireless

On Thu, 2026-03-26 at 18:24 +0100, Paolo Abeni wrote:
> On 3/26/26 10:31 AM, Johannes Berg wrote:
> > And ... more fixes from drivers came in, notably iwlwifi with
> > a bunch of things (their maintainer had been on vacation).
> > 
> > I'm going to be on vacation next week, but I'm also not aware
> > of anything missing from drivers etc. right now, so we'll see.
> > I doubt this is the _last_ pull request for 7.0, but I think
> > not much more will come in.
> > 
> > Please pull and let us know if there's any problem.
> 
> Blame on me, I left this one out of my bag, and it missed today net PR
> for Linus.

No worries, I just wanted to get it out before I go mostly offline for
the next week, so it's not stuck on me :)

johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] wireless-2026-03-26
  2026-03-26  9:31 [GIT PULL] wireless-2026-03-26 Johannes Berg
  2026-03-26 17:24 ` Paolo Abeni
@ 2026-03-27  1:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-03-27  1:10 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, 26 Mar 2026 10:31:35 +0100 you wrote:
> Hi,
> 
> And ... more fixes from drivers came in, notably iwlwifi with
> a bunch of things (their maintainer had been on vacation).
> 
> I'm going to be on vacation next week, but I'm also not aware
> of anything missing from drivers etc. right now, so we'll see.
> I doubt this is the _last_ pull request for 7.0, but I think
> not much more will come in.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] wireless-2026-03-26
    https://git.kernel.org/netdev/net/c/45dbf8fcea4d

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] 4+ messages in thread

end of thread, other threads:[~2026-03-27  1:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26  9:31 [GIT PULL] wireless-2026-03-26 Johannes Berg
2026-03-26 17:24 ` Paolo Abeni
2026-03-26 17:29   ` Johannes Berg
2026-03-27  1:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox