netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: steffen.klassert@secunet.com
Cc: herbert@gondor.apana.org.au, netdev@vger.kernel.org
Subject: Re: pull request (net-next): ipsec-next 2018-10-18
Date: Thu, 18 Oct 2018 09:58:15 -0700 (PDT)	[thread overview]
Message-ID: <20181018.095815.1305578557308285809.davem@davemloft.net> (raw)
In-Reply-To: <20181018105654.32149-1-steffen.klassert@secunet.com>

From: Steffen Klassert <steffen.klassert@secunet.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.

      parent reply	other threads:[~2018-10-19  1:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-18 10:56 pull request (net-next): ipsec-next 2018-10-18 Steffen Klassert
2018-10-18 10:56 ` [PATCH 1/3] xfrm: remove unnecessary check in xfrmi_get_stats64 Steffen Klassert
2018-10-18 10:56 ` [PATCH 2/3] xfrm: use correct size to initialise sp->ovec Steffen Klassert
2018-10-18 10:56 ` [PATCH 3/3] xfrm: use complete IPv6 addresses for hash Steffen Klassert
2018-10-18 16:58 ` David Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181018.095815.1305578557308285809.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=netdev@vger.kernel.org \
    --cc=steffen.klassert@secunet.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).