Re: [Devel] [PATCH v2 1/2] neigh: fix possible DoS due to net iface start/stop loop

2022-08-15 Thread Christian Brauner
On Wed, Aug 10, 2022 at 07:08:39PM +0300, Alexander Mikhalitsyn wrote: > From: "Denis V. Lunev" > > Normal processing of ARP request (usually this is Ethernet broadcast > packet) coming to the host is looking like the following: > * the packet comes to arp_process() call and is passed through rou

Re: [Devel] [PATCH v3 0/2] neighbour: fix possible DoS due to net iface start/stop loop

2022-08-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (master) by David S. Miller : 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 absenc