netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] Converting pernet_operations (part #4)
@ 2018-03-05 11:30 Kirill Tkhai
  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
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Kirill Tkhai @ 2018-03-05 11:30 UTC (permalink / raw)
  To: pablo, kadlec, fw, stephen, davem, dmitry.tarnyagin, socketcan,
	mkl, gerrit, yoshfuji, johannes.berg, garsilva, ross.lagerwall,
	aconole, netdev, ktkhai

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>

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-03-05 15:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 11:30 [PATCH net-next 00/12] Converting pernet_operations (part #4) Kirill Tkhai
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).