All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request (net): ipsec 2020-09-28
@ 2020-09-28  8:24 Steffen Klassert
  2020-09-28  8:24 ` [PATCH 1/8] ip_vti: Fix unused variable warning Steffen Klassert
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Steffen Klassert @ 2020-09-28  8:24 UTC (permalink / raw)
  To: David Miller; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Fix a build warning in ip_vti if CONFIG_IPV6 is not set.
   From YueHaibing.

2) Restore IPCB on espintcp before handing the packet to xfrm
   as the information there is still needed.
   From Sabrina Dubroca.

3) Fix pmtu updating for xfrm interfaces.
   From Sabrina Dubroca.

4) Some xfrm state information was not cloned with xfrm_do_migrate.
   Fixes to clone the full xfrm state, from Antony Antony.

5) Use the correct address family in xfrm_state_find. The struct
   flowi must always be interpreted along with the original
   address family. This got lost over the years.
   Fix from Herbert Xu.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 1c3b63f155f637594268cd1add8335461691b314:

  net/tls: allow MSG_CMSG_COMPAT in sendmsg (2020-08-07 17:40:45 -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 e94ee171349db84c7cfdc5fefbebe414054d0924:

  xfrm: Use correct address family in xfrm_state_find (2020-09-25 09:59:51 +0200)

----------------------------------------------------------------
Antony Antony (4):
      xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate
      xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrate
      xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrate
      xfrm: clone whole liftime_cur structure in xfrm_do_migrate

Herbert Xu (1):
      xfrm: Use correct address family in xfrm_state_find

Sabrina Dubroca (2):
      espintcp: restore IP CB before handing the packet to xfrm
      xfrmi: drop ignore_df check before updating pmtu

YueHaibing (1):
      ip_vti: Fix unused variable warning

 include/net/xfrm.h        | 16 ++++++----------
 net/ipv4/ip_vti.c         |  2 ++
 net/xfrm/espintcp.c       |  6 +++++-
 net/xfrm/xfrm_interface.c |  2 +-
 net/xfrm/xfrm_state.c     | 42 +++++++++++++++++++++++++++++++++++++-----
 5 files changed, 51 insertions(+), 17 deletions(-)

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

end of thread, other threads:[~2020-09-28 19:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  8:24 pull request (net): ipsec 2020-09-28 Steffen Klassert
2020-09-28  8:24 ` [PATCH 1/8] ip_vti: Fix unused variable warning Steffen Klassert
2020-09-28  8:24 ` [PATCH 2/8] espintcp: restore IP CB before handing the packet to xfrm Steffen Klassert
2020-09-28  8:24 ` [PATCH 3/8] xfrmi: drop ignore_df check before updating pmtu Steffen Klassert
2020-09-28  8:24 ` [PATCH 4/8] xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate Steffen Klassert
2020-09-28  8:24 ` [PATCH 5/8] xfrm: clone XFRMA_REPLAY_ESN_VAL " Steffen Klassert
2020-09-28  8:24 ` [PATCH 6/8] xfrm: clone XFRMA_SEC_CTX " Steffen Klassert
2020-09-28  8:24 ` [PATCH 7/8] xfrm: clone whole liftime_cur structure " Steffen Klassert
2020-09-28  8:24 ` [PATCH 8/8] xfrm: Use correct address family in xfrm_state_find Steffen Klassert
2020-09-28 19:25 ` pull request (net): ipsec 2020-09-28 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.