Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-07-16--00-00 (v6.16-rc5-1583-g6451e5ce8dc9) remotes/brancher/net-next-hw-2025-07-16--08-00 (v6.16-rc5-1561-gfdc81477aa45) ==== BASE DIFF ==== drivers/net/ethernet/wangxun/libwx/wx_hw.c | 9 +++-- drivers/net/ethernet/wangxun/libwx/wx_lib.c | 20 ++++------ drivers/net/ethernet/wangxun/libwx/wx_type.h | 2 - net/mptcp/options.c | 3 +- net/mptcp/pm.c | 8 +++- net/mptcp/protocol.c | 56 ++++++++++++++++++++++++---- net/mptcp/protocol.h | 29 ++++++++++---- net/mptcp/subflow.c | 30 +++++++++------ 8 files changed, 110 insertions(+), 47 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.T8xScDMhss b/tmp/tmp.Eo8wm336gA index 263dc91c7bcc..debb7afcae72 100644 --- a/tmp/tmp.T8xScDMhss +++ b/tmp/tmp.Eo8wm336gA @@ -58,12 +58,6 @@ hinic3: Command Queue interfaces hinic3: Command Queue framework hinic3: Complete Event Queue interfaces hinic3: Async Event Queue interfaces -ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reporting -ibmvnic: Use atomic64_t for queue stats -wireguard: omit need_resched() before cond_resched() -mptcp: reset fallback status gracefully at disconnect() time -mptcp: plug races between subflow fail and subflow creation -mptcp: make fallback action and fallback decision atomic ARM: dts: microchip: sama7g5: Add RMII ext refclk flag net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag net: cadence: macb: Enable RMII for SAMA7 gem @@ -81,30 +75,5 @@ net: phy: allow drivers to disable polling via get_next_update_time() net: phy: enable polling when driver implements get_next_update_time net: wangxun: complete ethtool coalesce options amd-xgbe: add hardware PTP timestamping support -net/mlx5e: Remove duplicate mkey from SHAMPO header -net/mlx5e: SHAMPO, Remove mlx5e_shampo_get_log_hd_entry_size() -net/mlx5e: SHAMPO, Cleanup reservation size formula -net/mlx5e: Properly access RCU protected qdisc_sleeping variable -net/mlx5e: fix kdoc warning on eswitch.h -net/mlx5: HWS, Enable IPSec hardware offload in legacy mode -net: libwx: properly reset Rx ring descriptor -net: libwx: fix the using of Rx buffer DMA -net: libwx: remove duplicate page_pool_put_full_page() -net: libwx: fix multicast packets received count tcp: correct the skip logic in tcp_sacktag_skip() -neighbour: Update pneigh_entry in pneigh_create(). -neighbour: Protect tbl->phash_buckets[] with a dedicated mutex. -neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup(). -neighbour: Remove __pneigh_lookup(). -neighbour: Use rcu_dereference() in pneigh_get_{first,next}(). -neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table(). -neighbour: Convert RTM_GETNEIGH to RCU. -neighbour: Annotate access to struct pneigh_entry.{flags,protocol}. -neighbour: Free pneigh_entry after RCU grace period. -neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu. -neighbour: Split pneigh_lookup(). -neighbour: Move neigh_find_table() to neigh_get(). -neighbour: Allocate skb in neigh_get(). -neighbour: Move two validations from neigh_get() to neigh_valid_get_req(). -neighbour: Make neigh_valid_get_req() return ndmsg. don't bother with path_get()/path_put() in unix_open_file()