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>] [day] [month] [year] [list]
Date:   Wed, 28 Apr 2021 15:30:00 +0300
From:   Pavel Balaev <balaevpa@...otecs.ru>
To:     <netdev@...r.kernel.org>
CC:     "David S. Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>,
        Jonathan Corbet <corbet@....net>,
        Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
        David Ahern <dsahern@...nel.org>,
        Shuah Khan <shuah@...nel.org>,
        Christophe JAILLET <christophe.jaillet@...adoo.fr>,
        <linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        Ido Schimmel <idosch@...dia.com>
Subject: [PATCH v6 net-next 0/3] net: multipath routing: configurable seed

This is the sixth version of the mpath seed series.

This patch series adds ability for a user to assign seed value
to multipath route hashes.

changes v6:
- Fix author name and surname position

changes v5:
- patch was splited to patch series
- remove CONFIG_IP_ROUTE_MULTIPATH define from flow_multipath_hash_from_keys(),
  it used in both IPv4/IPv6 protos.

The mainlining discussion history of this branch:
v5: https://lore.kernel.org/netdev/YIgu4hLNSa69%2FoFZ@rnd/
v4: https://lore.kernel.org/netdev/YILPPCyMjlnhPmEN@rnd/

Pavel Balaev (3):
      net/ipv4: multipath routing: configurable seed
      net/ipv6: multipath routing: configurable seed
      selftests/net/forwarding: configurable seed tests

 Documentation/networking/ip-sysctl.rst             |  14 +
 include/net/flow_dissector.h                       |   2 +
 include/net/netns/ipv4.h                           |   2 +
 include/net/netns/ipv6.h                           |   3 +
 net/core/flow_dissector.c                          |   7 +
 net/ipv4/route.c                                   |  10 +-
 net/ipv4/sysctl_net_ipv4.c                         |  97 ++++++
 net/ipv6/route.c                                   |  10 +-
 net/ipv6/sysctl_net_ipv6.c                         |  96 ++++++
 tools/testing/selftests/net/forwarding/Makefile    |   1 +
 tools/testing/selftests/net/forwarding/lib.sh      |  28 ++
 .../net/forwarding/router_mpath_seed.sh (new +x)   | 347 +++++++++++++++++++++
 12 files changed, 615 insertions(+), 2 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ