Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-09-19--16-00 (v6.17-rc6-1359-g2e15e851fd9f) remotes/brancher/net-next-hw-2025-09-20--00-00 (v6.17-rc6-1360-gb30dd870b73c) ==== BASE DIFF ==== drivers/net/dsa/dsa_loop.c | 2 - drivers/net/ethernet/airoha/airoha_regs.h | 4 +- drivers/net/ethernet/huawei/hinic3/hinic3_rx.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en/fs.h | 5 +- .../mellanox/mlx5/core/en_accel/ipsec_fs.c | 40 ++- .../ethernet/mellanox/mlx5/core/en_accel/macsec.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_fs.c | 21 +- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 3 + drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 2 +- .../net/ethernet/mellanox/mlx5/core/lib/fs_ttc.c | 395 +++++++++++++++++++-- .../net/ethernet/mellanox/mlx5/core/lib/fs_ttc.h | 19 + .../mellanox/mlx5/core/lib/ipsec_fs_roce.c | 4 + .../ethernet/mellanox/mlx5/core/lib/macsec_fs.c | 14 +- .../ethernet/mellanox/mlx5/core/lib/macsec_fs.h | 15 + drivers/net/ethernet/microchip/sparx5/Kconfig | 2 +- .../net/ethernet/microchip/sparx5/sparx5_ethtool.c | 18 + drivers/net/ethernet/realtek/r8169_main.c | 6 +- drivers/net/ethernet/ti/am65-cpsw-ethtool.c | 27 +- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 9 +- drivers/net/ethernet/ti/icssm/icssm_prueth.c | 30 +- drivers/net/phy/micrel.c | 79 ++++- drivers/net/phy/phy.c | 13 + drivers/net/tun.c | 3 + drivers/net/wan/framer/pef2256/pef2256.c | 4 +- include/linux/mlx5/qp.h | 16 +- net/mptcp/ctrl.c | 2 +- net/psp/psp_sock.c | 17 +- net/smc/smc_loopback.c | 14 +- 29 files changed, 655 insertions(+), 115 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.Ae39RVhUbA b/tmp/tmp.4AbnEhFSGw index a84b6ce7f015..753d732a356d 100644 --- a/tmp/tmp.Ae39RVhUbA +++ b/tmp/tmp.4AbnEhFSGw @@ -52,8 +52,6 @@ selftest: netcons: add test for netconsole over bonded interfaces selftest: netcons: create a torture test selftest: netcons: refactor target creation net: netpoll: fix incorrect refcount handling causing incorrect cleanup -net: ti: icssm-prueth: unwind cleanly in probe() -page_pool: add debug for release to cache from wrong CPU net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463 dt-bindings: net: dsa: microchip: Add strap description to set SPI mode dt-bindings: net: dsa: microchip: Group if clause under allOf tag @@ -61,11 +59,6 @@ net: ipv4: convert ip_rcv_options to drop reasons net: ipv4: use the right type for drop reasons in ip_rcv_finish_core net: ipv4: simplify drop reason handling in ip_rcv_finish_core net: ipv4: make udp_v4_early_demux explicitly return drop reason -net/mlx5e: Add flow rules for the decrypted ESP packets -net/mlx5e: Add flow groups for the packets decrypted by crypto offload -net/mlx5e: Recirculate decrypted packets into TTC table -net/mlx5: Change TTC rules to match on undecrypted ESP packets -net/smc: fix warning in smc_rx_splice() when calling get_page() net: stmmac: remove mac_interface net: stmmac: thead: convert to use phy_interface net: stmmac: sun8i: convert to use phy_interface @@ -78,22 +71,5 @@ net: stmmac: use phy_interface in stmmac_check_pcs_mode() net: stmmac: rework mac_interface and phy_interface documentation selftests/net: Test tcp port reuse after unbinding a socket tcp: Update bind bucket state on port release -net: tun: Update napi->skb after XDP process rtnetlink: specs: Add {head,tail}room to rt-link.yaml rtnetlink: add needed_{head,tail}room attributes -wan: framer: pef2256: use %pe in print format -net: airoha: Fix PPE_IP_PROTO_CHK register definitions -r8169: set EEE speed down ratio to 1 -net: dsa: dsa_loop: remove duplicated definition of NUM_FIXED_PHYS -mptcp: reset blackhole on success with non-loopback ifaces -hinic3: Fix NULL vs IS_ERR() check in hinic3_alloc_rxqs_res() -psp: do not use sk_dst_get() in psp_dev_get_for_sock() -net: sparx5/lan969x: Add support for ethtool pause parameters -net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969X -net: phy: micrel: Add Fast link failure support for lan8842 -Merge tag 'mlx5-next-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux -net: phy: clear link parameters on admin link down -net: ti: am65-cpsw: Update hw timestamping filter for PTPv1 RX packets -net/mlx5e: Prevent WQE metadata conflicts between timestamping and offloads -net/mlx5: Refactor MACsec WQE metadata shifts -net/mlx5: Remove VLAN insertion fields from WQE Ether segment