Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-07-22--12-00 (v6.16-rc6-1747-g0f15a0686e75) remotes/brancher/net-next-2025-07-22--15-00 (v6.16-rc6-1748-g10191642d31f) ==== BASE DIFF ==== arch/powerpc/include/asm/hvcall.h | 1 + drivers/net/ethernet/ibm/ibmveth.c | 220 ++++++++++++++------- drivers/net/ethernet/ibm/ibmveth.h | 21 ++ drivers/net/ethernet/marvell/octeontx2/af/cgx.c | 19 ++ drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 7 +- .../net/ethernet/marvell/octeontx2/af/rvu_cgx.c | 23 +-- .../ethernet/marvell/octeontx2/af/rvu_debugfs.c | 162 +++++++++++++++ 7 files changed, 370 insertions(+), 83 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.oTSfkpwPog b/tmp/tmp.jqzc0Nf2Iq index 4a80944609ef..d5c15e81d534 100644 --- a/tmp/tmp.oTSfkpwPog +++ b/tmp/tmp.jqzc0Nf2Iq @@ -6,6 +6,11 @@ tc_action dbg [local patch] forwarding: set timeout to 3 hours [local patch] selftests: net: enable profiling [local patch] timestamp - try waking [local patch] +net: hns3: default enable tx bounce buffer when smmu enabled +net: hns3: fixed vf get max channels bug +net: hns3: disable interrupt when ptp init failed +net: hns3: fix concurrent setting vlan filter issue +selftests: drv-net: wait for iperf client to stop sending can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do_set_mode netdevsim: add fw_update_flash_chunk_time_ms debugfs knobs devlink: Fix excessive stack usage in rate TC bandwidth parsing @@ -20,7 +25,6 @@ net: mvneta: Fix typo "notifer" drm/xe: Fix typo "notifer" cxl: mce: Fix typo "notifer" KVM: x86: Fix typo "notifer" -net: Revert tx queue length on partial failure in dev_qdisc_change_tx_queue_len() net: stmmac: Check stmmac_hw_setup() in stmmac_resume() net: stmmac: Return early if invalid in loongson_dwmac_fix_reset() net/mlx5: Fix build -Wframe-larger-than warnings @@ -68,8 +72,6 @@ net: stmmac: stm32: add WoL from PHY support dt-bindings: net: document st,phy-wol property xen/netfront: Fix TX response spurious interrupts Octeontx2-vf: Fix max packet length errors -igb: xsk: solve underflow of nb_pkts in zerocopy mode -stmmac: xsk: fix underflow of budget in zerocopy mode net: wangxun: support to use adaptive RX coalescing net: wangxun: limit tx_max_coalesced_frames_irq net: wangxun: change the default ITR setting @@ -94,13 +96,6 @@ netmem, mlx4: access ->pp_ref_count through netmem_desc instead of page netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp() netmem: introduce struct netmem_desc mirroring struct page net: Kconfig: add endif/endmenu comments -Octeontx2-af: Debugfs support for firmware data -Octeontx2-af: RPM: Update DMA mask -Octeontx2-af: Disable stale DMAC filters -Octeontx2-af: Add programmed macaddr to RVU pfvf -selftests/tc-testing: Check backlog stats in gso_skb case -net/sched: Fix backlog accounting in qdisc_dequeue_internal -ibmveth: Add multi buffers rx replenishment hcall support selftests: drv-net: Test head-adjustment support selftests: drv-net: Test tail-adjustment support selftests: drv-net: Test XDP_TX support