Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-04-15--12-00 (v6.15-rc1-499-g010e8570aa17) remotes/brancher/net-next-2025-04-15--15-00 (v6.15-rc1-506-gb1f36afbee01) ==== BASE DIFF ==== drivers/net/ethernet/wangxun/ngbe/ngbe_main.c | 3 ++- net/ncsi/internal.h | 21 ++++++++++----------- net/ncsi/ncsi-pkt.h | 23 +++++++++++------------ net/ncsi/ncsi-rsp.c | 21 ++++++++++----------- 4 files changed, 33 insertions(+), 35 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.ZCFkcUzrJr b/tmp/tmp.yNILHZm4My index 56b02193d5ce..9a018fd6e1c7 100644 --- a/tmp/tmp.ZCFkcUzrJr +++ b/tmp/tmp.yNILHZm4My @@ -20,6 +20,21 @@ net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered net: b53: enable BPDU reception for management port net: bridge: switchdev: do not notify new brentries as changed +xen-netfront: handle NULL returned by xdp_convert_buff_to_frame() +ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE. +ipv6: Protect nh->f6i_list with spinlock and flag. +ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add(). +ipv6: Protect fib6_link_table() with spinlock. +ipv6: Factorise ip6_route_multipath_add(). +ipv6: Don't pass net to ip6_route_info_append(). +ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create(). +ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create(). +ipv6: Split ip6_route_info_create(). +ipv6: Move nexthop_find_by_id() after fib6_info_alloc(). +ipv6: Check GATEWAY in rtm_to_fib6_multipath_config(). +ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config(). +ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE. +ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config(). batman-adv: Fix double-hold of meshif when getting enabled selftests: rtnetlink: Fix bridge_parent_id failure on interface state selftests: fib_rule_tests: Add VRF match tests @@ -71,8 +86,6 @@ net: ethernet: ti: am65-cpsw: set fwnode for ports net: ethernet: ti: am65-cpsw: fix port_np reference counting rtase: Add ndo_setup_tc support for CBS offload in traffic control setup net: txgbe: Update module description -selftests/tc-testing: Add test for HFSC queue emptying during peek operation -net_sched: hfsc: Fix a UAF vulnerability in class handling qed: Remove unused qed_db_recovery_dp qed: Remove unused qed_print_mcp_trace_* qed: Remove unused qed_ptt_invalidate @@ -88,7 +101,6 @@ mptcp: pass right struct to subflow_hmac_valid mptcp: pm: Return local variable instead of freed pointer mptcp: sched: split validation part mptcp: sched: remove mptcp_sched_data -octeontx2-pf: fix potential double free in rvu_rep_create() net: ch9200: avoid triggering NWay restart on non-zero PHY ID net: ch9200: add missing error handling in ch9200_bind() net: ch9200: fail fast on control_read() failures during get_mac_address() @@ -96,11 +108,6 @@ net: ch9200: remove extraneous return that prevents error propagation net: ch9200: fix uninitialised access bug during mii_nway_restart octeontx2-pf: handle otx2_mbox_get_rsp errors net: ipconfig: replace strncpy with strscpy -net: ngbe: fix memory leak in ngbe_probe() error path -net: stmmac: leave enabling _RE and _TE to stmmac_mac_link_up() -net: stmmac: remove _RE and _TE in (start|stop)_(tx|rx)() methods -net: stmmac: call phylink_start() and phylink_stop() in XDP functions -bonding: Adding limmited support for ARP monitoring with ovs. net: enetc: add loopback support for i.MX95 ENETC PF net: enetc: add VLAN filtering support for i.MX95 ENETC PF net: enetc: move generic VLAN hash filter functions to enetc_pf_common.c @@ -115,7 +122,5 @@ net: enetc: add MAC filtering for i.MX95 ENETC PF net: enetc: move generic MAC filtering interfaces to enetc-core net: enetc: add command BD ring support for i.MX95 ENETC net: enetc: add initial netc-lib driver to support NTMP -net: stmmac: starfive: Add serdes PHY init/deinit function tcp: tcp_acceptable_seq select SND.UNA when SND.WND is 0 -net: ncsi: Fix GCPS 64-bit member variables tc: Return an error if filters try to attach too many actions