Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-06-23--16-00 (v6.16-rc2-780-g90af109a99b3) remotes/brancher/net-next-hw-2025-06-24--00-00 (v6.16-rc2-789-gc6a2c898d3fc) ==== BASE DIFF ==== .../devicetree/bindings/net/qca,ar803x.yaml | 43 ++++++ .../devicetree/bindings/net/qca,qca7000.txt | 87 ----------- .../devicetree/bindings/net/qca,qca7000.yaml | 109 ++++++++++++++ MAINTAINERS | 2 +- drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 12 +- .../net/ethernet/stmicro/stmmac/dwmac-lpc18xx.c | 5 +- drivers/net/phy/qcom/Kconfig | 2 +- drivers/net/phy/qcom/at803x.c | 167 +++++++++++++++++++++ lib/test_objagg.c | 77 ++++++---- net/core/netpoll.c | 2 +- net/ethtool/pse-pd.c | 1 + net/sched/em_text.c | 2 +- net/smc/smc_pnet.c | 2 +- .../selftests/drivers/net/hw/lib/py/__init__.py | 17 +++ .../selftests/drivers/net/lib/py/__init__.py | 14 ++ 15 files changed, 410 insertions(+), 132 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.N7dqz7SLVZ b/tmp/tmp.cHClfSfOR9 index fa1d1ef13fcc..d04734221437 100644 --- a/tmp/tmp.N7dqz7SLVZ +++ b/tmp/tmp.cHClfSfOR9 @@ -7,6 +7,14 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +bnxt: properly flush XDP redirect lists +e1000e: ignore factory-default checksum value on TGP platform +e1000e: disregard NVM checksum on tgp when valid checksum mask is not set +rds: Expose feature parameters via sysfs (and ELF) +team: replace team lock with rtnl lock +net: netfilter: Add IPIP flowtable SW acceleration +ethernet: cxgb4: Fix dma_unmap_sg() nents value +net: xsk: dpaa2: avoid repeatedly updating the global consumer net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime net: mana: Fix build errors when CONFIG_NET_SHAPER is disabled udp_tunnel: fix deadlock in udp_tunnel_nic_set_port_priv() @@ -33,7 +41,6 @@ net: hns3: use hns3_get_ae_dev() helper to reduce the unnecessary middle layer c net: hns3: fix spelling mistake "reg_um" -> "reg_num" pppoe: drop PACKET_OTHERHOST before skb_share_check() net: xsk: introduce XDP_MAX_TX_BUDGET setsockopt -i40e: Match VF MAC deletion behaviour with OOT driver net/mlx5: Add HWS as secondary steering mode net/mlx5: HWS, Shrink empty matchers net/mlx5: HWS, Track matcher sizes individually @@ -77,7 +84,6 @@ sched: Dump configuration and statistics of dualpi2 qdisc sched: Struct definition and parsing of dualpi2 qdisc virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp() virtio-net: xsk: rx: fix the frame's length check -net: netpoll: Initialize UDP checksum field before checksumming selftests: drv-net: stats: use skip instead of xfail for unsupported features selftests: drv-net: stats: fix pylint issues net: make sk->sk_rcvtimeo lockless @@ -98,26 +104,17 @@ ptp: Split out PTP_PEROUT_REQUEST ioctl code ptp: Split out PTP_EXTTS_REQUEST ioctl code ptp: Split out PTP_CLOCK_GETCAPS ioctl code caif: reduce stack size, again -net/sched: replace strncpy with strscpy -net/smc: replace strncpy with strscpy net: pse-pd: tps23881: Clarify setup_pi_matrix callback documentation dt-bindings: pse: tps23881: Clarify channels property description selftests: net: add netpoll basic functionality test -net: wangxun: revert the adjustment of the IRQ vector sequence -net: txgbe: request MISC IRQ in ndo_open -net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnect -net: usb: lan78xx: annotate checksum assignment to silence sparse warnings bridge: mcast: Fix use-after-free during router port configuration page_pool: import Jesper's page_pool benchmark -ethtool: pse-pd: Add missing linux/export.h include phy: micrel: add Signal Quality Indicator (SQI) support for KSZ9477 switch PHYs net: ethernet: mtk_eth_soc: only use legacy mode on missing IRQ name net: ethernet: mtk_eth_soc: skip first IRQ if not used net: ethernet: mtk_eth_soc: add consts for irq index net: ethernet: mtk_eth_soc: support named IRQs atm: idt77252: Add missing `dma_map_error()` -net: stmmac: lpc18xx: use plat_dat->phy_interface -ethernet: ionic: Fix DMA mapping tests net: mctp: test: Add tests for gateway routes net: mctp: add gateway routing support net: mctp: allow NL parsing directly into a struct mctp_route