netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ipsec-next 0/2] xfrm: bug fixes when processing multiple transforms
@ 2018-09-02 23:18 Sowmini Varadhan
  2018-09-02 23:18 ` [PATCH ipsec-next 1/2] xfrm: reset transport header back to network header after all input transforms ahave been applied Sowmini Varadhan
  2018-09-02 23:18 ` [PATCH ipsec-next 2/2] xfrm: reset crypto_done when iterating over multiple input xfrms Sowmini Varadhan
  0 siblings, 2 replies; 4+ messages in thread
From: Sowmini Varadhan @ 2018-09-02 23:18 UTC (permalink / raw)
  To: netdev, steffen.klassert; +Cc: davem, sowmini.varadhan

This series contains bug fixes that were encountered when I set
up a libreswan tunnel using the config below, which will set up 
an IPsec policy involving 2 tmpls.

    type=transport
    compress=yes
    esp=aes_gcm_c-128-null # offloaded to Niantic
    auto=start

The non-offload test case uses  esp=aes_gcm_c-256-null.

Each patch has a technical description of the contents of the fix.

Sowmini Varadhan (2):
  xfrm: reset transport header back to network header after all input
    transforms ahave been applied
  xfrm: reset crypto_done when iterating over multiple input xfrms

 net/ipv4/xfrm4_input.c          |    1 +
 net/ipv4/xfrm4_mode_transport.c |    4 +---
 net/ipv6/xfrm6_input.c          |    1 +
 net/ipv6/xfrm6_mode_transport.c |    4 +---
 net/xfrm/xfrm_input.c           |    1 +
 5 files changed, 5 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-03 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-02 23:18 [PATCH ipsec-next 0/2] xfrm: bug fixes when processing multiple transforms Sowmini Varadhan
2018-09-02 23:18 ` [PATCH ipsec-next 1/2] xfrm: reset transport header back to network header after all input transforms ahave been applied Sowmini Varadhan
2018-09-03  8:20   ` Steffen Klassert
2018-09-02 23:18 ` [PATCH ipsec-next 2/2] xfrm: reset crypto_done when iterating over multiple input xfrms Sowmini Varadhan

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).