commit | c7947e4339b8a3b04f5d90c881f1ce8c05ad8cea | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Nov 10 14:34:58 2017 +0900 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 10 14:34:58 2017 +0900 |
tree | 68354249261e8de8d367bfc21bb2969ecb9053d6 | |
parent | 2ea7a679ca2abd251c1ec03f20508619707e1749 [diff] | |
parent | 356d1833b638bd465672aefeb71def3ab93fc17d [diff] |
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>