]> git.ipfire.org Git - thirdparty/linux.git/commit
ipv6: adopt dst_dev() helper
authorEric Dumazet <edumazet@google.com>
Mon, 30 Jun 2025 12:19:32 +0000 (12:19 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 21:32:30 +0000 (14:32 -0700)
commit1caf27297215a5241f9bfc9c07336349d9034ee3
tree3f85eaad2b82c2c496d52dc9d264265bf9887aa2
parenta74fc62eec155ca5a6da8ff3856f3dc87fe24558
ipv6: adopt dst_dev() helper

Use the new helper as a step to deal with potential dst->dev races.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250630121934.3399505-9-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
17 files changed:
include/net/ip6_route.h
net/ipv6/exthdrs.c
net/ipv6/icmp.c
net/ipv6/ila/ila_lwt.c
net/ipv6/ioam6_iptunnel.c
net/ipv6/ip6_gre.c
net/ipv6/ip6_output.c
net/ipv6/ip6_tunnel.c
net/ipv6/ip6_udp_tunnel.c
net/ipv6/ip6_vti.c
net/ipv6/ndisc.c
net/ipv6/netfilter/nf_dup_ipv6.c
net/ipv6/output_core.c
net/ipv6/route.c
net/ipv6/rpl_iptunnel.c
net/ipv6/seg6_iptunnel.c
net/ipv6/seg6_local.c