Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-10-30--00-00 (v6.18-rc2-644-g0da9482a2464) remotes/brancher/net-next-2025-10-30--03-00 (v6.18-rc2-654-gd7b50ded564c) ==== BASE DIFF ==== .../devicetree/bindings/net/fsl,enetc.yaml | 1 + .../devicetree/bindings/net/nxp,netc-blk-ctrl.yaml | 1 + Documentation/networking/ip-sysctl.rst | 34 +++ Documentation/networking/netconsole.rst | 3 - drivers/net/ethernet/cadence/macb_main.c | 5 - drivers/net/ethernet/freescale/enetc/enetc.c | 28 +- drivers/net/ethernet/freescale/enetc/enetc.h | 8 + drivers/net/ethernet/freescale/enetc/enetc4_hw.h | 30 ++ drivers/net/ethernet/freescale/enetc/enetc4_pf.c | 15 + .../net/ethernet/freescale/enetc/enetc_ethtool.c | 64 +++++ drivers/net/ethernet/freescale/enetc/enetc_hw.h | 1 + .../net/ethernet/freescale/enetc/enetc_pf_common.c | 5 +- .../net/ethernet/freescale/enetc/netc_blk_ctrl.c | 204 ++++++++++++++ drivers/net/ethernet/freescale/fec_main.c | 16 +- drivers/net/ethernet/intel/ice/ice_common.c | 35 ++- drivers/net/ethernet/intel/ice/ice_flex_pipe.c | 2 +- drivers/net/ethernet/intel/ice/ice_sbq_cmd.h | 1 + drivers/net/ethernet/intel/igb/igb_ethtool.c | 2 +- drivers/net/ethernet/intel/igc/igc_ethtool.c | 5 +- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +- drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +- .../ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c | 41 ++- .../mellanox/mlx5/core/en_accel/ktls_txrx.h | 4 + drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 4 + .../net/ethernet/mellanox/mlx5/core/esw/legacy.c | 1 - .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 1 - .../net/ethernet/netronome/nfp/nfp_net_common.c | 6 +- drivers/net/ethernet/renesas/ravb_main.c | 7 +- drivers/net/ethernet/stmicro/stmmac/common.h | 3 + drivers/net/ethernet/stmicro/stmmac/hwif.c | 166 ++++++----- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 32 +-- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 9 +- drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 4 +- drivers/net/ethernet/stmicro/stmmac/stmmac_vlan.c | 2 +- drivers/net/ethernet/ti/davinci_mdio.c | 21 +- drivers/net/ipa/ipa_interrupt.c | 1 - drivers/net/ipa/ipa_main.c | 1 - drivers/net/ipa/ipa_modem.c | 4 - drivers/net/ipa/ipa_smp2p.c | 2 - drivers/net/ipa/ipa_uc.c | 2 - drivers/net/mctp/mctp-usb.c | 8 +- drivers/net/netconsole.c | 21 +- drivers/net/phy/dp83869.c | 4 +- drivers/net/phy/mdio_bus_provider.c | 13 +- drivers/net/phy/phy_device.c | 16 +- drivers/net/usb/asix_devices.c | 12 +- drivers/net/wwan/qcom_bam_dmux.c | 2 - drivers/net/wwan/t7xx/t7xx_hif_cldma.c | 3 - drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c | 2 - drivers/net/wwan/t7xx/t7xx_hif_dpmaif_tx.c | 2 - include/linux/icmp.h | 32 +++ include/linux/phy.h | 11 +- include/net/netns/ipv4.h | 1 + include/net/netns/ipv6.h | 1 + include/net/tcp.h | 2 +- include/net/tls.h | 25 +- include/trace/events/tcp.h | 9 + net/core/dev.c | 1 + net/core/devmem.c | 27 +- net/ipv4/icmp.c | 191 ++++++++++++- net/ipv4/ip_input.c | 4 +- net/ipv4/sysctl_net_ipv4.c | 11 + net/ipv4/tcp_input.c | 21 +- net/ipv6/af_inet6.c | 1 + net/ipv6/icmp.c | 214 +++++++++++++- net/mptcp/mib.c | 1 + net/mptcp/mib.h | 1 + net/mptcp/protocol.c | 83 ++++-- net/mptcp/protocol.h | 2 +- net/netfilter/nft_connlimit.c | 2 +- net/netfilter/nft_ct.c | 30 +- net/sched/cls_api.c | 2 +- net/tls/tls_device.c | 4 +- tools/testing/selftests/net/bareudp.sh | 2 +- .../selftests/net/netfilter/sctp_collision.c | 3 +- tools/testing/selftests/net/traceroute.sh | 313 +++++++++++++++++++++ 76 files changed, 1571 insertions(+), 281 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.PIz35rTmcG b/tmp/tmp.b7eiajJEAp index 12e68cd41d20..bcbc83265a2b 100644 --- a/tmp/tmp.PIz35rTmcG +++ b/tmp/tmp.b7eiajJEAp @@ -12,7 +12,10 @@ 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 +dt-bindings: pse-pd: ti,tps23881: Add TPS23881B +net: pse-pd: tps23881: Add support for TPS23881B netconsole: Acquire su_mutex before navigating configs hierarchy +ti: netcp: convert to ndo_hwtstamp callbacks gve: Implement settime64 with -EOPNOTSUPP gve: Implement gettimex64 with -EOPNOTSUPP net/rds: Give each connection its own workqueue @@ -33,10 +36,23 @@ mpls: Return early in mpls_label_ok(). selftests: drv-net: replace the nsim ring test with a drv-net one dpll: zl3073x: Specify phase adjustment granularity for pins dpll: add phase-adjust-gran pin attribute -netfilter: nft_ct: add seqadj extension for natted connections -netfilter: nft_connlimit: fix possible data race on connection count -netfilter: nft_ct: enable labels for get case too -net: mana: Fix incorrect speed reported by debugfs +quic: add packet builder and parser base +quic: add frame encoder and decoder base +quic: add timer management +quic: add crypto packet encryption and decryption +quic: add crypto key derivation and installation +quic: add packet number space +quic: add congestion control +quic: add path management +quic: add connection id management +quic: add stream management +quic: provide quic.h header files for kernel and userspace +quic: provide family ops for address and protocol +quic: provide common utilities and data structures +net: build socket infrastructure for QUIC protocol +net: define IPPROTO_QUIC and SOL_QUIC constants +net: mana: Add standard counter rx_missed_errors +net: mana: Refactor GF stats to use global mana_context net: stmmac: qcom-ethqos: remove MAC_CTRL_REG modification ptp: Allow exposing cycles only for clocks with free-running counter selftests: net: add YNL test framework @@ -52,7 +68,6 @@ eea: introduce PCI framework net: phy: micrel: lan8842 errata net: phy: micrel: lan8842 errata sfc: Fix double word in comments -net: devmem: refresh devmem TX dst in case of route invalidation hinic3: Add netdev register interfaces hinic3: Add mac filter ops hinic3: Add NIC configuration ops @@ -62,104 +77,28 @@ virtio-net: correct hdr_len handling for tunnel gso virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLEN virtio-net: Ensure hdr_len is not set unless the header is forwarded to the device. virtio-net: fix incorrect flags recording in big mode -net: enetc: add standalone ENETC support for i.MX94 -net: enetc: add basic support for the ENETC with pseudo MAC for i.MX94 -net: enetc: add ptp timer binding support for i.MX94 -net: enetc: add preliminary i.MX94 NETC blocks control support -dt-bindings: net: enetc: add compatible string for ENETC with pseduo MAC -dt-bindings: net: netc-blk-ctrl: add compatible string for i.MX94 platforms -net: dsa: add driver for MaxLinear GSW1xx switch family -net: dsa: add tagging driver for MaxLinear GSW1xx switch family -dt-bindings: net: dsa: lantiq,gswip: add support for MaxLinear GSW1xx switches -net: dsa: lantiq_gswip: add vendor property to setup MII refclk output -dt-bindings: net: dsa: lantiq,gswip: add MaxLinear RMII refclk output property -net: dsa: lantiq_gswip: allow adjusting MII delays -dt-bindings: net: dsa: lantiq,gswip: add support for MII delay properties -net: dsa: lantiq_gswip: define and use GSWIP_TABLE_MAC_BRIDGE_VAL1_VALID -net: dsa: lantiq_gswip: set link parameters also for CPU port -net: dsa: lantiq_gswip: support Energy Efficient Ethernet -net: dsa: lantiq_gswip: support enable/disable learning -net: dsa: lantiq_gswip: split into common and MMIO parts -net: stmmac: reorganise stmmac_hwif_init() -net: stmmac: use != rather than ^ for comparing dev_id -net: stmmac: provide function to lookup hwif -net: stmmac: use FIELD_GET() for version register -net: stmmac: move stmmac_get_*id() into stmmac_get_version() -net: stmmac: consolidate version reading and validation -net: stmmac: simplify stmmac_get_version() -net: stmmac: move version handling into own function -netconsole: Fix race condition in between reader and writer of userdata selftests: Add napi threaded busy poll test in `busy_poller` net: Extend NAPI threaded polling to allow kthread based busy polling -ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable() -igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count() -igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count() -igc: power up the PHY before the link test -ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe() -ice: fix usage of logical PF id -ice: fix destination CGU for dual complex E825 -ice: fix lane number calculation -selftest: net: fix socklen_t type mismatch in sctp_collision test sctp: Hold sock lock while iterating over address list sctp: Prevent TOCTOU out-of-bounds write sctp: Hold RCU read lock while iterating over address list -nfp: xsk: fix memory leak in nfp_net_alloc() -Documentation: netconsole: Remove obsolete contact people -tcp: fix too slow tcp_rcvbuf_grow() action -tcp: add newval parameter to tcp_rcvbuf_grow() -trace: tcp: add three metrics to trace_tcp_rcvbuf_grow() -mptcp: fix subflow rcvbuf adjust net: Reorganize networking documentation toctree -mptcp: zero window probe mib -mptcp: restore window probe -mptcp: fix MSG_PEEK stream corruption -mptcp: drop bogus optimization in __mptcp_check_push() cxgb4: flower: add support for fragmentation net: add net cookie for net device trace events -net: sched: Don't use WARN_ON_ONCE() for -ENOMEM in tcf_classify(). net: bonding: use atomic instead of rtnl_mutex, to make sure peer notify updated -net: stmmac: est: Fix GCL bounds checks -net: stmmac: Consider Tx VLAN offload tag length for maxSDU -net: stmmac: vlan: Disable 802.1AD tag insertion offload Documentation: ARCnet: Update obsolete contact info net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully net/smc: make wr buffer count configurable -net: mana: Implement ndo_tx_timeout and serialize queue resets per port. veth: more robust handing of race to avoid txq getting stuck veth: enable dev_watchdog for detecting stalled TXQs net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xx -net: phy: dp83869: fix STRAP_OPMODE bitmask net: phy: dp83td510: add MSE interface support for 10BASE-T1L net: phy: micrel: add MSE interface support for KSZ9477 family ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access net: phy: introduce internal API for PHY MSE diagnostics -net: wwan: Remove redundant pm_runtime_mark_last_busy() calls -net: wireless: Remove redundant pm_runtime_mark_last_busy() calls -net: ipa: Remove redundant pm_runtime_mark_last_busy() calls -net: ethernet: Remove redundant pm_runtime_mark_last_busy() calls -selftests: net: use BASH for bareudp testing -selftests: traceroute: Add ICMP extensions tests -ipv6: icmp: Add RFC 5837 support -ipv4: icmp: Add RFC 5837 support -net: mctp: Fix tx queue stall selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh -net: rnpgbe: Add register_netdev -net: rnpgbe: Add basic mbx_fw support -net: rnpgbe: Add basic mbx ops support -net: rnpgbe: Add n500/n210 chip support with BAR2 mapping -net: rnpgbe: Add build support for rnpgbe -net/mlx5: Don't zero user_count when destroying FDB tables -net/mlx5e: kTLS, Cancel RX async resync request in error flows -net: tls: Cancel RX async resync request on rcd_delta overflow -net: tls: Change async resync helpers argument -net: usb: asix_devices: Check return value of usbnet_get_endpoints net: sctp: fix KMSAN uninit-value in sctp_inq_pop xsk: add indirect call for xsk_destruct_skb -net: phy: use new iterator mdiobus_for_each_phy in mdiobus_prevent_c45_scan -net: davinci_mdio: use new iterator mdiobus_for_each_phy -net: fec: use new iterator mdiobus_for_each_phy -net: phy: add iterator mdiobus_for_each_phy -net: stmmac: mdio: fix incorrect phy address check octeontx2-pf: Use new bandwidth profiles in receive queue octeontx2-af: Display new bandwidth profiles too in debugfs octeontx2-af: Accommodate more bandwidth profiles for cn20k @@ -171,4 +110,3 @@ octeontx2-af: Add cn20k NPA block contexts octeontx2-af: Extend debugfs support for cn20k NIX octeontx2-af: Add cn20k NIX block contexts octeontx2-af: Simplify context writing and reading to hardware -net: ipv4: Remove extern udp_v4_early_demux()/tcp_v4_early_demux() in .c files