Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-04-14--18-00 (v6.15-rc1-481-g0666232b606d) remotes/brancher/net-next-2025-04-14--21-00 (v6.15-rc1-475-g7d2c2db93e05) ==== BASE DIFF ==== net/core/dev.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.RsFPHQqgWd b/tmp/tmp.uArYd4DRLE index 0ca0a08ebf76..aef22ba9bf8d 100644 --- a/tmp/tmp.RsFPHQqgWd +++ b/tmp/tmp.uArYd4DRLE @@ -6,6 +6,8 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +selftests: fib_rule_tests: Add VRF match tests +net: fib_rules: Fix iif / oif matching on L3 master device cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error path eth: bnxt: fix missing ring index trim on error path amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload @@ -42,7 +44,6 @@ 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: don't mix device locking in dev_close_many() calls 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() @@ -135,12 +136,6 @@ rxrpc: Remove some socket lock acquire/release annotations rxrpc: Pull out certain app callback funcs into an ops table rxrpc: kdoc: Update function descriptions and add link from rxrpc.rst tipc: Removing deprecated strncpy() -bonding: Fix multiple long standing offload races -bonding: Mark active offloaded xfrm_states -xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free} -xfrm: Remove unneeded device check from validate_xmit_xfrm -xfrm: Use xdo.dev instead of xdo.real_dev -net/mlx5: Avoid using xso.real_dev unnecessarily xsc: add ndo_get_stats64 xsc: Add eth reception data path xsc: Add ndo_start_xmit @@ -217,5 +212,3 @@ tc: Return an error if filters try to attach too many actions xsk: Fix race condition in AF_XDP generic RX path page_pool: Track DMA-mapped pages and unmap them when destroying the pool page_pool: Move pp_magic check into helper functions -net: ptp: introduce .supported_perout_flags to ptp_clock_info -net: ptp: introduce .supported_extts_flags to ptp_clock_info