Message ID | 20220811152012.319641-1-alexander.mikhalitsyn@virtuozzo.com (mailing list archive) |
---|---|
Headers | show |
Series | neighbour: fix possible DoS due to net iface start/stop loop | expand |
Hello: This series was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Thu, 11 Aug 2022 18:20:10 +0300 you wrote: > Dear friends, > > Recently one of OpenVZ users reported that they have issues with network > availability of some containers. It was discovered that the reason is absence > of ARP replies from the Host Node on the requests about container IPs. > > Of course, we started from tcpdump analysis and noticed that ARP requests > successfuly comes to the problematic node external interface. So, something > was wrong from the kernel side. > > [...] Here is the summary with links: - [v3,1/2] neigh: fix possible DoS due to net iface start/stop loop https://git.kernel.org/netdev/net/c/66ba215cb513 - [v3,2/2] neighbour: make proxy_queue.qlen limit per-device https://git.kernel.org/netdev/net/c/0ff4eb3d5ebb You are awesome, thank you!