All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
@ 2017-11-07  8:29 Eric Dumazet
  2017-11-07  8:29 ` [PATCH net-next 1/2] net: allow per netns sysctl_rmem and sysctl_wmem for protos Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Dumazet @ 2017-11-07  8:29 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, Eric Dumazet, Eric Dumazet, Wei Wang

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 sysctl_tcp_rmem and sysctl_tcp_wmem

 include/net/netns/ipv4.h    |  2 ++
 include/net/sock.h          | 22 ++++++++++++++++++++++
 include/net/tcp.h           |  2 --
 include/trace/events/sock.h |  2 +-
 net/core/sock.c             | 10 ++++++----
 net/ipv4/sysctl_net_ipv4.c  | 32 ++++++++++++++++----------------
 net/ipv4/tcp.c              | 21 ++++++++-------------
 net/ipv4/tcp_input.c        | 14 ++++++++------
 net/ipv4/tcp_ipv4.c         | 13 ++++++++++---
 net/ipv4/tcp_output.c       |  2 +-
 net/ipv6/tcp_ipv6.c         |  4 ++--
 11 files changed, 76 insertions(+), 48 deletions(-)

-- 
2.15.0.403.gc27cc4dac6-goog

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-10  5:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07  8:29 [PATCH net-next 0/2] net: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem Eric Dumazet
2017-11-07  8:29 ` [PATCH net-next 1/2] net: allow per netns sysctl_rmem and sysctl_wmem for protos Eric Dumazet
2017-11-07  8:29 ` [PATCH net-next 2/2] tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem Eric Dumazet
2017-11-10  5:35 ` [PATCH net-next 0/2] net: " David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.