[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230216162842.1633734-1-edumazet@google.com>
Date: Thu, 16 Feb 2023 16:28:34 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: David Ahern <dsahern@...nel.org>, netdev@...r.kernel.org,
eric.dumazet@...il.com, Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/8] ipv6: icmp6: better drop reason support
This series aims to have more precise drop reason reports for icmp6.
This should reduce false positives on most usual cases.
This can be extended as needed later.
Eric Dumazet (8):
ipv6: icmp6: add drop reason support to ndisc_recv_ns()
ipv6: icmp6: add drop reason support to ndisc_recv_na()
ipv6: icmp6: add drop reason support to ndisc_recv_rs()
ipv6: icmp6: add drop reason support to ndisc_router_discovery()
ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()
ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONS
ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOST
ipv6: icmp6: add drop reason support to icmpv6_echo_reply()
include/net/dropreason.h | 8 ++
net/ipv6/icmp.c | 13 ++--
net/ipv6/ndisc.c | 155 ++++++++++++++++++++-------------------
3 files changed, 94 insertions(+), 82 deletions(-)
--
2.39.1.581.gbfd45094c4-goog
Powered by blists - more mailing lists