mbox series

pull request (net-next): ipsec-next 2021-10-30

Message ID 20211030072633.4158069-1-steffen.klassert@secunet.com (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull request (net-next): ipsec-next 2021-10-30 | expand

Pull-request

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

Checks

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

Message

Steffen Klassert Oct. 30, 2021, 7:26 a.m. UTC
Just two minor changes this time:

1) Remove some superfluous header files from xfrm4_tunnel.c
   From Mianhan Liu.

2) Simplify some error checks in xfrm_input().
   From luo penghao.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 428168f9951710854d8d1abf6ca03a8bdab0ccc5:

  Merge branch 'mlxsw-trap-adjacency' (2021-09-22 14:35:02 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ad57dae8a64da3926a22debbbe7d3b487a685a08:

  xfrm: Remove redundant fields and related parentheses (2021-10-28 07:56:02 +0200)

----------------------------------------------------------------
Mianhan Liu (1):
      net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.c

luo penghao (1):
      xfrm: Remove redundant fields and related parentheses

 net/ipv4/xfrm4_tunnel.c | 2 --
 net/xfrm/xfrm_input.c   | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)