mbox series

pull-request: wireless-2024-04-23

Message ID 20240423095910.11779-3-johannes@sipsolutions.net
State New
Headers show
Series pull-request: wireless-2024-04-23 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-04-23

Message

Johannes Berg April 23, 2024, 9:57 a.m. UTC
Hi,

Probably should've sent some of this earlier, but here we are
now. Mostly stack fixes, but one important (link ID management)
fix for iwlwifi as well, where older devices were completely
broken.

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

Thanks,
johannes



The following changes since commit 50108c352db70405b3d71d8099d0b3adc3b3352c:

  Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-03-28 13:09:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-04-23

for you to fetch changes up to 91112fc6212a9be6f3be636d885df9c17395e1a4:

  wifi: iwlwifi: mvm: fix link ID management (2024-04-22 09:42:25 +0200)

----------------------------------------------------------------
Fixes for the current cycle:
 * ath11k: convert to correct RCU iteration of IPv6 addresses
 * iwlwifi: link ID, FW API version, scanning and PASN fixes
 * cfg80211: NULL-deref and tracing fixes
 * mac80211: connection mode, mesh fast-TX, multi-link and
             various other small fixes

----------------------------------------------------------------
Avraham Stern (1):
      wifi: iwlwifi: mvm: remove old PASN station when adding a new one

Felix Fietkau (1):
      wifi: mac80211: split mesh fast tx cache into local/proxied/forwarded

Igor Artemiev (1):
      wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class

Johannes Berg (12):
      wifi: mac80211: check EHT/TTLM action frame length
      wifi: mac80211: don't use rate mask for scanning
      Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices"
      wifi: mac80211: fix idle calculation with multi-link
      wifi: mac80211: mlme: re-parse with correct mode
      wifi: mac80211: mlme: fix memory leak
      wifi: mac80211: mlme: re-parse if AP mode is less than client
      wifi: nl80211: don't free NULL coalescing rule
      wifi: mac80211_hwsim: init peer measurement result
      wifi: mac80211: remove link before AP
      wifi: mac80211: fix unaligned le16 access
      wifi: iwlwifi: mvm: fix link ID management

Kalle Valo (1):
      wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list

Miri Korenblit (1):
      wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd

Richard Kinder (1):
      wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field

 drivers/net/wireless/ath/ath11k/mac.c              |  4 ++-
 drivers/net/wireless/intel/iwlwifi/cfg/bz.c        |  2 +-
 drivers/net/wireless/intel/iwlwifi/cfg/sc.c        |  2 +-
 .../net/wireless/intel/iwlwifi/mvm/ftm-initiator.c |  2 ++
 drivers/net/wireless/intel/iwlwifi/mvm/link.c      |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c      |  3 +-
 drivers/net/wireless/virtual/mac80211_hwsim.c      |  2 +-
 include/net/mac80211.h                             |  3 ++
 net/mac80211/chan.c                                | 27 +++++++++++++---
 net/mac80211/mesh.c                                |  8 ++++-
 net/mac80211/mesh.h                                | 36 ++++++++++++++++++++--
 net/mac80211/mesh_pathtbl.c                        | 31 +++++++++++++------
 net/mac80211/mlme.c                                | 31 +++++++++++++------
 net/mac80211/rate.c                                |  6 +++-
 net/mac80211/rx.c                                  | 17 ++++++++--
 net/mac80211/scan.c                                |  1 +
 net/mac80211/tx.c                                  | 13 +++++---
 net/wireless/nl80211.c                             |  2 ++
 net/wireless/trace.h                               |  4 +--
 19 files changed, 152 insertions(+), 44 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 25, 2024, 11:20 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue, 23 Apr 2024 11:57:37 +0200 you wrote:
> Hi,
> 
> Probably should've sent some of this earlier, but here we are
> now. Mostly stack fixes, but one important (link ID management)
> fix for iwlwifi as well, where older devices were completely
> broken.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2024-04-23
    https://git.kernel.org/netdev/net/c/46bf0c9ab794

You are awesome, thank you!