Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-09-11--00-00 (v6.11-rc6-1413-gd79a577d5f1e) remotes/brancher/net-next-2024-09-11--03-03 (v6.11-rc6-1432-g2cf54f9b0cc7) ==== BASE DIFF ==== .../bindings/net/amlogic,meson-dwmac.yaml | 22 +- .../devicetree/bindings/net/nxp,tja11xx.yaml | 62 ++++-- Documentation/networking/timestamping.rst | 20 +- MAINTAINERS | 1 + drivers/net/ethernet/broadcom/bnxt/bnxt.c | 19 +- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 5 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 11 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 14 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h | 6 +- drivers/net/ethernet/realtek/r8169_main.c | 4 +- drivers/net/ethernet/realtek/rtase/rtase_main.c | 6 +- drivers/net/ethernet/xilinx/xilinx_axienet.h | 5 - drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 22 +- include/linux/skbuff.h | 1 + include/net/xfrm.h | 45 ++++- include/uapi/linux/net_tstamp.h | 3 +- net/core/skbuff.c | 35 ++++ net/dsa/tag_ksz.c | 5 +- net/ethtool/common.c | 1 + net/ipv4/tcp.c | 9 +- net/sched/sch_cake.c | 53 ++--- net/socket.c | 10 +- net/xfrm/xfrm_device.c | 6 +- net/xfrm/xfrm_policy.c | 222 ++++++++++----------- tools/testing/selftests/net/Makefile | 2 +- tools/testing/selftests/net/rxtimestamp.c | 18 ++ .../testing/selftests/net/xfrm_policy_add_speed.sh | 83 ++++++++ 27 files changed, 444 insertions(+), 246 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.VKv7cH06FQ b/tmp/tmp.Dp1hVoQ8KY index abd43154455a..6b6756fcce50 100644 --- a/tmp/tmp.VKv7cH06FQ +++ b/tmp/tmp.Dp1hVoQ8KY @@ -4,8 +4,11 @@ selftests/bpf: Fix a btf_dump selftest failure forwarding: set timeout to 3 hours bareudp: Pull inner IP header on xmit. bareudp: Pull inner IP header in bareudp_udp_encap_recv(). +gve: adopt page pool for DQ RDA mode +gve: move DQO rx buffer management related code to a new file +net: ethtool: phy: Check the req_info.pdn field for GET commands +sfc: Add X4 PF support net: ag71xx: remove dead code path -net: hsr: Fix null-ptr-deref in hsr_proxy_announce net: dpaa: Pad packets to ETH_ZLEN qlcnic: make read-only const array key static net: sockmap: avoid race between sock_map_destroy() and sk_psock_put() @@ -34,8 +37,6 @@ net/mlx5: Fix error path in multi-packet WQE transmit net: ethernet: ti: cpsw_ale: Remove unused accessor functions net: ethernet: ti: am65-cpsw: Use __be64 type for id_temp net: ethernet: ti: am65-cpsw: Address __percpu Sparse warnings -caif: replace deprecated strncpy with strscpy_pad -net: xilinx: axienet: Schedule NAPI in two steps idpf: enable WB_ON_ITR idpf: fix netdev Tx queue stop/wake idpf: refactor Tx completion routines @@ -47,9 +48,6 @@ ice: fix VSI lists confusion when adding VLANs ice: stop calling pci_disable_device() as we use pcim ice: fix accounting for filters shared by multiple VSIs ice: Fix lldp packets dropping after changing the number of channels -bnxt_en: resize bnxt_irq name field to fit format string -bnxt_en: Add MSIX check in bnxt_check_rings() -bnxt_en: Increase the number of MSIX vectors for RoCE device mptcp: disable active MPTCP in case of blackhole mptcp: fallback to TCP after SYN+MPC drops mptcp: export mptcp_subflow_early_fallback() @@ -76,17 +74,7 @@ net/mlx5: HWS, added actions handling net/mlx5: Added missing definitions in preparation for HW Steering net/mlx5: Added missing mlx5_ifc definition for HW Steering net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition -net: amlogic,meson-dwmac: Fix "amlogic,tx-delay-ns" schema -net: xilinx: axienet: Relax partial rx checksum checks -net: xilinx: axienet: Set RXCSUM in features -net: xilinx: axienet: Enable NETIF_F_HW_CSUM for partial tx checksumming -net: xilinx: axienet: Remove unused checksum variables -r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun" -rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun" -net: dsa: microchip: update tag_ksz masks for KSZ9477 family -MAINTAINERS: Add ethtool pse-pd to PSE NETWORK DRIVER net: phy: microchip_t1: Cable Diagnostics for lan887x -sch_cake: constify inverse square root cache net: ena: Extend customer metrics reporting support net: ena: Add ENA Express metrics support dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY @@ -115,10 +103,6 @@ net: vxlan: add skb drop reasons to vxlan_rcv() net: tunnel: add skb_vlan_inet_prepare_reason() helper net: tunnel: add pskb_inet_may_pull_reason() helper net: skb: add pskb_network_may_pull_reason() helper -net-timestamp: add selftests for SOF_TIMESTAMPING_OPT_RX_FILTER -net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag -dt-bindings: net: tja11xx: fix the broken binding -net-timestamp: correct the use of SOF_TIMESTAMPING_RAW_HARDWARE selftests: net: ioam: add tunsrc support ice: subfunction activation and base devlink ops ice: basic support for VLAN in subfunctions