All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request (net): ipsec 2018-03-29
@ 2018-03-29  7:11 Steffen Klassert
  2018-03-29  7:11 ` [PATCH 1/8] xfrm: fix rcu_read_unlock usage in xfrm_local_error Steffen Klassert
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Steffen Klassert @ 2018-03-29  7:11 UTC (permalink / raw)
  To: David Miller; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Fix a rcu_read_lock/rcu_read_unlock imbalance
   in the error path of xfrm_local_error().
   From Taehee Yoo.

2) Some VTI MTU fixes. From Stefano Brivio.

3) Fix a too early overwritten skb control buffer
   on xfrm transport mode.

Please not that this pull request has a merge conflict
in net/ipv4/ip_tunnel.c.

The conflict is between

commit f6cc9c054e77 ("ip_tunnel: Emit events for post-register MTU changes")

from the net tree and

commit 24fc79798b8d ("ip_tunnel: Clamp MTU to bounds on new link")

from the ipsec tree.

It can be solved as it is currently done in linux-next.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 51d4740f88affd85d49c04e3c9cd129c0e33bcb9:

  net sched actions: return explicit error when tunnel_key mode is not specified (2018-03-15 14:43:41 -0400)

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 9a3fb9fb84cc30577c1b012a6a3efda944684291:

  xfrm: Fix transport mode skb control buffer usage. (2018-03-23 07:56:04 +0100)

----------------------------------------------------------------
Stefano Brivio (6):
      vti4: Don't count header length twice on tunnel setup
      ip_tunnel: Clamp MTU to bounds on new link
      vti4: Don't override MTU passed on link creation via IFLA_MTU
      vti6: Properly adjust vti6 MTU from MTU of lower device
      vti6: Keep set MTU on link creation or change, validate it
      vti6: Fix dev->max_mtu setting

Steffen Klassert (1):
      xfrm: Fix transport mode skb control buffer usage.

Taehee Yoo (1):
      xfrm: fix rcu_read_unlock usage in xfrm_local_error

 net/ipv4/ip_tunnel.c   |  8 +++++++-
 net/ipv4/ip_vti.c      |  2 --
 net/ipv6/ip6_vti.c     | 36 +++++++++++++++++++++++-------------
 net/xfrm/xfrm_input.c  |  6 ++++++
 net/xfrm/xfrm_output.c |  5 +++--
 5 files changed, 39 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2018-03-29 14:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29  7:11 pull request (net): ipsec 2018-03-29 Steffen Klassert
2018-03-29  7:11 ` [PATCH 1/8] xfrm: fix rcu_read_unlock usage in xfrm_local_error Steffen Klassert
2018-03-29  7:11 ` [PATCH 2/8] vti4: Don't count header length twice on tunnel setup Steffen Klassert
2018-03-29  7:11 ` [PATCH 3/8] ip_tunnel: Clamp MTU to bounds on new link Steffen Klassert
2018-03-29  7:11 ` [PATCH 4/8] vti4: Don't override MTU passed on link creation via IFLA_MTU Steffen Klassert
2018-03-29  7:11 ` [PATCH 5/8] vti6: Properly adjust vti6 MTU from MTU of lower device Steffen Klassert
2018-03-29  7:11 ` [PATCH 6/8] vti6: Keep set MTU on link creation or change, validate it Steffen Klassert
2018-03-29  7:11 ` [PATCH 7/8] vti6: Fix dev->max_mtu setting Steffen Klassert
2018-03-29  7:11 ` [PATCH 8/8] xfrm: Fix transport mode skb control buffer usage Steffen Klassert
2018-03-29 14:18 ` pull request (net): ipsec 2018-03-29 David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.