[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20181018.095815.1305578557308285809.davem@davemloft.net>
Date: Thu, 18 Oct 2018 09:58:15 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: steffen.klassert@...unet.com
Cc: herbert@...dor.apana.org.au, netdev@...r.kernel.org
Subject: Re: pull request (net-next): ipsec-next 2018-10-18
From: Steffen Klassert <steffen.klassert@...unet.com>
Date: Thu, 18 Oct 2018 12:56:51 +0200
> 1) Remove an unnecessary dev->tstats check in xfrmi_get_stats64.
> From Li RongQing.
>
> 2) We currently do a sizeof(element) instead of a sizeof(array)
> check when initializing the ovec array of the secpath.
> Currently this array can have only one element, so code is
> OK but error-prone. Change this to do a sizeof(array)
> check so that we can add more elements in future.
> From Li RongQing.
>
> 3) Improve xfrm IPv6 address hashing by using the complete IPv6
> addresses for a hash. From Michal Kubecek.
>
> Please pull or let me know if there are problems.
Also pulled, thank you.
Powered by blists - more mailing lists