Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-02-18--12-00 (v6.14-rc2-656-gbbb38b4cadf8) remotes/brancher/net-next-2025-02-18--15-00 (v6.14-rc2-657-g3fba20e6f1cd) ==== BASE DIFF ==== drivers/net/phy/marvell-88q2xxx.c | 93 +++++++++-------- drivers/net/vxlan/vxlan_core.c | 24 ++++- include/trace/events/tcp.h | 6 ++ net/ipv4/tcp_input.c | 2 + tools/testing/selftests/net/forwarding/lib.sh | 10 -- tools/testing/selftests/net/lib.sh | 19 ++++ .../selftests/net/test_vxlan_fdb_changelink.sh | 111 ++++++++++++++++++--- 7 files changed, 195 insertions(+), 70 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.sfZCMXHkud b/tmp/tmp.YuPc9NPfYz index 22db33f12a36..0ec64309e808 100644 --- a/tmp/tmp.sfZCMXHkud +++ b/tmp/tmp.YuPc9NPfYz @@ -3,6 +3,10 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +arp: switch to dev_getbyhwaddr() in arp_req_set_public() +net: Add non-RCU dev_getbyhwaddr() helper +ppp: Fix KMSAN warning by initializing 2-byte header +stmmac: Replace deprecated PCI functions tcp: Fix error ts_recent time during three-way handshake net: stmmac: "speed" passed to fix_mac_speed is an int net: stmmac: remove useless priv->flow_ctrl @@ -54,7 +58,6 @@ ipv6: fib_rules: Add port mask matching ipv4: fib_rules: Add port mask matching net: fib_rules: Add port mask support net: fib_rules: Add port mask attributes -net: bridge: locally receive all multicast packets if IFF_ALLMULTI is set tcp: drop secpath at the same time as we currently drop dst testptp: add option to open PHC in readonly mode ptp: Add file permission checks on PHCs @@ -94,25 +97,11 @@ net: cadence: macb: Convert to get_stats64 net: cadence: macb: Implement BQL net: xilinx: axienet: Implement BQL net: phy: realtek: add helper RTL822X_VND2_C22_REG -net: phy: marvell-88q2xxx: Init PHY private structure for mv88q211x -trace: tcp: Add tracepoint for tcp_cwnd_reduction() -net: phy: marvell-88q2xxx: enable temperature sensor in mv88q2xxx_config_init -net: phy: marvell-88q2xxx: order includes alphabetically -net: phy: marvell-88q2xxx: align defines ibmvnic: Print data buffers with kernel API's hexdump: Use for_each macro in print_hex_dump hexdump: Implement macro for converting large buffers -selftests: test_vxlan_fdb_changelink: Add a test for MC remote change -selftests: test_vxlan_fdb_changelink: Convert to lib.sh -selftests: forwarding: lib: Move require_command to net, generalize -vxlan: Join / leave MC group after remote changes -vxlan: Drop 'changelink' parameter from vxlan_dev_configure() eth: mlx4: use the page pool for Rx buffers eth: mlx4: remove the local XDP fast-recycling ring eth: mlx4: don't try to complete XDP frames in netpoll eth: mlx4: create a page pool for Rx -mips: dts: cameo-rtl9302c: Add switch block -mips: dts: realtek: Add switch interrupts -dt-bindings: net: Add Realtek MDIO controller -dt-bindings: net: Add switch ports and interrupts to RTL9300 -dt-bindings: net: Move realtek,rtl9301-switch to net +net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings