1. 30 Sep, 2015 39 commits
  2. 29 Sep, 2015 1 commit
    • David S. Miller's avatar
      Merge branch 'listener-refactoring-preparations' · e6934f3e
      David S. Miller authored
      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: default avatarDavid S. Miller <davem@davemloft.net>
      e6934f3e