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-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56362323-8635-42ac-fc16-704361229531@cumulusnetworks.com>
Date:   Wed, 19 Dec 2018 13:57:13 -0700
From:   David Ahern <dsa@...ulusnetworks.com>
To:     Roopa Prabhu <roopa@...ulusnetworks.com>, davem@...emloft.net
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH net-next v2 1/2] neighbour: register rtnl doit handler

On 12/19/18 1:51 PM, Roopa Prabhu wrote:
> From: Roopa Prabhu <roopa@...ulusnetworks.com>
> 
> this patch registers neigh doit handler. The doit handler
> returns a neigh entry given dst and dev. This is similar
> to route and fdb doit (get) handlers. Also moves nda_policy
> declaration from rtnetlink.c to neighbour.c
> 
> Signed-off-by: Roopa Prabhu <roopa@...ulusnetworks.com>
> ---
>  include/net/neighbour.h |   1 +
>  net/core/neighbour.c    | 204 +++++++++++++++++++++++++++++++++++++++++++++---
>  net/core/rtnetlink.c    |  12 ---
>  3 files changed, 194 insertions(+), 23 deletions(-)
> 

Reviewed-by: David Ahern <dsa@...ulusnetworks.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ