Message ID | 20220204201546.2703267-1-eric.dumazet@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | ipv6: mc_forwarding changes | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 4 Feb 2022 12:15:44 -0800 you wrote: > From: Eric Dumazet <edumazet@google.com> > > First patch removes minor data-races, as mc_forwarding can > be locklessly read in fast path. > > Second patch adds a short cut in ip6mr_sk_done() > > [...] Here is the summary with links: - [net-next,1/2] ipv6: make mc_forwarding atomic https://git.kernel.org/netdev/net-next/c/145c7a793838 - [net-next,2/2] ip6mr: ip6mr_sk_done() can exit early in common cases https://git.kernel.org/netdev/net-next/c/f2f2325ec799 You are awesome, thank you!
From: Eric Dumazet <edumazet@google.com> First patch removes minor data-races, as mc_forwarding can be locklessly read in fast path. Second patch adds a short cut in ip6mr_sk_done() Eric Dumazet (2): ipv6: make mc_forwarding atomic ip6mr: ip6mr_sk_done() can exit early in common cases include/linux/ipv6.h | 2 +- net/batman-adv/multicast.c | 2 +- net/ipv6/addrconf.c | 4 ++-- net/ipv6/ip6_input.c | 2 +- net/ipv6/ip6mr.c | 11 +++++++---- 5 files changed, 12 insertions(+), 9 deletions(-)