Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Steffen Klassert says: ==================== pull request (net-next): ipsec-next 2020-01-21 1) Add support for TCP encapsulation of IKE and ESP messages, as defined by RFC 8229. Patchset from Sabrina Dubroca. Please note that there is a merge conflict in: net/unix/af_unix.c between commit: 3c32da19 ("unix: Show number of pending scm files of receive queue in fdinfo") from the net-next tree and commit: b50b0580 ("net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_datagram") from the ipsec-next tree. The conflict can be solved as done in linux-next. Please pull or let me know if there are problems. ==================== Signed-off-by:David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- include/linux/skbuff.h 8 additions, 3 deletionsinclude/linux/skbuff.h
- include/net/espintcp.h 39 additions, 0 deletionsinclude/net/espintcp.h
- include/net/xfrm.h 4 additions, 0 deletionsinclude/net/xfrm.h
- include/uapi/linux/udp.h 1 addition, 0 deletionsinclude/uapi/linux/udp.h
- net/core/datagram.c 17 additions, 10 deletionsnet/core/datagram.c
- net/ipv4/Kconfig 11 additions, 0 deletionsnet/ipv4/Kconfig
- net/ipv4/esp4.c 239 additions, 25 deletionsnet/ipv4/esp4.c
- net/ipv4/udp.c 2 additions, 1 deletionnet/ipv4/udp.c
- net/ipv4/xfrm4_protocol.c 9 additions, 0 deletionsnet/ipv4/xfrm4_protocol.c
- net/unix/af_unix.c 4 additions, 3 deletionsnet/unix/af_unix.c
- net/xfrm/Makefile 1 addition, 0 deletionsnet/xfrm/Makefile
- net/xfrm/espintcp.c 509 additions, 0 deletionsnet/xfrm/espintcp.c
- net/xfrm/xfrm_input.c 17 additions, 4 deletionsnet/xfrm/xfrm_input.c
- net/xfrm/xfrm_policy.c 7 additions, 0 deletionsnet/xfrm/xfrm_policy.c
- net/xfrm/xfrm_state.c 3 additions, 0 deletionsnet/xfrm/xfrm_state.c
Loading
Please register or sign in to comment