lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 05 Mar 2018 14:30:31 +0300
From:   Kirill Tkhai <ktkhai@...tuozzo.com>
To:     pablo@...filter.org, kadlec@...ckhole.kfki.hu, fw@...len.de,
        stephen@...workplumber.org, davem@...emloft.net,
        dmitry.tarnyagin@...kless.no, socketcan@...tkopp.net,
        mkl@...gutronix.de, gerrit@....abdn.ac.uk, yoshfuji@...ux-ipv6.org,
        johannes.berg@...el.com, garsilva@...eddedor.com,
        ross.lagerwall@...rix.com, aconole@...heb.org,
        netdev@...r.kernel.org, ktkhai@...tuozzo.com
Subject: [PATCH net-next 00/12] Converting pernet_operations (part #4) 

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@...tuozzo.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ