]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd4b6fbc90ed84830f31d22bc18b5e3a49f83da80
tree335da15ef581d750ada2ba11e6ca6900ba82ae86
parentec3a4eb869b3264c0d2dc1b39a6043bd2b9cc5ed
parentf63a620c0301503d04f62113e7486df28fa11be2
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>