Message ID | 20230202094100.3083177-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | raw: add drop reasons and use another hash function | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Thu, 2 Feb 2023 09:40:57 +0000 you wrote: > Two first patches add drop reasons to raw input processing. > > Last patch spreads RAW sockets in the shared hash tables > to avoid long hash buckets in some cases. > > Eric Dumazet (3): > ipv6: raw: add drop reasons > ipv4: raw: add drop reasons > raw: use net_hash_mix() in hash function > > [...] Here is the summary with links: - [net-next,1/3] ipv6: raw: add drop reasons https://git.kernel.org/netdev/net-next/c/8d8ebd77f5ed - [net-next,2/3] ipv4: raw: add drop reasons https://git.kernel.org/netdev/net-next/c/42186e6c0035 - [net-next,3/3] raw: use net_hash_mix() in hash function https://git.kernel.org/netdev/net-next/c/6579f5bacc2c You are awesome, thank you!