ipv6: lockless IPV6_DONTFRAG implementation
authorEric Dumazet <edumazet@google.com>
Tue, 12 Sep 2023 16:02:07 +0000 (16:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Sep 2023 09:33:47 +0000 (10:33 +0100)
commit1086ca7cce292bb498d7f8f85f4593c9ef4902b7
tree91e02950dc0a70e6057ccc38d136690255ac2139
parent5121516b0c4736b7977d977b239e36d23ec64401
ipv6: lockless IPV6_DONTFRAG implementation

Move np->dontfrag flag to inet->inet_flags to fix data-races.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ipv6.h
include/net/inet_sock.h
include/net/ipv6.h
include/net/xfrm.h
net/ipv6/icmp.c
net/ipv6/ip6_output.c
net/ipv6/ipv6_sockglue.c
net/ipv6/ping.c
net/ipv6/raw.c
net/ipv6/udp.c
net/l2tp/l2tp_ip6.c