Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-10-23--12-00 (v6.18-rc1-455-g5e7f6e2832dc) remotes/brancher/net-next-2025-10-23--15-00 (v6.18-rc1-459-g72a0909b7d28) ==== BASE DIFF ==== .../ethernet/mellanox/mlx5/core/en_accel/ipsec.h | 5 ++ .../mellanox/mlx5/core/en_accel/ipsec_fs.c | 25 +++++++++- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 8 ++-- drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 4 +- .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c | 7 ++- .../net/ethernet/mellanox/mlx5/core/lib/clock.c | 2 +- .../net/ethernet/mellanox/mlx5/core/lib/devcom.c | 53 +++++++++++----------- drivers/net/ethernet/mellanox/mlx5/core/lib/sd.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/main.c | 5 +- drivers/net/ovpn/tcp.c | 26 +++++++++-- drivers/net/phy/micrel.c | 4 +- include/linux/mlx5/mlx5_ifc.h | 4 +- include/linux/skbuff.h | 3 ++ include/linux/virtio_net.h | 4 ++ net/core/datagram.c | 44 ++++++++++++++---- net/vmw_vsock/af_vsock.c | 38 ++++++++-------- net/xfrm/espintcp.c | 6 +-- 18 files changed, 160 insertions(+), 86 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.0igkGeLsdf b/tmp/tmp.PN9h9M3out index 80a46a0bd34b..50626cb5a448 100644 --- a/tmp/tmp.0igkGeLsdf +++ b/tmp/tmp.PN9h9M3out @@ -12,7 +12,21 @@ 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 +sfc: fix potential memory leak in efx_mae_process_mport() +net: hns3: fix null pointer in debugfs issue +net: hns3: return error code when function fails +selftests/bpf: Add mptcp test with sockmap +bpf,sockmap: disallow MPTCP sockets from sockmap +net,mptcp: fix proto fallback detection with BPF sockmap MAINTAINERS: mark ISDN subsystem as orphan +net: stmmac: convert to phylink managed WoL PHY speed +net: stmmac: convert to phylink-managed Wake-on-Lan +net: phylink: add phylink managed wake-on-lan PHY speed control +net: phylink: add phylink managed MAC Wake-on-Lan support +net: phy: add phy_may_wakeup() +net: phy: add phy_can_wakeup() +xsk: add indirect call for xsk_destruct_skb +rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATS 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 @@ -32,6 +46,7 @@ eea: probe the netdevice and create adminq eea: introduce ring and descriptor structures eea: introduce PCI framework Documentation: ARCnet: Update obsolete contact info +smc: rename smc_find_ism_store_rc to reflect broader usage net: txgbe: support RSC offload net: txgbe: support TX head write-back mode net: txgbe: support RX desc merge mode @@ -69,15 +84,8 @@ netlink: specs: add ignore-index flag for indexed-array gve: Default to max_rx_buffer_size for DQO if device supported gve: Allow ethtool to configure rx_buf_len gve: Decouple header split from RX buffer length -sfc: fix potential memory leak in efx_mae_process_mport() virtio-net: fix received length check in big packets virtio-net: drop the multi-buffer XDP packet in zerocopy -net/mlx5: Fix IPsec cleanup over MPV device -net/mlx5: Refactor devcom to return NULL on failure -net/mlx5e: Skip PPHCR register query if not supported by the device -net/mlx5: Add PPHCR to PCAM supported registers mask -ptp/ptp_vmw: load ptp_vmw driver by directly probing the device -ptp/ptp_vmw: Implement PTP clock adjustments ops net: hns3: add hwtstamp_get/hwtstamp_set ops net: renesas: rswitch: convert to ndo_hwtstamp API net: ravb: convert to ndo_hwtstamp API @@ -97,8 +105,6 @@ neighbour: Convert RTM_SETNEIGHTBL to RCU. neighbour: Convert RTM_GETNEIGHTBL to RCU. neighbour: Annotate access to neigh_parms fields. neighbour: Use RCU list helpers for neigh_parms.list writers. -virtio-net: zero unused hash fields -net/smc: add full IPv6 support for SMC net: rmnet: Use section heading markup for packet format subsections usbnet: Prevents free active kevent selftests: tls: add tls record_size_limit test @@ -107,21 +113,7 @@ net: unix: remove outdated BSD behavior comment in unix_release_sock() net: hibmcge: fix the inappropriate netif_device_detach() net: hibmcge: remove unnecessary check for np_link_fail in scenarios without phy. net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issue -net: phy: micrel: always set shared->phydev for LAN8814 -vsock: fix lock inversion in vsock_assign_transport() net: inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warnings -net: dsa: lantiq_gswip: harmonize gswip_mii_mask_*() parameters -net: dsa: lantiq_gswip: optimize regmap_write_bits() statements -net: dsa: lantiq_gswip: replace *_mask() functions with regmap API -net: dsa: lantiq_gswip: manually convert remaining uses of read accessors -net: dsa: lantiq_gswip: convert trivial accessor uses to regmap -net: dsa: lantiq_gswip: convert accessors to use regmap -net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in comment -ovpn: use datagram_poll_queue for socket readiness in TCP -espintcp: use datagram_poll_queue for socket readiness -net: datagram: introduce datagram_poll_queue for custom receive queues -net: vlan: sync VLAN features with lower device -net: sched: readjust the execution conditions for dev_watchdog() tools: ynl: add start-index property for indexed arrays tools: ynl: call nested attribute free function for indexed arrays tools: ynl: zero-initialize struct ynl_sock memory