Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-08-16--00-00 (v6.17-rc1-366-g777b318d97b7) remotes/brancher/net-next-hw-2025-08-16--08-00 (v6.17-rc1-376-gfa96f4eafbb9) ==== BASE DIFF ==== drivers/net/ethernet/intel/ice/ice.h | 1 + drivers/net/ethernet/intel/ice/ice_adminq_cmd.h | 4 + drivers/net/ethernet/intel/ice/ice_common.c | 19 +- drivers/net/ethernet/intel/ice/ice_common.h | 2 +- drivers/net/ethernet/intel/ice/ice_lag.c | 975 ++++++++++++++++++------ drivers/net/ethernet/intel/ice/ice_lag.h | 21 +- drivers/net/ethernet/intel/ice/ice_type.h | 6 +- include/linux/net/intel/libie/adminq.h | 5 +- tools/testing/selftests/net/tls.c | 12 +- 9 files changed, 812 insertions(+), 233 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.oMBQgPP1Tq b/tmp/tmp.GcNONhRfSt index 3d8d200ef2b0..3245bac6f92f 100644 --- a/tmp/tmp.oMBQgPP1Tq +++ b/tmp/tmp.GcNONhRfSt @@ -13,7 +13,25 @@ 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 +selftests: drv-net: ncdevmem: make configure_channels() support combined channels +selftests: drv-net: tso: increase the retransmit threshold +igc: fix disabling L1.2 PCI-E link substate on I226 on init +ixgbe: fix ndo_xdp_xmit() workloads +ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc +ice: fix Rx page leak on multi-buffer frames +ice: fix possible leak in ice_plug_aux_dev() error path +ice: fix NULL pointer dereference in ice_unplug_aux_dev() on reset net: dsa: b53: fix reserved register access in b53_fdb_dump() +net: Define sk_memcg under CONFIG_MEMCG. +net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure(). +net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge(). +net-memcg: Introduce mem_cgroup_sk_enabled(). +net-memcg: Introduce mem_cgroup_from_sk(). +net: Clean up __sk_mem_raise_allocated(). +net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV. +tcp: Simplify error path in inet_csk_accept(). +mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready(). +mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n. selftests: mptcp: sockopt: fix C23 extension warning selftests: mptcp: connect: fix C23 extension warning selftests: mptcp: disable add_addr retrans in endpoint_tests @@ -77,14 +95,6 @@ hinic3: Command Queue interfaces hinic3: Command Queue framework hinic3: Complete Event Queue interfaces hinic3: Async Event Queue interfaces -ice: Implement support for SRIOV VFs across Active/Active bonds -ice: cleanup capabilities evaluation -ice: Cleanup variable initialization in LAG code -ice: move LAG function in code to prepare for Active-Active -ice: Add driver specific prefix to LAG defines -ice: replace u8 elements with bool where appropriate -ice: Remove casts on void pointers in LAG code -selftests: tls: make the new data_steal test less flaky cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN selftests: net: add test for dst hint mechanism with directed broadcast addresses net: ipv4: allow directed broadcast routes to use dst hint @@ -115,17 +125,8 @@ dpll: zl3073x: Add firmware loading functionality dpll: zl3073x: Add low-level flash functions dpll: zl3073x: Add functions to access hardware registers dt-bindings: net: realtek,rtl82xx: document wakeup-source property -microchip: lan865x: fix missing configuration for Rev.B0/B1 as per AN1760 -microchip: lan865x: fix missing netif_start_queue() call on device open net: phy: realtek: fix RTL8211F wake-on-lan support phy: mscc: Fix timestamping for vsc8584 -net: mtip: Extend the L2 switch driver for imx287 with bridge operations -net: mtip: Extend the L2 switch driver with management operations -net: mtip: Add mtip_switch_{rx|tx} functions to the L2 switch driver -net: mtip: Add net_device_ops functions to the L2 switch driver -net: mtip: Add buffers management functions to the L2 switch driver -net: mtip: The L2 switch driver for imx287 -dt-bindings: net: Add MTIP L2 switch description sctp: Convert cookie authentication to use HMAC-SHA256 sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication selftests: net: Explicitly enable CONFIG_CRYPTO_SHA1 for IPsec