From: Nikolay Borisov <kernel@kyup•com>
To: davem@davemloft•net
Cc: ebiederm@xmission•com, netdev@vger•kernel.org,
edumazet@google•com, pdowney@brocade•com,
dsa@cumulusnetworks•com
Subject: [PATCH 0/4] Make igmp sysctl knobs namespace aware
Date: Mon, 8 Feb 2016 23:29:20 +0200 [thread overview]
Message-ID: <1454966964-13559-1-git-send-email-kernel@kyup.com> (raw)
This series continue making more of the net related sysctls
namespace aware. The first 2 and last patches are straight
forward and convert sysctls which weren't defined to be
namespace aware. The only thing in them is that each removes
a define which is used in only one place (to initialise
the respective sysctl) so I don't think this is a huge loss.
The third patch however, converts igmp_llm_reports which was
already defined in the ipv4_net_table but wasn't using any of
the net namespace infrastructure.
Nikolay Borisov (4):
igmp: Namespaceify igmp_max_memberships sysctl knob
igmp: Namespaceify igmp_max_msf sysctl knob
igmp: Namespaceify igmp_llm_reports sysctl knob
igmp: Namespacify igmp_qrv sysctl knob
include/linux/igmp.h | 5 ----
include/net/netns/ipv4.h | 5 ++++
net/ipv4/igmp.c | 64 ++++++++++++++++++++++++----------------------
net/ipv4/ip_sockglue.c | 5 ++--
net/ipv4/sysctl_net_ipv4.c | 50 ++++++++++++++++++------------------
net/ipv4/tcp_ipv4.c | 6 +++++
6 files changed, 73 insertions(+), 62 deletions(-)
--
2.5.0
next reply other threads:[~2016-02-08 21:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-08 21:29 Nikolay Borisov [this message]
2016-02-08 21:29 ` [PATCH 1/4] igmp: Namespaceify igmp_max_memberships sysctl knob Nikolay Borisov
2016-02-08 21:29 ` [PATCH 2/4] igmp: Namespaceify igmp_max_msf " Nikolay Borisov
2016-02-08 21:29 ` [PATCH 3/4] igmp: Namespaceify igmp_llm_reports " Nikolay Borisov
2016-02-08 21:52 ` kbuild test robot
2016-02-08 22:13 ` [PATCH v2 " Nikolay Borisov
2016-02-08 21:29 ` [PATCH 4/4] igmp: Namespacify igmp_qrv " 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=1454966964-13559-1-git-send-email-kernel@kyup.com \
--to=kernel@kyup$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=dsa@cumulusnetworks$(echo .)com \
--cc=ebiederm@xmission$(echo .)com \
--cc=edumazet@google$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pdowney@brocade$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox