Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-07-15--09-00 (v6.16-rc5-1590-gf5d09be5ba77) remotes/brancher/net-next-2025-07-15--12-00 (v6.16-rc5-1588-g4a5ff2d8cf96) ==== 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 ++++ 9 files changed, 659 insertions(+), 59 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.zP41eFTGeQ b/tmp/tmp.a5foupIIRg index 66a9e40c676e..0351e9b152ae 100644 --- a/tmp/tmp.zP41eFTGeQ +++ b/tmp/tmp.a5foupIIRg @@ -6,6 +6,13 @@ tc_action dbg [local patch] forwarding: set timeout to 3 hours [local patch] selftests: net: enable profiling [local patch] timestamp - try waking [local patch] +ipv6: mcast: Simplify mld_clear_{report|query}() +Octeontx2-vf: Fix max packet length errors +net: phy: qcom: qca807x: Support PHY counter +net: phy: qcom: qca808x: Support PHY counter +net: phy: qcom: Add PHY counter support +can: tcan4x5x: fix reset gpio usage during probe +vsock/test: fix vsock_ioctl_int() check for unsupported ioctl tcp: fix UaF in tcp_prune_ofo_queue() s390/net: Remove NETIUCV device driver net/mlx5: Support getcyclesx and getcrosscycles @@ -48,8 +55,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 @@ -75,7 +80,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 @@ -128,19 +132,3 @@ 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