From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-he1eur01on0139.outbound.protection.outlook.com ([104.47.0.139]:24920 "EHLO EUR01-HE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751011AbeCGJjE (ORCPT ); Wed, 7 Mar 2018 04:39:04 -0500 Subject: [PATCH net-next 00/16] Converting pernet_operations (part #5) From: Kirill Tkhai To: davem@davemloft.net, pablo@netfilter.org, kadlec@blackhole.kfki.hu, fw@strlen.de, netdev@vger.kernel.org, ktkhai@virtuozzo.com Date: Wed, 07 Mar 2018 12:38:57 +0300 Message-ID: <152041531893.11627.15708076126889316570.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: 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. There are mostly netfilter operations (and they should be the last netfilter's), also there are two patches touching pktgen and xfrm. Thanks, Kirill --- Kirill Tkhai (16): net: Convert ip6 tables pernet_operations net: Convert xfrm_user_net_ops net: Convert nf_tables_net_ops net: Convert nfnetlink_net_ops net: Convert nfnl_acct_ops net: Convert cttimeout_ops net: Convert nfnl_log_net_ops net: Convert nfnl_queue_net_ops net: Convert pg_net_ops net: Convert arptable_filter_net_ops net: Convert iptable_mangle_net_ops net: Convert iptable_nat_net_ops net: Convert iptable_raw_net_ops net: Convert iptable_security_net_ops net: Convert ipv4_net_ops net: Convet ipv6_net_ops net/core/pktgen.c | 1 + net/ipv4/netfilter/arptable_filter.c | 1 + net/ipv4/netfilter/iptable_mangle.c | 1 + net/ipv4/netfilter/iptable_nat.c | 1 + net/ipv4/netfilter/iptable_raw.c | 1 + net/ipv4/netfilter/iptable_security.c | 1 + net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 1 + net/ipv6/netfilter/ip6table_filter.c | 1 + net/ipv6/netfilter/ip6table_mangle.c | 1 + net/ipv6/netfilter/ip6table_nat.c | 1 + net/ipv6/netfilter/ip6table_raw.c | 1 + net/ipv6/netfilter/ip6table_security.c | 1 + net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c | 1 + net/netfilter/nf_tables_api.c | 1 + net/netfilter/nfnetlink.c | 1 + net/netfilter/nfnetlink_acct.c | 1 + net/netfilter/nfnetlink_cttimeout.c | 1 + net/netfilter/nfnetlink_log.c | 1 + net/netfilter/nfnetlink_queue.c | 1 + net/xfrm/xfrm_user.c | 1 + 20 files changed, 20 insertions(+) -- Signed-off-by: Kirill Tkhai