Merge branch 'listener-refactoring-preparations'
authorDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:53:10 +0000 (16:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:53:10 +0000 (16:53 -0700)
commite6934f3ec00b04234acb24a1a2c28af59763d3b5
tree335da15ef581d750ada2ba11e6ca6900ba82ae86
parent4c7e622ddf07388d72e15b97a88d260a5a168e37
parent0536fcc039a8926ec12ec587f41a83f7acafeb82
Merge branch 'listener-refactoring-preparations'

Eric Dumazet says:

====================
tcp: listener refactoring preparations

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 following changes.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>