[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <152041531893.11627.15708076126889316570.stgit@localhost.localdomain>
Date: Wed, 07 Mar 2018 12:38:57 +0300
From: Kirill Tkhai <ktkhai@...tuozzo.com>
To: davem@...emloft.net, pablo@...filter.org, kadlec@...ckhole.kfki.hu,
fw@...len.de, netdev@...r.kernel.org, ktkhai@...tuozzo.com
Subject: [PATCH net-next 00/16] Converting pernet_operations (part #5)
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 <ktkhai@...tuozzo.com>
Powered by blists - more mailing lists