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

Reply via email to