Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-08-21--06-00 (v6.17-rc1-546-g3555b40aacb4) remotes/brancher/net-next-2025-08-21--09-00 (v6.17-rc1-556-g3e1549a007fd) ==== BASE DIFF ==== drivers/infiniband/hw/mlx5/std_types.c | 27 +- drivers/net/bonding/bond_3ad.c | 67 +- drivers/net/bonding/bond_options.c | 1 + .../mellanox/mlx5/core/diag/reporter_vnic.c | 2 + drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 18 +- drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 20 +- .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 34 +- .../net/ethernet/mellanox/mlx5/core/mlx5_core.h | 2 - .../ethernet/mellanox/mlx5/core/steering/hws/cmd.c | 16 +- .../mellanox/mlx5/core/steering/sws/dr_cmd.c | 16 +- drivers/net/ethernet/mellanox/mlx5/core/vport.c | 58 +- drivers/net/phy/micrel.c | 786 +++++++++++++++------ include/linux/micrel_phy.h | 1 + include/linux/mlx5/mlx5_ifc.h | 133 +++- include/linux/mlx5/vport.h | 2 + include/net/bond_3ad.h | 1 + net/core/pktgen.c | 7 +- .../testing/selftests/drivers/net/bonding/Makefile | 3 +- .../drivers/net/bonding/bond_passive_lacp.sh | 105 +++ tools/testing/selftests/drivers/net/bonding/config | 1 + 20 files changed, 980 insertions(+), 320 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.Q5AhQ2yW1r b/tmp/tmp.C78PKzy2Xw index 1575dc0ac7b3..53ba2210b3a2 100644 --- a/tmp/tmp.Q5AhQ2yW1r +++ b/tmp/tmp.C78PKzy2Xw @@ -12,6 +12,9 @@ nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: dbg net/sctp_vrf.sh nipa: disable random kunit tests +microchip: lan865x: fix missing ndo_eth_ioctl handler to support PHY ioctl +selftests: rtnetlink: add checks for ifconfig and iproute2 +Octeontx2-vf: Fix max packet length errors page_pool: fix incorrect mp_ops error handling net: wangxun: support to use adaptive RX/TX coalescing net: wangxun: cleanup the code in wx_set_coalesce() @@ -144,11 +147,6 @@ net: phy: Clear link-specific data on link down amd-xgbe: Add PPS periodic output support net: airoha: ppe: Do not invalid PPE entries in case of SW hash collision ipv6: mcast: Add ip6_mc_find_idev() helper -net: phy: micrel: Add support for lan8842 -net: phy: micrel: Replace hardcoded pages with defines -net: phy: micrel: Introduce lanphy_modify_page_reg -net: phy: micrel: Start using PHY_ID_MATCH_MODEL -net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb() tcp: accecn: try to fit AccECN option with SACK tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics tcp: accecn: AccECN option failure handling @@ -163,6 +161,3 @@ tcp: ecn functions in separated include file tcp: reorganize tcp_sock_write_txrx group for variables later tcp: fast path functions later tcp: reorganize SYN ECN code -selftests: bonding: add test for passive LACP mode -bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU -bonding: update LACP activity flag after setting lacp_active