Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-10-06--18-00 (net-next-6.18-6994-gdb9c4d096580) remotes/brancher/net-next-2025-10-06--21-00 (net-next-6.18-6991-gcd43524bd3a5) ==== BASE DIFF ==== 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(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.SlA2G28YJB b/tmp/tmp.HXxr4jW5va index c7667f40d0ec..3fd0771750cd 100644 --- a/tmp/tmp.SlA2G28YJB +++ b/tmp/tmp.HXxr4jW5va @@ -13,6 +13,7 @@ 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 +net: cxgb4/ch_ipsec: fix potential use-after-free in ch_ipsec_xfrm_add_state() callback net/mlx5: fix pre-2.40 binutils assembler error xsk: Fix overflow in descriptor validation@@ r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111H @@ -33,22 +34,7 @@ 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 -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 drivers/net/wan/hdlc_ppp: fix potential null pointer in ppp_cp_event logging -net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probe -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: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_reset -selftest:net:ovpn: Fix uninit return values -ice: ice_adapter: release xa entry on adapter allocation failure -net: fix potential use-after-free in ch_ipsec_xfrm_add_state() callback -net: mscc: ocelot: Fix use-after-free caused by cyclic delayed work -page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches