Re: [PATCH net-next 0/2] net: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem

2017-11-09 Thread David Miller
From: Eric Dumazet Date: Tue, 7 Nov 2017 00:29:26 -0800 > 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. Series applied, thanks

[PATCH net-next 0/2] net: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem

2017-11-07 Thread Eric Dumazet
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. Eric Dumazet (2): net: allow per netns sysctl_rmem and sysctl_wmem for protos tcp: Namespace-ify