Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-06-25--00-00 (v6.16-rc2-829-gda3dd144342f) remotes/brancher/net-next-2025-06-25--03-00 (v6.16-rc2-822-g9d68fb90b32a) ==== BASE DIFF ==== .../devicetree/bindings/net/cdns,macb.yaml | 1 + drivers/net/ethernet/broadcom/bnxt/bnxt.c | 5 +- drivers/net/ethernet/freescale/dpaa2/dpaa2-xsk.c | 2 - .../hisilicon/hns3/hns3_common/hclge_comm_cmd.c | 2 +- drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 10 +-- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 38 +++++------ drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 4 +- drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 74 +++++++++++----------- .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 15 ++--- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 34 +++++----- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 7 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c | 2 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.h | 2 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 4 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c | 2 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_regs.c | 27 ++++---- include/uapi/linux/vm_sockets.h | 4 ++ 17 files changed, 120 insertions(+), 113 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.QLms05YOKy b/tmp/tmp.V26CN4Q7xm index b640ae06d615..d06c99138c01 100644 --- a/tmp/tmp.QLms05YOKy +++ b/tmp/tmp.V26CN4Q7xm @@ -10,6 +10,9 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +net: libwx: fix the creation of page_pool +net: thunderbolt: Fix the parameter passing of tb_xdomain_enable_paths()/tb_xdomain_disable_paths() +ipv4: fib: Remove unnecessary encap_type check i40e: When removing VF MAC filters, only check PF-set MAC atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister(). ipv6: Remove setsockopt_needs_rtnl(). @@ -85,7 +88,6 @@ net/sched: Restrict conditions for adding duplicating netems to qdisc tree net: bonding: send peer notify when failure recovery net: bonding: add broadcast_neighbor netlink option net: bonding: add broadcast_neighbor option for 802.3ad -netfilter: nf_tables: Remove unused nft_reduce_is_readonly() net/sched: Remove unused functions neighbour: Remove redundant assignment to err selftests: drv-net: test RSS Netlink notifications @@ -96,31 +98,10 @@ net: ethtool: remove the data argument from ethtool_notify() net: ethtool: call .parse_request for SET handlers net: ethtool: dynamically allocate full req size req netlink: specs: add the multicast group name to spec -bnxt: properly flush XDP redirect lists rds: Expose feature parameters via sysfs (and ELF) team: replace team lock with rtnl lock -net: netfilter: Add IPIP flowtable SW acceleration -net: xsk: dpaa2: avoid repeatedly updating the global consumer -net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime -vsock/uapi: fix linux/vm_sockets.h userspace compilation errors -ethernet: atl1: Add missing DMA mapping error checks MAINTAINERS: update smc section skbuff: Improve the sending efficiency of __skb_send_sock -net: hns3: clear hns alarm: comparison of integer expressions of different signedness -net: hns3: add complete parentheses for some macros -net: hns3: delete redundant address before the array -net: hns3: add \n at the end when print msg -net: hns3: use hns3_get_ops() helper to reduce the unnecessary middle layer conversion -net: hns3: use hns3_get_ae_dev() helper to reduce the unnecessary middle layer conversion -net: hns3: fix spelling mistake "reg_um" -> "reg_num" -net/mlx5: Add HWS as secondary steering mode -net/mlx5: HWS, Shrink empty matchers -net/mlx5: HWS, Track matcher sizes individually -net/mlx5: HWS, Decouple matcher RX and TX sizes -net/mlx5: HWS, Create STEs directly from matcher -net/mlx5: HWS, Refactor and export rule skip logic -net/mlx5: HWS, remove incorrect comment -net/mlx5: HWS, remove unused create_dest_array parameter tcp: try to avoid safer when ACKs are thinned tcp: accecn: try to fit AccECN option with SACK tcp: accecn: AccECN ACE field multi-wrap heuristic