From: Kirill Tkhai <ktkhai@virtuozzo.com>
To: pablo@netfilter.org, kadlec@blackhole.kfki.hu, fw@strlen.de,
stephen@networkplumber.org, davem@davemloft.net,
dmitry.tarnyagin@lockless.no, socketcan@hartkopp.net,
mkl@pengutronix.de, gerrit@erg.abdn.ac.uk,
yoshfuji@linux-ipv6.org, johannes.berg@intel.com,
garsilva@embeddedor.com, ross.lagerwall@citrix.com,
aconole@bytheb.org, netdev@vger.kernel.org, ktkhai@virtuozzo.com
Subject: [PATCH net-next 00/12] Converting pernet_operations (part #4)
Date: Mon, 05 Mar 2018 14:30:31 +0300 [thread overview]
Message-ID: <152024910817.3454.18426950407771593279.stgit@localhost.localdomain> (raw)
Hi,
this series continues to review and to convert pernet_operations
to make them possible to be executed in parallel for several
net namespaces in the same time. The patches touch mostly netfilter,
also there are small number of changes in other places.
Thanks,
Kirill
---
Kirill Tkhai (12):
net: Convert broute_net_ops, frame_filter_net_ops and frame_nat_net_ops
net: Convert log pernet_operations
net: Convert arp_tables_net_ops and ip6_tables_net_ops
net: Convert caif_net_ops
net: Convert cangw_pernet_ops
net: Convert dccp_v4_ops
net: Convert dccp_v6_ops
net: Convert fou_net_ops
net: Convert ip_set_net_ops
net: Convert nf_conntrack_net_ops
net: Convert ctnetlink_net_ops
net: Convert proto_gre_net_ops
net/bridge/netfilter/ebtable_broute.c | 1 +
net/bridge/netfilter/ebtable_filter.c | 1 +
net/bridge/netfilter/ebtable_nat.c | 1 +
net/bridge/netfilter/nf_log_bridge.c | 1 +
net/caif/caif_dev.c | 1 +
net/can/gw.c | 1 +
net/dccp/ipv4.c | 1 +
net/dccp/ipv6.c | 1 +
net/ipv4/fou.c | 1 +
net/ipv4/netfilter/arp_tables.c | 1 +
net/ipv4/netfilter/nf_log_arp.c | 1 +
net/ipv4/netfilter/nf_log_ipv4.c | 1 +
net/ipv6/netfilter/ip6_tables.c | 1 +
net/ipv6/netfilter/nf_log_ipv6.c | 1 +
net/netfilter/ipset/ip_set_core.c | 3 ++-
net/netfilter/nf_conntrack_netlink.c | 1 +
net/netfilter/nf_conntrack_proto_gre.c | 1 +
net/netfilter/nf_conntrack_standalone.c | 1 +
net/netfilter/nf_log_netdev.c | 1 +
19 files changed, 20 insertions(+), 1 deletion(-)
--
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
next reply other threads:[~2018-03-05 11:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-05 11:30 Kirill Tkhai [this message]
2018-03-05 11:30 ` [PATCH net-next 01/12] net: Convert broute_net_ops, frame_filter_net_ops and frame_nat_net_ops Kirill Tkhai
2018-03-05 11:30 ` [PATCH net-next 02/12] net: Convert log pernet_operations Kirill Tkhai
2018-03-05 11:31 ` [PATCH net-next 03/12] net: Convert arp_tables_net_ops and ip6_tables_net_ops Kirill Tkhai
2018-03-05 11:31 ` [PATCH net-next 04/12] net: Convert caif_net_ops Kirill Tkhai
2018-03-05 11:31 ` [PATCH net-next 05/12] net: Convert cangw_pernet_ops Kirill Tkhai
2018-03-05 11:31 ` [PATCH net-next 06/12] net: Convert dccp_v4_ops Kirill Tkhai
2018-03-05 11:31 ` [PATCH net-next 07/12] net: Convert dccp_v6_ops Kirill Tkhai
2018-03-05 11:31 ` [PATCH net-next 08/12] net: Convert fou_net_ops Kirill Tkhai
2018-03-05 11:31 ` [PATCH net-next 09/12] net: Convert ip_set_net_ops Kirill Tkhai
2018-03-05 11:32 ` [PATCH net-next 10/12] net: Convert nf_conntrack_net_ops Kirill Tkhai
2018-03-05 11:32 ` [PATCH net-next 11/12] net: Convert ctnetlink_net_ops Kirill Tkhai
2018-03-05 11:32 ` [PATCH net-next 12/12] net: Convert proto_gre_net_ops Kirill Tkhai
2018-03-05 15:53 ` [PATCH net-next 00/12] Converting pernet_operations (part #4) David Miller
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=152024910817.3454.18426950407771593279.stgit@localhost.localdomain \
--to=ktkhai@virtuozzo.com \
--cc=aconole@bytheb.org \
--cc=davem@davemloft.net \
--cc=dmitry.tarnyagin@lockless.no \
--cc=fw@strlen.de \
--cc=garsilva@embeddedor.com \
--cc=gerrit@erg.abdn.ac.uk \
--cc=johannes.berg@intel.com \
--cc=kadlec@blackhole.kfki.hu \
--cc=mkl@pengutronix.de \
--cc=netdev@vger.kernel.org \
--cc=pablo@netfilter.org \
--cc=ross.lagerwall@citrix.com \
--cc=socketcan@hartkopp.net \
--cc=stephen@networkplumber.org \
--cc=yoshfuji@linux-ipv6.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox