mbox series

pull request (net): ipsec 2022-03-09

Message ID 20220309130839.3263912-1-steffen.klassert@secunet.com (mailing list archive)
State Accepted
Commit cc7e2f596e64783ded1feebc55445199c9bd929e
Headers show
Series pull request (net): ipsec 2022-03-09 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git master

Checks

Context Check Description
netdev/tree_selection success Guessing tree name failed - patch did not apply, async

Message

Steffen Klassert March 9, 2022, 1:08 p.m. UTC
1) Fix IPv6 PMTU discovery for xfrm interfaces.
   From Lina Wang.

2) Revert failing for policies and states that are
   configured with XFRMA_IF_ID 0. It broke a
   user configuration. From Kai Lueke.

3) Fix a possible buffer overflow in the ESP output path.

4) Fix ESP GSO for tunnel and BEET mode on inter address
   family tunnels.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 519ca6fa960587d02904a9f8f79d587ac874fb03:

  Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue (2022-02-26 12:50:20 +0000)

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 23c7f8d7989e1646aac82f75761b7648c355cb8a:

  net: Fix esp GSO on inter address family tunnels. (2022-03-07 13:14:04 +0100)

----------------------------------------------------------------
Kai Lueke (1):
      Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"

Lina Wang (1):
      xfrm: fix tunnel model fragmentation behavior

Steffen Klassert (3):
      esp: Fix possible buffer overflow in ESP transformation
      esp: Fix BEET mode inter address family tunneling on GSO
      net: Fix esp GSO on inter address family tunnels.

 include/linux/netdevice.h |  2 ++
 include/net/esp.h         |  2 ++
 net/core/gro.c            | 25 +++++++++++++++++++++++++
 net/ipv4/esp4.c           |  5 +++++
 net/ipv4/esp4_offload.c   |  6 ++++--
 net/ipv6/esp6.c           |  5 +++++
 net/ipv6/esp6_offload.c   |  6 ++++--
 net/ipv6/xfrm6_output.c   | 16 ++++++++++++++++
 net/xfrm/xfrm_interface.c |  5 ++++-
 net/xfrm/xfrm_user.c      | 21 +++------------------
 10 files changed, 70 insertions(+), 23 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 9, 2022, 3 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (master)
by Steffen Klassert <steffen.klassert@secunet.com>:

On Wed, 9 Mar 2022 14:08:34 +0100 you wrote:
> 1) Fix IPv6 PMTU discovery for xfrm interfaces.
>    From Lina Wang.
> 
> 2) Revert failing for policies and states that are
>    configured with XFRMA_IF_ID 0. It broke a
>    user configuration. From Kai Lueke.
> 
> [...]

Here is the summary with links:
  - pull request (net): ipsec 2022-03-09
    https://git.kernel.org/netdev/net/c/cc7e2f596e64
  - [2/5] Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"
    https://git.kernel.org/netdev/net/c/a3d9001b4e28
  - [3/5] esp: Fix possible buffer overflow in ESP transformation
    https://git.kernel.org/netdev/net/c/ebe48d368e97
  - [4/5] esp: Fix BEET mode inter address family tunneling on GSO
    https://git.kernel.org/netdev/net/c/053c8fdf2c93
  - [5/5] net: Fix esp GSO on inter address family tunnels.
    https://git.kernel.org/netdev/net/c/23c7f8d7989e

You are awesome, thank you!