Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-03-13--09-00 (v6.14-rc5-1426-g54d827355d62) remotes/brancher/net-next-2025-03-13--12-00 (v6.14-rc5-1427-gad8bdf3cd227) ==== BASE DIFF ==== .../bindings/net/amlogic,meson-dwmac.yaml | 6 + .../devicetree/bindings/net/intel,dwmac-plat.yaml | 6 + .../devicetree/bindings/net/mediatek-dwmac.yaml | 6 + .../devicetree/bindings/net/nxp,dwmac-imx.yaml | 8 + .../devicetree/bindings/net/rockchip-dwmac.yaml | 31 ++- .../devicetree/bindings/net/stm32-dwmac.yaml | 10 + .../bindings/net/toshiba,visconti-dwmac.yaml | 6 + .../ethernet/cavium/liquidio/cn23xx_pf_device.c | 76 +++--- drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 270 ++------------------- net/hsr/Kconfig | 18 ++ net/hsr/Makefile | 2 + net/hsr/hsr_device.c | 2 + net/hsr/hsr_forward.c | 4 +- net/hsr/hsr_framereg.c | 99 +++++++- net/hsr/hsr_framereg.h | 8 +- net/hsr/hsr_main.h | 2 + net/hsr/prp_dup_discard_test.c | 212 ++++++++++++++++ net/ipv6/addrconf.c | 15 +- net/openvswitch/conntrack.c | 30 ++- net/openvswitch/datapath.h | 3 + net/openvswitch/flow_netlink.c | 15 +- tools/testing/selftests/net/Makefile | 1 + tools/testing/selftests/net/gre_ipv6_lladdr.sh | 177 ++++++++++++++ 23 files changed, 676 insertions(+), 331 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.pcbxXBDsBS b/tmp/tmp.VLrnHzeWtW index fa55c5b0fa85..f406919ed615 100644 --- a/tmp/tmp.pcbxXBDsBS +++ b/tmp/tmp.VLrnHzeWtW @@ -4,11 +4,21 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +net: vlan: don't propagate flags on open +net: don't relock netdev when on qdisc_create replay +xsk: fix an integer overflow in xp_create_and_assign_umem() xfrm: ipcomp: Call pskb_may_pull in ipcomp_input +vhost/net: Support VIRTIO_NET_F_HASH_REPORT +selftest: tap: Add tests for virtio-net ioctls +selftest: tun: Add tests for virtio-net hashing +selftest: tun: Test vnet ioctls without device +tap: Introduce virtio-net hash feature +tun: Introduce virtio-net hash feature +tun: Add common virtio-net hash feature code +tun: Allow steering eBPF program to fall back +net: flow_dissector: Export flow_keys_dissector_symmetric +virtio_net: Add functions for hashing net: fix NULL pointer dereference in l3mdev_l3_rcv -ipvs: prevent integer overflow in do_ip_vs_get_ctl() -selftests: netfilter: skip br_netfilter queue tests if kernel is tainted -netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() ptp: ocp: reject unsupported periodic output flags broadcom: fix supported flag check in periodic output function net: lan743x: reject unsupported external timestamp requests @@ -92,7 +102,6 @@ selftests/net: Add mixed select()+polling mode to TCP-AO tests selftests/net: Fetch and check TCP-MD5 counters selftests/net: Provide tcp-ao counters comparison helper selftests/net: Print TCP flags in more common format -Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE tcp: cache RTAX_QUICKACK metric in a hot cache line inet: frags: save a pair of atomic operations in reassembly inet: frags: change inet_frag_kill() to defer refcount updates @@ -144,24 +153,3 @@ net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs net/mlx5: HWS, Rightsize bwc matcher priority net/mlx5: DR, use the right action structs for STEv3 net: ethernet: mediatek: Fix bit field in mtk_set_queue_speed() -dt-bindings: net: Define interrupt constraints for DWMAC vendor bindings -net: stmmac: dwmac-rk: Remove unneeded GRF and peripheral GRF checks -net: stmmac: dwmac-rk: Validate GRF and peripheral GRF during probe -dt-bindings: net: rockchip-dwmac: Require rockchip,grf and rockchip,php-grf -net: openvswitch: remove misbehaving actions length check -net: phylink: Use phy_caps to get an interface's capabilities and modes -net: phylink: Convert capabilities to linkmodes using phy_caps -net: phylink: Add a mapping between MAC_CAPS and LINK_CAPS -net: phy: drop phy_settings and the associated lookup helpers -net: phylink: Use phy_caps_lookup for fixed-link configuration -net: phy: phy_device: Use link_capabilities lookup for PHY aneg config -net: phy: phy_caps: Allow looking-up link caps based on speed and duplex -net: phy: phy_caps: Implement link_capabilities lookup by linkmode -net: phy: phy_caps: Introduce phy_caps_valid -net: phy: phy_caps: Move __set_linkmode_max_speed to phy_caps -net: phy: phy_caps: Move phy_speeds to phy_caps -net: phy: Use an internal, searchable storage for the linkmodes -net: ethtool: Export the link_mode_params definitions -net: hsr: Add KUnit test for PRP -net: hsr: Fix PRP duplicate detection -net: cn23xx: fix typos