lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251217201441.59876-3-johannes@sipsolutions.net>
Date: Wed, 17 Dec 2025 21:12:20 +0100
From: Johannes Berg <johannes@...solutions.net>
To: netdev@...r.kernel.org
Cc: linux-wireless@...r.kernel.org
Subject: [GIT PULL] wireless-2025-12-17

Hi,

First set of changes for -rc, and then I'm pretty much ready
to sign off for vacations for a bit, I hope nothing critical
comes up.

The tag message is almost bigger than the code changes which
I'd say isn't a bad sign :)

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

Thanks,
johannes



The following changes since commit 8f7aa3d3c7323f4ca2768a9e74ebbe359c4f8f88:

  Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2025-12-03 17:24:33 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-12-17

for you to fetch changes up to 81d90d93d22ca4f61833cba921dce9a0bd82218f:

  wifi: iwlwifi: Implement settime64 as stub for MVM/MLD PTP (2025-12-16 18:52:58 +0100)

----------------------------------------------------------------
Various fixes all over, most are recent regressions but
also some long-standing issues:

 - cfg80211:
    - fix an issue with overly long SSIDs

 - mac80211:
    - long-standing beacon protection issue on some devices
    - for for a multi-BSSID AP-side issue
    - fix a syzbot warning on OCB (not really used in practice)
    - remove WARN on connections using disabled channels,
      as that can happen due to changes in the disable flag
    - fix monitor mode list iteration

 - iwlwifi:
    - fix firmware loading on certain (really old) devices
    - add settime64 to PTP clock to avoid a warning and clock
      registration failure, but it's not actually supported

 - rtw88:
    - remove WQ_UNBOUND since it broke USB adapters
      (because it can't be used with WQ_BH)
    - fix SDIO issues with certain devices

 - rtl8192cu: fix TID array out-of-bounds (since 6.9)

 - wlcore (TI): add missing skb push headroom increase

----------------------------------------------------------------
Aloka Dixit (1):
      wifi: mac80211: do not use old MBSSID elements

Bitterblue Smith (1):
      Revert "wifi: rtw88: add WQ_UNBOUND to alloc_workqueue users"

Dan Carpenter (1):
      wifi: cfg80211: sme: store capped length in __cfg80211_connect_result()

Dmitry Antipov (1):
      wifi: mac80211: fix list iteration in ieee80211_add_virtual_monitor()

Johannes Berg (2):
      Merge tag 'rtw-2025-12-15' of https://github.com/pkshih/rtw
      wifi: mac80211: don't WARN for connections on invalid channels

Jouni Malinen (1):
      wifi: mac80211: Discard Beacon frames to non-broadcast address

Moon Hee Lee (1):
      wifi: mac80211: ocb: skip rx_no_sta when interface is not joined

Morning Star (1):
      wifi: rtlwifi: 8192cu: fix tid out of range in rtl92cu_tx_fill_desc()

Peter Åstrand (1):
      wifi: wlcore: ensure skb headroom before skb_push

Ping-Ke Shih (1):
      wifi: rtw88: limit indirect IO under powered off for RTL8822CS

Ville Syrjälä (1):
      wifi: iwlwifi: Fix firmware version handling

Yao Zi (1):
      wifi: iwlwifi: Implement settime64 as stub for MVM/MLD PTP

 drivers/net/wireless/intel/iwlwifi/iwl-drv.c         |  4 ++--
 drivers/net/wireless/intel/iwlwifi/mld/ptp.c         |  7 +++++++
 drivers/net/wireless/intel/iwlwifi/mvm/ptp.c         |  7 +++++++
 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c |  3 ++-
 drivers/net/wireless/realtek/rtw88/sdio.c            |  4 +++-
 drivers/net/wireless/realtek/rtw88/usb.c             |  3 +--
 drivers/net/wireless/ti/wlcore/tx.c                  |  5 +++++
 net/mac80211/cfg.c                                   | 10 ----------
 net/mac80211/iface.c                                 |  2 +-
 net/mac80211/mlme.c                                  |  5 ++++-
 net/mac80211/ocb.c                                   |  3 +++
 net/mac80211/rx.c                                    |  5 +++++
 net/wireless/sme.c                                   |  2 +-
 13 files changed, 41 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ