lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed,  7 Jun 2017 10:34:35 -0700
From:   Eric Dumazet <edumazet@...gle.com>
To:     "David S . Miller" <davem@...emloft.net>
Cc:     netdev <netdev@...r.kernel.org>,
        Eric Dumazet <edumazet@...gle.com>,
        Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH net-next 0/4] tcp: Namespaceify 3 sysctls

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ