From: Nikolay Borisov <kernel@kyup.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, ebiederm@xmission.com
Subject: [PATCH 0/4] Namespacify inet_peer_* sysctl knobs
Date: Wed, 17 Feb 2016 12:09:54 +0200 [thread overview]
Message-ID: <1455703798-15258-1-git-send-email-kernel@kyup.com> (raw)
This series make the inet_peer ttl sysctls to be namespace aware.
Patch 1 adds a namespace association to the inet_peer_base struct,
which in turn is used to make the sysctls namespace aware. The
rest of the patches are straightforward.
Nikolay Borisov (4):
inetpeer: Add net namespace assosication in inet_peer_base
inetpeer: Namespacify inet_peer_maxttl sysctl knob
inetpeer: Namespacify inet_peer_minttl sysctl knob
inetpeer: Namespacify inet_peer_threshold sysctl knob
include/net/inetpeer.h | 1 +
include/net/ip.h | 5 -----
include/net/netns/ipv4.h | 4 ++++
net/ipv4/inetpeer.c | 15 ++++++---------
net/ipv4/route.c | 1 +
net/ipv4/sysctl_net_ipv4.c | 47 ++++++++++++++++++++++++----------------------
6 files changed, 37 insertions(+), 36 deletions(-)
--
2.5.0
next reply other threads:[~2016-02-17 10:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 10:09 Nikolay Borisov [this message]
2016-02-17 10:09 ` [PATCH 1/4] inetpeer: Add net namespace assosication in inet_peer_base Nikolay Borisov
2016-02-17 10:09 ` [PATCH 2/4] inetpeer: Namespacify inet_peer_maxttl sysctl knob Nikolay Borisov
2016-02-17 10:09 ` [PATCH 3/4] inetpeer: Namespacify inet_peer_minttl " Nikolay Borisov
2016-02-17 10:09 ` [PATCH 4/4] inetpeer: Namespacify inet_peer_threshold " Nikolay Borisov
2016-02-17 19:15 ` [PATCH 0/4] Namespacify inet_peer_* sysctl knobs Eric W. Biederman
2016-02-18 15:04 ` Nikolay Borisov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455703798-15258-1-git-send-email-kernel@kyup.com \
--to=kernel@kyup.com \
--cc=davem@davemloft.net \
--cc=ebiederm@xmission.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.