netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] tcp: Namespaceify 3 sysctls
@ 2017-06-07 17:34 Eric Dumazet
  2017-06-07 17:34 ` [PATCH net-next 1/4] tcp: add a struct net parameter to tcp_parse_options() Eric Dumazet
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eric Dumazet @ 2017-06-07 17:34 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, Eric Dumazet, Eric Dumazet

Move tcp_sack, tcp_window_scaling and tcp_timestamps
sysctls to network namespaces.

Eric Dumazet (4):
  tcp: add a struct net parameter to tcp_parse_options()
  tcp: Namespaceify sysctl_tcp_sack
  tcp: Namespaceify sysctl_tcp_window_scaling
  tcp: Namespaceify sysctl_tcp_timestamps

 drivers/infiniband/hw/cxgb4/cm.c |  2 +-
 include/net/netns/ipv4.h         |  3 +++
 include/net/secure_seq.h         |  5 +++--
 include/net/tcp.h                | 10 ++++------
 net/core/secure_seq.c            |  9 +++++----
 net/ipv4/syncookies.c            | 17 +++++++++-------
 net/ipv4/sysctl_net_ipv4.c       | 42 ++++++++++++++++++++--------------------
 net/ipv4/tcp_input.c             | 29 +++++++++++++--------------
 net/ipv4/tcp_ipv4.c              | 11 +++++++----
 net/ipv4/tcp_minisocks.c         |  4 ++--
 net/ipv4/tcp_output.c            | 13 +++++++------
 net/ipv6/syncookies.c            |  7 ++++---
 net/ipv6/tcp_ipv6.c              |  7 ++++---
 13 files changed, 86 insertions(+), 73 deletions(-)

-- 
2.13.0.506.g27d5fe0cd-goog

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

end of thread, other threads:[~2017-06-08 14:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07 17:34 [PATCH net-next 0/4] tcp: Namespaceify 3 sysctls Eric Dumazet
2017-06-07 17:34 ` [PATCH net-next 1/4] tcp: add a struct net parameter to tcp_parse_options() Eric Dumazet
2017-06-07 17:34 ` [PATCH net-next 2/4] tcp: Namespaceify sysctl_tcp_sack Eric Dumazet
2017-06-07 17:34 ` [PATCH net-next 3/4] tcp: Namespaceify sysctl_tcp_window_scaling Eric Dumazet
2017-06-07 17:34 ` [PATCH net-next 4/4] tcp: Namespaceify sysctl_tcp_timestamps Eric Dumazet
2017-06-08 14:53 ` [PATCH net-next 0/4] tcp: Namespaceify 3 sysctls David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).