Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-08-19--08-00 (v6.17-rc1-429-gf894dae3ae8c) remotes/brancher/net-next-hw-2025-08-19--16-00 (v6.17-rc1-410-g47d3d7cb93e5) ==== BASE DIFF ==== .../device_drivers/ethernet/meta/fbnic.rst | 11 + drivers/net/ethernet/airoha/airoha_eth.h | 11 + drivers/net/ethernet/airoha/airoha_ppe.c | 103 +++-- drivers/net/ethernet/cadence/macb.h | 67 +++ drivers/net/ethernet/cadence/macb_main.c | 232 ++++++++++- drivers/net/ethernet/mediatek/mtk_ppe_offload.c | 2 + drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c | 82 +++- drivers/net/ethernet/meta/fbnic/fbnic_netdev.c | 75 +++- drivers/net/ethernet/meta/fbnic/fbnic_netdev.h | 9 +- drivers/net/ethernet/meta/fbnic/fbnic_txrx.c | 458 +++++++++++++++++---- drivers/net/ethernet/meta/fbnic/fbnic_txrx.h | 23 +- drivers/net/ethernet/microsoft/mana/mana_bpf.c | 46 ++- drivers/net/ethernet/microsoft/mana/mana_en.c | 151 ++++--- drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 11 +- drivers/net/ethernet/ti/icssg/icssg_prueth.c | 72 ++-- drivers/net/ppp/ppp_generic.c | 17 +- include/net/mana/mana.h | 4 + .../testing/selftests/drivers/net/napi_threaded.py | 31 +- 18 files changed, 1199 insertions(+), 206 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.QZTru03RYG b/tmp/tmp.Bl0piSxG0q index 85e7c2720c65..deb90938d1d9 100644 --- a/tmp/tmp.QZTru03RYG +++ b/tmp/tmp.Bl0piSxG0q @@ -29,24 +29,13 @@ docs: networking: Add PPE driver documentation for Qualcomm IPQ9574 SoC dt-bindings: net: Add PPE for Qualcomm IPQ9574 SoC net: phy: Clear link-specific data on link down amd-xgbe: Add PPS periodic output support -net: rnpgbe: Add register_netdev -net: rnpgbe: Add basic mbx_fw support -net: rnpgbe: Add basic mbx ops support -net: rnpgbe: Add n500/n210 chip support -net: rnpgbe: Add build support for rnpgbe -net: ti: icssg-prueth: Enable zero copy in XDP features -net: ti: icssg-prueth: Add AF_XDP zero copy for RX -net: ti: icssg-prueth: Make emac_run_xdp function independent of page -net: ti: icssg-prueth: Add AF_XDP zero copy for TX -net: ti: icssg-prueth: Add XSK pool helpers -net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues -netfilter: nft_payload: Use csum_replace4() instead of opencoding net: airoha: ppe: Do not invalid PPE entries in case of SW hash collision ipv6: mcast: Add ip6_mc_find_idev() helper net: stmmac: dwmac4: stop hardware from dropping checksum-error packets net: stmmac: dwmac4: report Rx checksum errors in status net: stmmac: Correctly handle Rx checksum offload errors net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization +phy: mscc: Fix timestamping for vsc8584 net: phy: micrel: Add support for lan8842 net: phy: micrel: Replace hardcoded pages with defines net: phy: micrel: Introduce lanphy_modify_page_reg @@ -117,35 +106,7 @@ selftests: bonding: add test for passive LACP mode bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU bonding: update LACP activity flag after setting lacp_active qed: Don't write past the end of GRC debug buffer -net: ethernet: stmmac: dwmac-rk: Make the clk_phy could be used for external phy -selftests: drv-net: test the napi init state -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 cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN -selftests: net: add test for dst hint mechanism with directed broadcast addresses -net: ipv4: allow directed broadcast routes to use dst hint -net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency. -net: ti: icssg-prueth: Fix HSR and switch offload Enablement during firwmare reload. -net: airoha: Add wlan flowtable TX offload -net: macb: Add capability-based QBV detection and Versal support -net: macb: Add TAPRIO traffic scheduling support -ppp: fix race conditions in ppp_fill_forward_path -net: ethernet: mtk_ppe: add RCU lock around dev_fill_forward_path -eth: fbnic: Report XDP stats via ethtool -eth: fbnic: Collect packet statistics for XDP -eth: fbnic: Add support for XDP_TX action -eth: fbnic: Add support for XDP queues -eth: fbnic: Add XDP pass, drop, abort support -eth: fbnic: Prefetch packet headers on Rx -eth: fbnic: Use shinfo to track frags state on Rx -eth: fbnic: Update Headroom -eth: fbnic: Add support for HDS configuration net/mlx5: Support getcyclesx and getcrosscycles net/mlx5: Extract MTCTR register read logic into helper function ptp: Add ioctl commands to expose raw cycle counter values