[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250626103302.22358-1-pabeni@redhat.com>
Date: Thu, 26 Jun 2025 12:33:02 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: torvalds@...ux-foundation.org
Cc: kuba@...nel.org,
davem@...emloft.net,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Networking for v6.16-rc4
Hi Linus!
The following changes since commit 5c8013ae2e86ec36b07500ba4cacb14ab4d6f728:
Merge tag 'net-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-06-19 10:21:32 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git net-6.16-rc4
for you to fetch changes up to 85720e04d9af0b77f8092b12a06661a8d459d4a0:
net: libwx: fix the creation of page_pool (2025-06-26 11:02:23 +0200)
----------------------------------------------------------------
Including fixes from bluetooth and wireless.
Current release - regressions:
- bridge: fix use-after-free during router port configuration
Current release - new code bugs:
- eth: wangxun: fix the creation of page_pool
Previous releases - regressions:
- netpoll: initialize UDP checksum field before checksumming
- wifi: mac80211: finish link init before RCU publish
- bluetooth: fix use-after-free in vhci_flush()
- eth: ionic: fix DMA mapping test
- eth: bnxt: properly flush XDP redirect lists
Previous releases - always broken:
- netlink: specs: enforce strict naming of properties
- unix: don't leave consecutive consumed OOB skbs.
- vsock: fix linux/vm_sockets.h userspace compilation errors
- selftests: fix TCP packet checksum
Signed-off-by: Paolo Abeni <pabeni@...hat.com>
----------------------------------------------------------------
Arnd Bergmann (2):
net: qed: reduce stack usage for TLV processing
wifi: iwlegacy: work around excessive stack usage on clang/kasan
Breno Leitao (1):
net: netpoll: Initialize UDP checksum field before checksumming
Eric Dumazet (1):
atm: clip: prevent NULL deref in clip_push()
Faisal Bukhari (1):
Fix typo in marvell octeontx2 documentation
Frédéric Danis (1):
Bluetooth: L2CAP: Fix L2CAP MTU negotiation
Ido Schimmel (1):
bridge: mcast: Fix use-after-free during router port configuration
Jakub Kicinski (13):
Merge tag 'wireless-2025-06-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
netlink: specs: nfsd: replace underscores with dashes in names
netlink: specs: fou: replace underscores with dashes in names
netlink: specs: ethtool: replace underscores with dashes in names
netlink: specs: dpll: replace underscores with dashes in names
netlink: specs: devlink: replace underscores with dashes in names
netlink: specs: ovs_flow: replace underscores with dashes in names
netlink: specs: mptcp: replace underscores with dashes in names
netlink: specs: rt-link: replace underscores with dashes in names
netlink: specs: tc: replace underscores with dashes in names
netlink: specs: enforce strict naming of properties
Merge branch 'netlink-specs-enforce-strict-naming-of-properties'
net: selftests: fix TCP packet checksum
Jiawen Wu (1):
net: libwx: fix the creation of page_pool
Johannes Berg (2):
wifi: mac80211: finish link init before RCU publish
Merge tag 'iwlwifi-fixes-2025-06-25' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
Kiran K (1):
Bluetooth: btintel_pcie: Fix potential race condition in firmware download
Kuniyuki Iwashima (6):
Bluetooth: hci_core: Fix use-after-free in vhci_flush()
af_unix: Don't leave consecutive consumed OOB skbs.
af_unix: Add test for consecutive consumed OOB.
af_unix: Don't set -ECONNRESET for consumed OOB skb.
selftest: af_unix: Add tests for -ECONNRESET.
atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().
Lachlan Hodges (1):
wifi: mac80211: fix beacon interval calculation overflow
Long Li (1):
net: mana: Record doorbell physical address in PF mode
Miri Korenblit (1):
wifi: iwlwifi: mvm: assume '1' as the default mac_config_cmd version
Paolo Abeni (2):
Merge branch 'af_unix-fix-two-oob-issues'
Merge tag 'for-net-2025-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Shannon Nelson (1):
CREDITS: Add entry for Shannon Nelson
Shuai Zhang (1):
driver: bluetooth: hci_qca:fix unable to load the BT driver
Simon Horman (1):
net: enetc: Correct endianness handling in _enetc_rd_reg64
Stefano Garzarella (1):
vsock/uapi: fix linux/vm_sockets.h userspace compilation errors
Thomas Fourier (2):
ethernet: ionic: Fix DMA mapping tests
atm: idt77252: Add missing `dma_map_error()`
Xiaowei Li (1):
net: usb: qmi_wwan: add SIMCom 8230C composition
Yan Zhai (1):
bnxt: properly flush XDP redirect lists
CREDITS | 5 +
Documentation/netlink/genetlink-legacy.yaml | 15 ++-
Documentation/netlink/genetlink.yaml | 17 ++-
Documentation/netlink/netlink-raw.yaml | 18 ++-
Documentation/netlink/specs/devlink.yaml | 8 +-
Documentation/netlink/specs/dpll.yaml | 2 +-
Documentation/netlink/specs/ethtool.yaml | 6 +-
Documentation/netlink/specs/fou.yaml | 36 +++---
Documentation/netlink/specs/mptcp_pm.yaml | 8 +-
Documentation/netlink/specs/nfsd.yaml | 4 +-
Documentation/netlink/specs/ovs_flow.yaml | 6 +-
Documentation/netlink/specs/rt-link.yaml | 4 +-
Documentation/netlink/specs/tc.yaml | 4 +-
.../device_drivers/ethernet/marvell/octeontx2.rst | 2 +-
drivers/atm/idt77252.c | 5 +
drivers/bluetooth/btintel_pcie.c | 33 ++++-
drivers/bluetooth/hci_qca.c | 13 +-
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 5 +-
drivers/net/ethernet/freescale/enetc/enetc_hw.h | 2 +-
drivers/net/ethernet/microsoft/mana/gdma_main.c | 3 +
drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 12 +-
drivers/net/ethernet/qlogic/qed/qed_mng_tlv.c | 8 +-
drivers/net/ethernet/wangxun/libwx/wx_lib.c | 2 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/wireless/intel/iwlegacy/4965-rs.c | 3 +-
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c | 4 +-
include/net/bluetooth/hci_core.h | 2 +
include/uapi/linux/mptcp_pm.h | 6 +-
include/uapi/linux/vm_sockets.h | 4 +
net/atm/clip.c | 11 +-
net/atm/resources.c | 3 +-
net/bluetooth/hci_core.c | 34 ++++-
net/bluetooth/l2cap_core.c | 9 +-
net/bridge/br_multicast.c | 9 ++
net/core/netpoll.c | 2 +-
net/core/selftests.c | 5 +-
net/mac80211/link.c | 6 +-
net/mac80211/util.c | 2 +-
net/unix/af_unix.c | 31 +++--
.../selftests/drivers/net/hw/rss_input_xfrm.py | 2 +-
tools/testing/selftests/net/af_unix/msg_oob.c | 142 ++++++++++++++++++++-
41 files changed, 378 insertions(+), 116 deletions(-)
Powered by blists - more mailing lists