mbox series

[net-next,0/4] ipv6: more drop reason

Message ID 20230210184708.2172562-1-edumazet@google.com (mailing list archive)
Headers show
Series ipv6: more drop reason | expand

Message

Eric Dumazet Feb. 10, 2023, 6:47 p.m. UTC
Add more drop reasons to IPv6:

 - IPV6_BAD_EXTHDR
 - IPV6_NDISC_FRAG
 - IPV6_NDISC_HOP_LIMIT
 - IPV6_NDISC_BAD_CODE

Eric Dumazet (4):
  net: dropreason: add SKB_DROP_REASON_IPV6_BAD_EXTHDR
  net: add pskb_may_pull_reason() helper
  ipv6: icmp6: add drop reason support to icmpv6_notify()
  ipv6: icmp6: add drop reason support to ndisc_rcv()

 include/linux/skbuff.h   | 19 +++++++++++++++----
 include/net/dropreason.h | 12 ++++++++++++
 include/net/ipv6.h       |  3 ++-
 include/net/ndisc.h      |  2 +-
 net/ipv6/icmp.c          | 27 ++++++++++++++++++---------
 net/ipv6/ndisc.c         | 13 +++++++------
 6 files changed, 55 insertions(+), 21 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 14, 2023, 4:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 10 Feb 2023 18:47:04 +0000 you wrote:
> Add more drop reasons to IPv6:
> 
>  - IPV6_BAD_EXTHDR
>  - IPV6_NDISC_FRAG
>  - IPV6_NDISC_HOP_LIMIT
>  - IPV6_NDISC_BAD_CODE
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] net: dropreason: add SKB_DROP_REASON_IPV6_BAD_EXTHDR
    https://git.kernel.org/netdev/net-next/c/dc68eaf2c29f
  - [net-next,2/4] net: add pskb_may_pull_reason() helper
    https://git.kernel.org/netdev/net-next/c/1fb2d41501f3
  - [net-next,3/4] ipv6: icmp6: add drop reason support to icmpv6_notify()
    https://git.kernel.org/netdev/net-next/c/30c89bad3ea2
  - [net-next,4/4] ipv6: icmp6: add drop reason support to ndisc_rcv()
    https://git.kernel.org/netdev/net-next/c/545dbcd124b0

You are awesome, thank you!