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 <ktk...@virtuozzo.com>