Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-05-20--08-00 (v6.15-rc6-1334-g5b23a1402b1a) remotes/brancher/net-next-hw-2025-05-20--16-00 (v6.15-rc6-1344-g41658213d81d) ==== BASE DIFF ==== .../bindings/net/can/microchip,mcp2510.yaml | 2 +- .../net/ethernet/marvell/octeontx2/af/rvu_trace.c | 1 + .../net/ethernet/marvell/octeontx2/af/rvu_trace.h | 26 +++++++ .../net/ethernet/marvell/octeontx2/nic/otx2_txrx.c | 6 +- drivers/net/mdio/Kconfig | 16 +---- drivers/net/phy/Kconfig | 2 +- drivers/net/phy/Makefile | 18 ++--- drivers/net/phy/mdio_bus.c | 14 ++-- drivers/net/phy/mdio_device.c | 1 + drivers/net/phy/phy_device.c | 11 +-- include/linux/phy.h | 3 - net/can/bcm.c | 79 +++++++++++++++------- 12 files changed, 104 insertions(+), 75 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.7Afs8TMPM7 b/tmp/tmp.xULyjWYMXU index 18648925d934..077f47825600 100644 --- a/tmp/tmp.7Afs8TMPM7 +++ b/tmp/tmp.xULyjWYMXU @@ -5,6 +5,17 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +i40e: retry VFLR handling if there is ongoing VF reset +i40e: return false from i40e_reset_vf if reset is in progress +octeontx2-pf: QOS: Fix HTB queue deletion on reboot +nfc: Correct Samsung "Electronics" spelling in copyright headers +eth: bnxt: fix deadlock when xdp is attached or detached +net: mctp: use nlmsg_payload() for netlink message data extraction +net: txgbe: Support the FDIR rules assigned to VFs +net: libwx: Fix statistics of multicast packets +octeontx2-af: NPC: Clear Unicast rule on nixlf detach +rtase: Use min() instead of min_t() +net: neigh: use kfree_skb_reason() in neigh_resolve_output() idpf: fix null-ptr-deref in idpf_features_check ice: Fix LACP bonds without SRIOV environment ice: fix vf->num_mac count with port representors @@ -81,12 +92,4 @@ Revert "ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local ipv6: Narrow down RCU critical section in inet6_rtm_newroute(). inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?(). ipv6: Remove rcu_read_lock() in fib6_get_table(). -r8152: Add wake up function for RTL8153 -Documentation: netlink: specs: tc: Add DualPI2 specification -selftests/tc-testing: Add selftests for qdisc DualPI2 -sched: Add enqueue/dequeue of dualpi2 qdisc -sched: Dump configuration and statistics of dualpi2 qdisc -sched: Struct definition and parsing of dualpi2 qdisc -selftests/vsock: add initial vmtest.sh for vsock net: phy: move mdiobus_setup_mdiodev_from_board_info to mdio_bus_provider.c -octeontx2-pf: Add tracepoint for NIX_PARSE_S