From: David S. Miller Date: Tue, 29 Sep 2015 23:53:10 +0000 (-0700) Subject: Merge branch 'listener-refactoring-preparations' X-Git-Tag: firefly_0821_release~176^2~818^2~249 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e6934f3ec00b04234acb24a1a2c28af59763d3b5;p=firefly-linux-kernel-4.4.55.git 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 --- e6934f3ec00b04234acb24a1a2c28af59763d3b5