Re: [PATCH net v3 0/2] net: initialize fastreuse on inet_inherit_port

2020-08-11 Thread David Miller
These patches do not apply cleanly to the current net tree.

[PATCH net v3 0/2] net: initialize fastreuse on inet_inherit_port

2020-08-06 Thread Tim Froidcoeur
In the case of TPROXY, bind_conflict optimizations for SO_REUSEADDR or SO_REUSEPORT are broken, possibly resulting in O(n) instead of O(1) bind behaviour or in the incorrect reuse of a bind. the kernel keeps track for each bind_bucket if all sockets in the bind_bucket support SO_REUSEADDR or SO_RE