Single branch specified, using that and the previous one:
   remotes/brancher/net-next-hw-2025-02-20--08-00 (v6.14-rc2-710-g592f4c16ddaa)
   remotes/brancher/net-next-hw-2025-02-20--16-00 (v6.14-rc2-756-gf07f7e685b8a)

==== BASE DIFF ====
 .../devicetree/bindings/net/can/fsl,flexcan.yaml   |  44 +-
 .../bindings/net/can/microchip,mcp251xfd.yaml      |   2 +-
 Documentation/networking/j1939.rst                 | 675 +++++++++++++++++++++
 drivers/net/can/c_can/c_can_platform.c             |  51 +-
 drivers/net/can/flexcan/flexcan-core.c             |  35 +-
 drivers/net/can/flexcan/flexcan.h                  |   5 +
 drivers/net/can/rockchip/rockchip_canfd-core.c     |   5 -
 drivers/net/can/usb/gs_usb.c                       |   5 +
 drivers/net/ethernet/netronome/nfp/bpf/cmsg.c      |   2 +
 drivers/net/ethernet/xilinx/xilinx_axienet_main.c  |   1 +
 include/linux/netdevice.h                          |   1 -
 include/net/gro.h                                  |   3 +
 include/net/tcp.h                                  |  14 +
 include/uapi/linux/can.h                           |   3 +-
 net/core/dev.c                                     |  17 +
 net/core/gro.c                                     |   3 -
 net/core/skbuff.c                                  | 110 +---
 net/ipv4/tcp_fastopen.c                            |   4 +-
 net/ipv4/tcp_input.c                               |   8 +-
 net/ipv4/tcp_ipv4.c                                |   2 +-
 20 files changed, 831 insertions(+), 159 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.r3FXXOEGz1 b/tmp/tmp.sJ0GL5LMcS
index 7074ab454bf6..a64484aa9ae1 100644
--- a/tmp/tmp.r3FXXOEGz1
+++ b/tmp/tmp.sJ0GL5LMcS
@@ -3,6 +3,50 @@ selftests: net: enable profiling
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+net: loopback: Avoid sending IP packets without an Ethernet header
+selftests: drv-net: rename queues check_xdp to check_xsk
+selftests: drv-net: improve the use of ksft helpers in XSK queue test
+selftests: drv-net: add a way to wait for a local process
+selftests: drv-net: probe for AF_XDP sockets more explicitly
+selftests: drv-net: add missing new line in xdp_helper
+selftests: drv-net: use cfg.rpath() in netlink xsk attr test
+selftests: drv-net: add a warning for bkg + shell + terminate
+net/rds: Replace deprecated strncpy() with strscpy_pad()
+ibmvnic: Print data buffers with kernel API's
+hexdump: Use for_each macro in print_hex_dump
+hexdump: Implement macro for converting large buffers
+net: phy: make struct phy_package_shared private to phylib
+net: phy: mscc: use new phy_package_shared getters
+net: phy: mtk-ge-soc: use new phy_package_shared getters
+net: phy: micrel: use new phy_package_shared getters
+net: phy: qca807x: use new phy_package_shared getters
+net: phy: add getters for public members of struct phy_package_shared
+net: phy: move PHY package related code from phy.h to phy_package.c
+net: phy: move PHY package code from phy_device.c to own source file
+net/mlx5: Use secs_to_jiffies() instead of msecs_to_jiffies()
+net: ipconfig: convert timeouts to secs_to_jiffies()
+netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()
+net/smc: convert timeouts to secs_to_jiffies()
+crypto: scatterwalk - don't split at page boundaries when !HIGHMEM
+crypto: scatterwalk - remove obsolete functions
+crypto: skcipher - use the new scatterwalk functions
+net/tls: use the new scatterwalk functions
+crypto: x86/aegis - use the new scatterwalk functions
+crypto: x86/aes-gcm - use the new scatterwalk functions
+crypto: stm32 - use the new scatterwalk functions
+crypto: s5p-sss - use the new scatterwalk functions
+crypto: s390/aes-gcm - use the new scatterwalk functions
+crypto: nx - use the new scatterwalk functions
+crypto: arm64 - use the new scatterwalk functions
+crypto: arm/ghash - use the new scatterwalk functions
+crypto: aegis - use the new scatterwalk functions
+crypto: skcipher - use scatterwalk_start_at_pos()
+crypto: scatterwalk - add scatterwalk_get_sglist()
+crypto: scatterwalk - add new functions for copying data
+crypto: scatterwalk - add new functions for iterating through data
+crypto: scatterwalk - add new functions for skipping data
+crypto: scatterwalk - move to next sg entry just in time
+selftests/net: big_tcp: return xfail on slow machines
 net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT
 net: phy: qt2025: Fix hardware revision check comment
 MAINTAINERS: fix dwmac-s32 entry
@@ -11,18 +55,6 @@ net/mlx5e: Change eth_proto parameter naming
 net/mlx5e: Introduce ptys2ethtool_process_link()
 net/mlx5e: Refactor ptys2ethtool_adver_link()
 net/mlx5: Bridge, correct config option description
-can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO
-can: gs_usb: add VID/PID for the CANnectivity firmware
-can: canxl: support Remote Request Substitution bit access
-can: j1939: Extend stack documentation with buffer size behavior
-dt-binding: can: mcp251xfd: remove duplicate word
-can: flexcan: add NXP S32G2/S32G3 SoC support
-can: flexcan: Add quirk to handle separate interrupt lines for mailboxes
-dt-bindings: can: fsl,flexcan: add S32G2/S32G3 SoC support
-can: c_can: Use syscon_regmap_lookup_by_phandle_args
-can: c_can: Use of_property_present() to test existence of DT property
-can: c_can: Simplify handling syscon error path
-can: c_can: Drop useless final probe failure message
 xfrm_output: Force software GSO only in tunnel mode
 neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specified
 net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
@@ -42,13 +74,8 @@ afs: Fix the server_list to unuse a displaced server rather than putting it
 rxrpc: Fix locking issues with the peer record hash
 rxrpc: peer->mtu_lock is redundant
 rxrpc: rxperf: Fix missing decoding of terminal magic cookie
-net: phy: marvell-88q2xxx: Prevent reading temperature with asserted reset
-net: phy: marvell-88q2xxx: Enable temperature measurement in probe again
-Revert "net: skb: introduce and use a single page frag cache"
-net: allow small head cache usage with large MAX_SKB_FRAGS values
 net: sfp: add quirk for 2.5G OEM BX SFP
 selftests/net: deflake GRO tests and fix return value and output
-selftests/net: big_tcp: longer netperf session on slow machines
 dt-bindings: net: pse-pd: ti,tps23881: Add interrupt description
 net: pse-pd: tps23881: Add support for static port priority feature
 dt-bindings: net: pse-pd: microchip,pd692x0: Add manager regulator supply
@@ -62,7 +89,5 @@ net: pse-pd: tps23881: Add support for PSE events and interrupts
 net: pse-pd: Add support for reporting events
 net: ethtool: Add support for ethnl_info_init_ntf helper function
 skbuff: kill skb_flow_get_ports()
-nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()
 virtio-net: tweak for better TX performance in NAPI mode
 eth: fbnic: Add ethtool support for IRQ coalescing
-net: axienet: Set mac_managed_pm