Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-07-10--08-00 (v6.16-rc4-1318-g1229bc23bf8f) remotes/brancher/net-next-hw-2025-07-10--16-00 (v6.16-rc4-1314-ga748f12cce80) ==== BASE DIFF ==== Documentation/networking/af_xdp.rst | 9 +++++++++ drivers/net/dsa/Kconfig | 2 +- drivers/net/dsa/rzn1_a5psw.c | 22 ++++------------------ include/net/pkt_sched.h | 25 ++++++++++++++++++++++++- include/net/xdp_sock.h | 1 + include/uapi/linux/if_xdp.h | 1 + net/sched/sch_api.c | 10 ---------- net/sched/sch_hfsc.c | 16 ---------------- net/sched/sch_qfq.c | 2 +- net/xdp/xsk.c | 21 +++++++++++++++++++-- tools/include/uapi/linux/if_xdp.h | 1 + 11 files changed, 61 insertions(+), 49 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.k2GiVXOa7U b/tmp/tmp.Hrw23hDmOy index 3fedfcb490ce..642800f48af6 100644 --- a/tmp/tmp.k2GiVXOa7U +++ b/tmp/tmp.Hrw23hDmOy @@ -9,6 +9,21 @@ 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/mlx5e: Make PCIe congestion event thresholds configurable +net/mlx5e: Add device PCIe congestion ethtool stats +net/mlx5e: Create/destroy PCIe Congestion Event object +selftests: ethtool: Introduce ethernet PHY selftests on netdevsim +selftests: ethtool: Drop the unused old_netdevs variable +net: netdevsim: Add PHY support in netdevsim +hinic3: Interrupt request configuration +hinic3: Mailbox management interfaces +hinic3: Mailbox framework +hinic3: TX & RX Queue coalesce interfaces +hinic3: Command Queue interfaces +hinic3: Command Queue framework +hinic3: Complete Event Queue interfaces +hinic3: Async Event Queue interfaces +hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf virtio_net: simplify tx queue wake condition check eth: fbnic: fix ubsan complaints about OOB accesses ibmvnic: Fix hardcoded NUM_RX_STATS/NUM_TX_STATS with dynamic sizeof @@ -50,33 +65,9 @@ ethtool: rss: make sure dump takes the rss lock net: thunderx: Fix format-truncation warning in bgx_acpi_match_id() selftests/tc-testing: Add tests for restrictions on netem duplication net/sched: Restrict conditions for adding duplicating netems to qdisc tree -virtio-net: fix received length check in big packets vhost_net: basic in_order support vhost: basic in order support net: stmmac: platform: Add snps,dwmac-5.00a IP compatible string net: stmmac: dwmac-sophgo: Add support for Sophgo SG2042 SoC dt-bindings: net: sophgo,sg2044-dwmac: Add support for Sophgo SG2042 dwmac net: replace ND_PRINTK with dynamic debug -net: dsa: rzn1_a5psw: use devm to enable clocks -net: dsa: rzn1_a5psw: add COMPILE_TEST -af_key: Add check for the return value of pfkey_sadb2xfrm_user_sec_ctx() -net: phy: micrel: Add callback for restoring context -tcp: extend tcp_retransmit_skb tracepoint with failure reasons   -net/sched: sch_qfq: Fix null-deref in agg_dequeue -net: fix segmentation after TCP/UDP fraglist GRO -net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockopt -tcp: accecn: try to fit AccECN option with SACK -tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics -tcp: accecn: AccECN option failure handling -tcp: accecn: AccECN option send control -tcp: accecn: AccECN option -tcp: sack option handling improvements -tcp: accecn: AccECN needs to know delivered bytes -tcp: accecn: add AccECN rx byte counters -tcp: Add wait_third_ack for ECN negotiation in simultaneous connect -tcp: accecn: AccECN negotiation -tcp: AccECN core -tcp: ecn functions in separated include file -tcp: reorganize tcp_sock_write_txrx group for variables later -tcp: fast path functions later -tcp: reorganize SYN ECN code