-
- Downloads
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Steffen Klassert says:
====================
pull request (net): ipsec 2020-05-29
1) Several fixes for ESP gro/gso in transport and beet mode when
IPv6 extension headers are present. From Xin Long.
2) Fix a wrong comment on XFRMA_OFFLOAD_DEV.
From Antony Antony.
3) Fix sk_destruct callback handling on ESP in TCP encapsulation.
From Sabrina Dubroca.
4) Fix a use after free in xfrm_output_gso when used with vxlan.
From Xin Long.
5) Fix secpath handling of VTI when used wiuth IPCOMP.
From Xin Long.
6) Fix an oops when deleting a x-netns xfrm interface.
From Nicolas Dichtel.
7) Fix a possible warning on policy updates. We had a case where it was
possible to add two policies with the same lookup keys.
From Xin Long.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- include/net/espintcp.h 1 addition, 0 deletionsinclude/net/espintcp.h
- include/uapi/linux/xfrm.h 1 addition, 1 deletioninclude/uapi/linux/xfrm.h
- net/ipv4/esp4_offload.c 18 additions, 12 deletionsnet/ipv4/esp4_offload.c
- net/ipv4/ip_vti.c 22 additions, 1 deletionnet/ipv4/ip_vti.c
- net/ipv6/esp6_offload.c 25 additions, 12 deletionsnet/ipv6/esp6_offload.c
- net/xfrm/espintcp.c 2 additions, 0 deletionsnet/xfrm/espintcp.c
- net/xfrm/xfrm_device.c 3 additions, 5 deletionsnet/xfrm/xfrm_device.c
- net/xfrm/xfrm_input.c 1 addition, 1 deletionnet/xfrm/xfrm_input.c
- net/xfrm/xfrm_interface.c 21 additions, 0 deletionsnet/xfrm/xfrm_interface.c
- net/xfrm/xfrm_output.c 9 additions, 6 deletionsnet/xfrm/xfrm_output.c
- net/xfrm/xfrm_policy.c 1 addition, 6 deletionsnet/xfrm/xfrm_policy.c
Loading
Please register or sign in to comment