Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-07-15--08-00 (v6.16-rc5-1566-ge8cce210d046) remotes/brancher/net-next-hw-2025-07-15--16-00 (v6.16-rc5-1549-g0b645bc472ec) ==== BASE DIFF ==== include/net/mctp.h | 5 +- include/net/netns/mctp.h | 20 +++- net/ipv6/mcast.c | 52 +++++---- net/mctp/af_mctp.c | 148 ++++++++++++++++++++++++-- net/mctp/route.c | 79 +++++++++++--- net/mctp/test/route-test.c | 194 +++++++++++++++++++++++++++++++++- net/mctp/test/sock-test.c | 167 +++++++++++++++++++++++++++++ net/mctp/test/utils.c | 36 +++++++ net/mctp/test/utils.h | 17 +++ tools/testing/selftests/net/udpgro.sh | 8 +- 10 files changed, 663 insertions(+), 63 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.aDOhwIPaDc b/tmp/tmp.th7W0JsrnA index b990e59a7fd8..d6ec0e7dcf3f 100644 --- a/tmp/tmp.aDOhwIPaDc +++ b/tmp/tmp.th7W0JsrnA @@ -16,7 +16,6 @@ bnxt: move bnxt_hsi.h to include/linux/bnxt/hsi.h mptcp: reset fallback status gracefully at disconnect() time mptcp: plug races between subflow fail and subflow creation mptcp: make fallback action and fallback decision atomic -hv_netvsc: Switch VF namespace in netvsc_open instead ARM: dts: microchip: sama7g5: Add RMII ext refclk flag net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag net: cadence: macb: Enable RMII for SAMA7 gem @@ -25,8 +24,6 @@ dt-bindings: net: cdns,macb: Add external REFCLK property selftests/net: Cover port sharing scenarios with IP_LOCAL_PORT_RANGE tcp: Consider every port when connecting with IP_LOCAL_PORT_RANGE tcp: Add RCU management to inet_bind2_bucket -selftests: mptcp: connect: also cover checksum -selftests: mptcp: connect: also cover alt modes net: airoha: Add airoha_offload.h header net: airoha: npu: Enable core 3 for WiFi offloading net: airoha: npu: Read NPU wlan interrupt lines from the DTS @@ -52,7 +49,6 @@ net: phy: smsc: recover missed link-up IRQs on LAN8700 with adaptive polling net: phy: allow drivers to disable polling via get_next_update_time() net: phy: enable polling when driver implements get_next_update_time net: wangxun: complete ethtool coalesce options -ipv6: mcast: Avoid a duplicate pointer check in mld_del_delrec() ipv6: mcast: Remove unnecessary null check in ip6_mc_find_dev() amd-xgbe: add hardware PTP timestamping support net: hns3: use seq_file for files in tx_bd_info/ and rx_bd_info/ in debugfs @@ -96,27 +92,3 @@ neighbour: Allocate skb in neigh_get(). neighbour: Move two validations from neigh_get() to neigh_valid_get_req(). neighbour: Make neigh_valid_get_req() return ndmsg. don't bother with path_get()/path_put() in unix_open_file() -net: pse-pd: Add Si3474 PSE controller driver -dt-bindings: net: pse-pd: Add bindings for Si3474 PSE controller -selftests: net: increase inter-packet timeout in udpgro.sh -dpll: zl3073x: Add support to get fractional frequency offset -dpll: zl3073x: Add support to adjust phase -dpll: zl3073x: Implement phase offset monitor feature -dpll: zl3073x: Add support to get phase offset on connected input pin -dpll: zl3073x: Add support to get/set esync on pins -net: ti: icssg-prueth: Fix buffer allocation for ICSSG -net: renesas: rswitch: add modifiable ageing time -net: renesas: rswitch: add offloading for L2 switching -net: renesas: rswitch: configure default ageing time -net: renesas: rswitch: rename rswitch.c to rswitch_main.c -net: bonding: add bond_is_icmpv6_nd() helper -net: mctp: Add bind lookup test -net: mctp: Test conflicts of connect() with bind() -net: mctp: Allow limiting binds to a peer address -net: mctp: Use hashtable for binds -net: mctp: Add test for conflicting bind()s -net: mctp: Treat MCTP_NET_ANY specially in bind() -net: mctp: Prevent duplicate binds -net: mctp: mctp_test_route_extaddr_input cleanup -selftests: bonding: add test for passive LACP mode -bonding: update ntt to true in passive mode