Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-05-22--12-00 (v6.15-rc6-1509-g2bd85c094128) remotes/brancher/net-next-2025-05-22--15-00 (v6.15-rc6-1501-ge746f8bea2b4) ==== BASE DIFF ==== Documentation/netlink/specs/ethtool.yaml | 27 ++++++++++++++++++++++++ include/linux/ethtool.h | 5 +++++ include/linux/net_tstamp.h | 7 +------ include/uapi/linux/ethtool_netlink_generated.h | 14 +++++++++++++ net/ethtool/common.c | 29 +++++++++++++++++++++----- net/ethtool/tsinfo.c | 23 ++++++++++++++++++++ 6 files changed, 94 insertions(+), 11 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.3hsrhKHtzT b/tmp/tmp.2FrFqw0GM7 index 4732af6f5408..2afdf6d0f1e2 100644 --- a/tmp/tmp.3hsrhKHtzT +++ b/tmp/tmp.2FrFqw0GM7 @@ -6,6 +6,9 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +net: phy: Synchronize c45_ids to phy_id +net: phy: mscc: Fix memory leak when using one step timestamping +octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callback net: phy: fix up const issues in to_mdio_device() and to_phy_device() octeontx2-pf: QOS: Perform cache sync on send queue teardown netfilter: nf_conntrack: table full detailed log @@ -45,7 +48,6 @@ dt-bindings: net: Add MTIP L2 switch description ixgbe: Fix typos and clarify comments in X550 driver code Doc: networking: Fix various typos in rds.rst net/mlx5e: Allow setting MAC address of representors -net: phy: clear phydev->devlink when the link is deleted hinic3: remove tx_q name collision hack hinic3: use netif_subqueue_sent api queue_api: add subqueue variant netif_subqueue_sent @@ -54,7 +56,6 @@ net/mlx5: Ensure fw pages are always allocated on same NUMA octeontx2-pf: macsec: Get MACSEC capability flag from AF octeontx2-af: Add MACSEC capability flag xsk: add missing virtual address conversion for page -net: fix udp gso skb_segment after pull from frag_list af_packet: move notifier's packet_dev_mc out of rcu critical section net: mana: Add handler for hardware servicing events vsock/test: Add test for an unexpectedly lingering close() @@ -81,14 +82,6 @@ net/mlx5e: Don't drop RTNL during firmware flash IB/IPoIB: Allow using netdevs that require the instance lock IB/IPoIB: Replace vlan_rwsem with the netdev instance lock IB/IPoIB: Enqueue separate work_structs for each flushed interface -net: ena: Add a DEVLINK readme -net: ena: Add PHC documentation -net: ena: View PHC stats using debugfs -net: ena: Add debugfs support to the ENA driver -net: ena: Control PHC enable through devlink -net: ena: Add device reload capability through devlink -net: ena: PHC silent reset -net: ena: Add PHC support in the ENA driver octeontx2-af: Send Link events one by one hv_netvsc: fix potential deadlock in netvsc_vf_setxdp() net: mctp: use nlmsg_payload() for netlink message data extraction @@ -141,8 +134,6 @@ tcp: Restrict SO_TXREHASH to TCP socket. scm: Move scm_recv() from scm.h to scm.c. af_unix: Don't pass struct socket to maybe_add_creds(). af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD. -net: mana: Add support for Multi Vports on Bare metal -net: Add support for providing the PTP hardware source in tsinfo socket: Clean up kdoc for sock_create() and sock_create_lite(). socket: Replace most sock_create() calls with sock_create_kern(). socket: Remove kernel socket conversion except for net/rds/.