NIPA Branch net-next-hw-2025-10-07--00-00

Branches
Base trees
[+] net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()
[+] net: wwan: t7xx: add support for HP DRMR-H01
[+] tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().
[+] net: mscc: ocelot: Fix use-after-free caused by cyclic delayed work
[+] selftest: net: ovpn: Fix uninit return values
[+] ice: ice_adapter: release xa entry on adapter allocation failure
[+] net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probe
[+] page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
[+] tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
[+] selftests: net: sort configs
[+] selftests: net: unify the Makefile formats
drivers/net/ethernet/freescale/fsl_pq_mdio.c | 2 + drivers/net/ethernet/intel/ice/ice_adapter.c | 10 +- drivers/net/ethernet/mscc/ocelot_stats.c | 2 +- drivers/net/wwan/t7xx/t7xx_pci.c | 1 + include/linux/mm.h | 22 +- net/core/page_pool.c | 76 +++-- net/ipv4/tcp.c | 5 +- net/ipv4/tcp_input.c | 1 - net/sctp/sm_statefuns.c | 3 +- tools/testing/selftests/drivers/net/Makefile | 4 +- .../testing/selftests/drivers/net/bonding/Makefile | 21 +- tools/testing/selftests/drivers/net/bonding/config | 8 +- tools/testing/selftests/drivers/net/config | 2 +- tools/testing/selftests/drivers/net/dsa/Makefile | 12 +- tools/testing/selftests/drivers/net/hw/Makefile | 8 +- .../selftests/drivers/net/netdevsim/Makefile | 4 +- tools/testing/selftests/drivers/net/team/Makefile | 11 +- .../selftests/drivers/net/virtio_net/Makefile | 13 +- tools/testing/selftests/net/Makefile | 313 +++++++++++++-------- tools/testing/selftests/net/af_unix/Makefile | 10 +- tools/testing/selftests/net/af_unix/config | 2 +- tools/testing/selftests/net/config | 140 ++++----- tools/testing/selftests/net/forwarding/Makefile | 56 ++-- tools/testing/selftests/net/forwarding/config | 30 +- tools/testing/selftests/net/hsr/Makefile | 6 +- tools/testing/selftests/net/hsr/config | 4 +- tools/testing/selftests/net/lib/Makefile | 14 +- tools/testing/selftests/net/mptcp/Makefile | 32 ++- tools/testing/selftests/net/mptcp/config | 44 +-- tools/testing/selftests/net/netfilter/Makefile | 89 +++--- tools/testing/selftests/net/netfilter/config | 52 ++-- tools/testing/selftests/net/ovpn/Makefile | 12 +- tools/testing/selftests/net/ovpn/config | 12 +- tools/testing/selftests/net/ovpn/ovpn-cli.c | 2 + tools/testing/selftests/net/packetdrill/Makefile | 10 +- tools/testing/selftests/net/packetdrill/config | 4 +- tools/testing/selftests/net/rds/Makefile | 10 +- tools/testing/selftests/net/tcp_ao/config | 2 +- 38 files changed, 617 insertions(+), 432 deletions(-)
New patches
@@ -1,57 +1,37 @@
nipa: config: disable kmemleak auto scan
nipa: config: x86: disable GPUs and sound
nipa: drv: net: add timeout
nipa: forwarding: set timeout to 3 hours
nipa: config: disable CPU_MITIGATIONS
nipa: tc_action dbg
nipa: selftests: net: enable profiling
nipa: dbg net/sctp_vrf.sh
nipa: dbg: tests: bonding: print info on failure
nipa: timestamp - try waking
nipa: profile (time) test output
nipa: config: x86: use periodic HZ tick
nipa: disable 6.17's merge window kunit tests
nipa: disable random kunit tests
nipa: fbnic: link up on QEMU
r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111H
net: ipv6: respect route prfsrc and fill empty saddr before ECMP hash
ptp: netc: Add dependency on NXP_ENETC4
net: airoha: Fix loopback mode configuration for GDM2 port
wireguard: allowedips: Use kfree_rcu() instead of call_rcu()
net/mlx5e: Do not fail PSP init on missing caps
net/mlx5e: Prevent tunnel reformat when tunnel mode not allowed
net/mlx5: Prevent tunnel mode conflicts between FDB and NIC IPsec tables
net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlock
[-] dt-bindings: pse-pd: ti,tps23881: Add TPS23881B
[-] net: pse-pd: tps23881: Add support for TPS23881B
[-] net: pse-pd: tps23881: Fix current measurement scaling
[-] net: usb: lan78xx: Fix lost EEPROM write timeout error(-ETIMEDOUT) in lan78xx_write_raw_eeprom
selftests: drv-net: pp_alloc_fail: add necessary optoins to config
selftests: drv-net: pp_alloc_fail: lower traffic expectations
selftests: drv-net: fix linter warnings in pp_alloc_fail
eth: fbnic: fix reporting of alloc_failed qstats
selftests: drv-net: xdp: add test for interface level qstats
selftests: drv-net: xdp: rename netnl to ethnl
eth: fbnic: fix saving stats from XDP_TX rings on close
eth: fbnic: fix accounting of XDP packets
eth: fbnic: fix missing programming of the default descriptor
[c] tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
selftests: drv-net: make linters happy with our imports
net: sparx5/lan969x: fix flooding configuration on bridge join/leave
[-] selftest: netcons: add test for netconsole over bonded interfaces
[-] selftest: netcons: create a torture test
[-] selftest: netcons: refactor target creation
[-] net: netpoll: fix incorrect refcount handling causing incorrect cleanup
net: mdio: mdio-i2c: Hold the i2c bus lock during smbus transactions
[-] net: dlink: use dev_kfree_skb_any instead of dev_kfree_skb
drivers/net/wan/hdlc_ppp: fix potential null pointer in ppp_cp_event logging
[c] net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probe
[c] net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()
[c] net: wwan: t7xx: add support for HP DRMR-H01
[c] tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().
[-] net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_reset
[-] selftest:net:ovpn: Fix uninit return values
[c] ice: ice_adapter: release xa entry on adapter allocation failure
[-] net: fix potential use-after-free in ch_ipsec_xfrm_add_state() callback
[c] net: mscc: ocelot: Fix use-after-free caused by cyclic delayed work
[c] page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
Test results