netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] Converting pernet_operations (part #2)
@ 2018-02-19  8:47 Kirill Tkhai
  2018-02-19  8:48 ` [PATCH 01/16] net: Convert inet6_net_ops Kirill Tkhai
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Kirill Tkhai @ 2018-02-19  8:47 UTC (permalink / raw)
  To: davem, avagin, pablo, kadlec, fw, yoshfuji, afaerber,
	steffen.klassert, herbert, johannes, netdev, ktkhai

This patchset continues to review and to convert pernet_operations
to async. There are mostly ipv6, also some regular used netfilter
pernet_operations are involved. One more converted is cfg80211_pernet_ops.

---

Kirill Tkhai (16):
      net: Convert inet6_net_ops
      net: Convert cfg80211_pernet_ops
      net: Convert ip6mr_net_ops
      net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_ops
      net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_ops
      net: Convert ipv6_inetpeer_ops
      net: Convert fib6_rules_net_ops
      net: Convert tcpv6_net_ops
      net: Convert ipv6_sysctl_net_ops
      net: Convert ping_v6_net_ops
      net: Convert ip6_flowlabel_net_ops
      net: Convert xfrm6_net_ops
      net: Convert fib6_net_ops, ipv6_addr_label_ops and ip6_segments_ops
      net: Convert ip6_frags_ops
      net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops
      net: Convert iptable_filter_net_ops


 net/ipv4/netfilter/ip_tables.c      |    1 +
 net/ipv4/netfilter/iptable_filter.c |    1 +
 net/ipv6/addrconf.c                 |    1 +
 net/ipv6/addrlabel.c                |    1 +
 net/ipv6/af_inet6.c                 |    1 +
 net/ipv6/fib6_rules.c               |    1 +
 net/ipv6/icmp.c                     |    1 +
 net/ipv6/ip6_fib.c                  |    1 +
 net/ipv6/ip6_flowlabel.c            |    1 +
 net/ipv6/ip6mr.c                    |    1 +
 net/ipv6/mcast.c                    |    1 +
 net/ipv6/ndisc.c                    |    1 +
 net/ipv6/ping.c                     |    1 +
 net/ipv6/proc.c                     |    1 +
 net/ipv6/raw.c                      |    1 +
 net/ipv6/reassembly.c               |    1 +
 net/ipv6/route.c                    |    3 +++
 net/ipv6/seg6.c                     |    1 +
 net/ipv6/sysctl_net_ipv6.c          |    1 +
 net/ipv6/tcp_ipv6.c                 |    1 +
 net/ipv6/udplite.c                  |    1 +
 net/ipv6/xfrm6_policy.c             |    1 +
 net/netfilter/x_tables.c            |    1 +
 net/wireless/core.c                 |    1 +
 24 files changed, 26 insertions(+)

--
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>

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

end of thread, other threads:[~2018-02-19 19:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19  8:47 [PATCH 00/16] Converting pernet_operations (part #2) Kirill Tkhai
2018-02-19  8:48 ` [PATCH 01/16] net: Convert inet6_net_ops Kirill Tkhai
2018-02-19  8:48 ` [PATCH 02/16] net: Convert cfg80211_pernet_ops Kirill Tkhai
2018-02-19  8:48 ` [PATCH 03/16] net: Convert ip6mr_net_ops Kirill Tkhai
2018-02-19  8:48 ` [PATCH 04/16] net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_ops Kirill Tkhai
2018-02-19  8:49 ` [PATCH 05/16] net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_ops Kirill Tkhai
2018-02-19  8:49 ` [PATCH 06/16] net: Convert ipv6_inetpeer_ops Kirill Tkhai
2018-02-19  8:49 ` [PATCH 07/16] net: Convert fib6_rules_net_ops Kirill Tkhai
2018-02-19  8:49 ` [PATCH 08/16] net: Convert tcpv6_net_ops Kirill Tkhai
2018-02-19  8:49 ` [PATCH 09/16] net: Convert ipv6_sysctl_net_ops Kirill Tkhai
2018-02-19  8:49 ` [PATCH 10/16] net: Convert ping_v6_net_ops Kirill Tkhai
2018-02-19  8:50 ` [PATCH 11/16] net: Convert ip6_flowlabel_net_ops Kirill Tkhai
2018-02-19  8:50 ` [PATCH 12/16] net: Convert xfrm6_net_ops Kirill Tkhai
2018-02-19  8:50 ` [PATCH 13/16] net: Convert fib6_net_ops, ipv6_addr_label_ops and ip6_segments_ops Kirill Tkhai
2018-02-19  8:50 ` [PATCH 14/16] net: Convert ip6_frags_ops Kirill Tkhai
2018-02-19  8:50 ` [PATCH 15/16] net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops Kirill Tkhai
2018-02-19  8:50 ` [PATCH 16/16] net: Convert iptable_filter_net_ops Kirill Tkhai
2018-02-19 13:51 ` [PATCH 00/16] Converting pernet_operations (part #2) Kirill Tkhai
2018-02-19 19:22 ` 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).