Merge branch 'tcp-ns-rmem-wmem'
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Nov 2017 05:34:58 +0000 (14:34 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Nov 2017 05:34:58 +0000 (14:34 +0900)
commitc7947e4339b8a3b04f5d90c881f1ce8c05ad8cea
tree68354249261e8de8d367bfc21bb2969ecb9053d6
parent2ea7a679ca2abd251c1ec03f20508619707e1749
parent356d1833b638bd465672aefeb71def3ab93fc17d
Merge branch 'tcp-ns-rmem-wmem'

Eric Dumazet says:

====================
net: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem

We need to get per netns sysctl for sysctl_[proto]_rmem and sysctl_[proto]_wmem

This patch series adds the basic infrastructure allowing per proto
conversion, and takes care of TCP.
====================

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