Single branch specified, using that and the previous one:
   remotes/brancher/net-next-hw-2025-02-26--16-00 (v6.14-rc3-865-g0a7278d633e5)
   remotes/brancher/net-next-hw-2025-02-27--00-00 (v6.14-rc3-882-gfda0868c6bad)

==== BASE IDENTICAL ====
==== COMMIT DIFF ====
diff --git a/tmp/tmp.Wmti2xfiiN b/tmp/tmp.Y2L1lZkXFt
index fb2d294cce7e..7f4b47360a5e 100644
--- a/tmp/tmp.Wmti2xfiiN
+++ b/tmp/tmp.Y2L1lZkXFt
@@ -3,6 +3,40 @@ selftests: net: enable profiling
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+dpll: Add an assertion to check freq_supported_num
+selftests/net: deflake GRO tests
+selftests/net: only print passing message in GRO tests when tests pass
+selftests/net: have `gro.sh -t` return a correct exit code
+inet: ping: avoid skb_clone() dance in ping_rcv()
+ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addresses
+geneve, specs: Add port range to rt_link specification
+geneve: Allow users to specify source port range
+selftests: drv-net: Check if combined-count exists
+net-sysfs: remove unused initial ret values
+net: gso: fix ownership in __udp_gso_segment
+net/mlx5: Add trust lockdown error to health syndrome print function
+net/mlx5: Expose crr in health buffer
+net/mlx5: Log health buffer data on any syndrome
+net/mlx5: Avoid report two health errors on same syndrome
+net/mlx5e: Properly match IPsec subnet addresses
+net/mlx5e: Separate address related variables to be in struct
+net/mlx5: Lag, Enable Multiport E-Switch offloads on 8 ports LAG
+net/mlx5e: Enable lanes configuration when auto-negotiation is off
+net/mlx5: Refactor link speed handling with mlx5_link_info struct
+net/mlx5: Relocate function declarations from port.h to mlx5_core.h
+net: phy: phy_caps: Allow getting an phy_interface's capabilities
+net: phy: phylink: Convert capabilities to linkmodes using phy_caps
+net: phy: phylink: Add a mapping between MAC_CAPS and LINK_CAPS
+net: phy: drop phy_settings and the associated lookup helpers
+net: phy: phylink: Use phy_caps_lookup for fixed-link configuration
+net: phy: phy_device: Use link_capabilities lookup for PHY aneg config
+net: phy: phy_caps: Allow looking-up link caps based on speed and duplex
+net: phy: phy_caps: Implement link_capabilities lookup by linkmode
+net: phy: phy_caps: Introduce phy_caps_valid
+net: phy: phy_caps: Move __set_linkmode_max_speed to phy_caps
+net: phy: phy_caps: Move phy_speeds to phy_caps
+net: phy: Use an internal, searchable storage for the linkmodes
+net: ethtool: Export the link_mode_params definitions
 ice: dpll: Remove newline at the end of a netlink error message
 net: sched: Remove newline at the end of a netlink error message
 sfc: Remove newline at the end of a netlink error message
@@ -15,7 +49,6 @@ arch: x86: add IPC mailbox accessor function and add SoC register access
 net: pcs: xpcs: re-initiate clause 37 Auto-negotiation
 net: phylink: use pl->link_interface in phylink_expects_phy()
 net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings
-dpll: Add an assertion to check freq_supported_num
 ppp: Fix KMSAN warning by initializing 2-byte header
 gve: unlink old napi when stopping a queue using queue API
 net: ethernet: mtk_ppe_offload: Allow QinQ, double ETH_P_8021Q only
@@ -43,19 +76,3 @@ net: skb: free up one bit in tx_flags
 selftests/net: expand cmsg_ipv6.sh with ipv4
 selftests/net: prepare cmsg_ipv6.sh for ipv4
 af_unix: Fix memory leak in unix_dgram_sendmsg()
-virtio-net: Use persistent NAPI config
-virtio-net: Map NAPIs to queues
-virtio-net: Refactor napi_disable paths
-virtio-net: Refactor napi_enable paths
-eth: bnxt: remove most dependencies on RTNL
-docs: net: document new locking reality
-net: add option to request netdev instance lock
-net: replace dev_addr_sem with netdev instance lock
-net: ethtool: try to protect all callback with netdev instance lock
-net: hold netdev instance lock during ndo_bpf
-net: hold netdev instance lock during sysfs operations
-net: hold netdev instance lock during ioctl operations
-net: hold netdev instance lock during rtnetlink operations
-net: hold netdev instance lock during queue operations
-net: hold netdev instance lock during ndo_setup_tc
-net: hold netdev instance lock during ndo_open/ndo_stop