Re: [PATCH net v2 0/2] Fix collisions in socket cookie generation

2019-08-09 Thread David Miller
From: Daniel Borkmann Date: Thu, 8 Aug 2019 13:57:24 +0200 > This change makes the socket cookie generator as a global counter > instead of per netns in order to fix cookie collisions for BPF use > cases we ran into. See main patch #1 for more details. > > Given the change is small/trivial and

[PATCH net v2 0/2] Fix collisions in socket cookie generation

2019-08-08 Thread Daniel Borkmann
This change makes the socket cookie generator as a global counter instead of per netns in order to fix cookie collisions for BPF use cases we ran into. See main patch #1 for more details. Given the change is small/trivial and fixes an issue we're seeing my preference would be net tree (though it c