Message ID | 20241107125601.1076814-1-dongml2@chinatelecom.cn (mailing list archive) |
---|---|
Headers | show |
Series | net: ip: add drop reasons to input route | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Thu, 7 Nov 2024 20:55:52 +0800 you wrote: > In this series, we mainly add some skb drop reasons to the input path of > ip routing, and we make the following functions return drop reasons: > > fib_validate_source() > ip_route_input_mc() > ip_mc_validate_source() > ip_route_input_slow() > ip_route_input_rcu() > ip_route_input_noref() > ip_route_input() > ip_mkroute_input() > __mkroute_input() > ip_route_use_hint() > > [...] Here is the summary with links: - [net-next,v5,1/9] net: ip: make fib_validate_source() support drop reasons https://git.kernel.org/netdev/net-next/c/37653a0b8a6f - [net-next,v5,2/9] net: ip: make ip_route_input_mc() return drop reason https://git.kernel.org/netdev/net-next/c/c6c670784b86 - [net-next,v5,3/9] net: ip: make ip_mc_validate_source() return drop reason https://git.kernel.org/netdev/net-next/c/d46f827016d8 - [net-next,v5,4/9] net: ip: make ip_route_input_slow() return drop reasons https://git.kernel.org/netdev/net-next/c/5b92112acd8e - [net-next,v5,5/9] net: ip: make ip_route_input_rcu() return drop reasons https://git.kernel.org/netdev/net-next/c/61b95c70f344 - [net-next,v5,6/9] net: ip: make ip_route_input_noref() return drop reasons https://git.kernel.org/netdev/net-next/c/82d9983ebeb8 - [net-next,v5,7/9] net: ip: make ip_route_input() return drop reasons https://git.kernel.org/netdev/net-next/c/50038bf38e65 - [net-next,v5,8/9] net: ip: make ip_mkroute_input/__mkroute_input return drop reasons https://git.kernel.org/netdev/net-next/c/d9340d1e0277 - [net-next,v5,9/9] net: ip: make ip_route_use_hint() return drop reasons https://git.kernel.org/netdev/net-next/c/479aed04e84a You are awesome, thank you!