From: Eric Dumazet
Date: Tue, 29 Sep 2015 07:42:38 -0700
> This patch series makes changes to TCP/DCCP stacks so that
> we can switch listener code to lockless mode.
>
> This is done by marking const the listener socket in all
> appropriate paths.
>
> FastOpen code had to be changed to not dyna
This patch series makes changes to TCP/DCCP stacks so that
we can switch listener code to lockless mode.
This is done by marking const the listener socket in all
appropriate paths.
FastOpen code had to be changed to not dynamically allocate
a very small structure to make code simpler for followin