From: Steffen Klassert <steffen.klassert@secunet.com>
To: David Miller <davem@davemloft.net>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
Steffen Klassert <steffen.klassert@secunet.com>,
<netdev@vger.kernel.org>
Subject: pull request (net): ipsec 2017-06-23
Date: Fri, 23 Jun 2017 09:06:28 +0200 [thread overview]
Message-ID: <1498201594-10835-1-git-send-email-steffen.klassert@secunet.com> (raw)
1) Fix xfrm garbage collecting when unregistering a netdevice.
From Hangbin Liu.
2) Fix NULL pointer derefernce when exiting a network namespace.
From Hangbin Liu.
3) Fix some error codes in pfkey to prevent a NULL pointer derefernce.
From Dan Carpenter.
4) Fix NULL pointer derefernce on allocation failure in pfkey.
From Dan Carpenter.
5) Adjust IPv6 payload_len to include extension headers. Otherwise
we corrupt the packets when doing ESP GRO on transport mode.
From Yossi Kuperman.
6) Set nhoff to the proper offset of the IPv6 nexthdr when doing ESP GRO.
From Yossi Kuperman.
Please pull or let me know if there are problems.
Thanks!
The following changes since commit b29794ec95c6856b316c2295904208bf11ffddd9:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2017-06-06 14:30:17 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git master
for you to fetch changes up to ca3a1b856636f596c691ab5b3764045a142186db:
esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO (2017-06-22 10:49:14 +0200)
----------------------------------------------------------------
Dan Carpenter (2):
xfrm: Oops on error in pfkey_msg2xfrm_state()
xfrm: NULL dereference on allocation failure
Hangbin Liu (2):
xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD
xfrm: move xfrm_garbage_collect out of xfrm_policy_flush
Yossi Kuperman (2):
xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish
esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO
include/net/xfrm.h | 7 ++-----
net/ipv6/esp6_offload.c | 25 +++++++++++++++++++++++++
net/ipv6/xfrm6_input.c | 2 +-
net/key/af_key.c | 19 +++++++++++++++----
net/xfrm/Makefile | 3 +--
net/xfrm/xfrm_device.c | 2 ++
net/xfrm/xfrm_policy.c | 4 ----
net/xfrm/xfrm_user.c | 1 +
8 files changed, 47 insertions(+), 16 deletions(-)
next reply other threads:[~2017-06-23 7:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-23 7:06 Steffen Klassert [this message]
2017-06-23 7:06 ` [PATCH 1/6] xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD Steffen Klassert
2017-06-23 7:06 ` [PATCH 2/6] xfrm: move xfrm_garbage_collect out of xfrm_policy_flush Steffen Klassert
2017-06-23 7:06 ` [PATCH 3/6] xfrm: Oops on error in pfkey_msg2xfrm_state() Steffen Klassert
2017-06-23 7:06 ` [PATCH 4/6] xfrm: NULL dereference on allocation failure Steffen Klassert
2017-06-23 7:06 ` [PATCH 5/6] xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish Steffen Klassert
2017-06-23 7:06 ` [PATCH 6/6] esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO Steffen Klassert
2017-06-23 18:11 ` pull request (net): ipsec 2017-06-23 David Miller
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=1498201594-10835-1-git-send-email-steffen.klassert@secunet.com \
--to=steffen.klassert@secunet.com \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=netdev@vger.kernel.org \
/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).