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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 21 Mar 2019 05:21:33 -0700
From:   David Ahern <dsahern@...nel.org>
To:     davem@...emloft.net, netdev@...r.kernel.org
Cc:     David Ahern <dsahern@...il.com>
Subject: [PATCH net-next 0/2] ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create

From: David Ahern <dsahern@...il.com>

addrconf_f6i_alloc is the last caller of fib6_info_alloc besides
ip6_route_info_create. There really is no good reason for it do
its own fib6_info initialization, so convert it to call 
ip6_route_info_create.

David Ahern (2):
  ipv6: Move setting default metric for routes
  ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create

 include/net/ip6_fib.h |  3 ++-
 net/ipv6/route.c      | 50 ++++++++++++++++++++------------------------------
 2 files changed, 22 insertions(+), 31 deletions(-)

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ