Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-12-19--15-00 (v6.13-rc2-662-g971137cea905) remotes/brancher/net-next-2024-12-19--18-00 (v6.13-rc2-671-g8774ac510120) ==== BASE DIFF ==== Documentation/netlink/specs/rt_route.yaml | 7 ++++ Documentation/netlink/specs/rt_rule.yaml | 12 ++++++ include/trace/events/fib6.h | 8 ++-- include/uapi/linux/fib_rules.h | 2 + include/uapi/linux/rtnetlink.h | 1 + net/core/fib_rules.c | 2 + net/ipv4/fib_rules.c | 6 +++ net/ipv6/fib6_rules.c | 57 ++++++++++++++++++++++++++- net/ipv6/route.c | 20 +++++++++- tools/testing/selftests/net/fib_rule_tests.sh | 31 +++++++++++++++ 10 files changed, 140 insertions(+), 6 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.LlTyk5MSwq b/tmp/tmp.JWMuSBzXsW index b87220495dd7..eca9d2ed99cd 100644 --- a/tmp/tmp.LlTyk5MSwq +++ b/tmp/tmp.JWMuSBzXsW @@ -3,6 +3,14 @@ fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer tc_action dbg profile patch forwarding: set timeout to 3 hours +net: dsa: honor "max-speed" for implicit PHYs on user ports +sfc: Use netdev refcount tracking in struct efx_async_filter_insertion +net: bridge: add skb drop reasons to the most common drop points +net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTE +net/sctp: Prevent autoclose integer overflow in sctp_association_init() +selftests: net: local_termination: require mausezahn +inetpeer: avoid false sharing in inet_peer_xrlim_allow() +devlink: Improve the port attributes description net: Fix netns for ip_tunnel_init_flow() net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user ports on 6393X net: dsa: mv88e6xxx: Never force link on in-band managed MACs @@ -91,12 +99,3 @@ ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit(). ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route(). ipv4: Use inet_sk_init_flowi4() in ip4_datagram_release_cb(). ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header(). -selftests: fib_rule_tests: Add flow label selector match tests -tracing: ipv6: Add flow label to fib6_table_lookup tracepoint -netlink: specs: Add route flow label attribute -ipv6: Add flow label to route get requests -netlink: specs: Add FIB rule flow label attributes -net: fib_rules: Enable flow label selector usage -ipv6: fib_rules: Add flow label support -ipv4: fib_rules: Reject flow label attributes -net: fib_rules: Add flow label selector attributes