]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
authorDavid S. Miller <davem@davemloft.net>
Sat, 1 Aug 2020 00:10:53 +0000 (17:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Aug 2020 00:10:53 +0000 (17:10 -0700)
commit5fd20e2f0c22336d285a24f8add02340654229f4
tree7b94ac7a2938bcf7155d0dd70a7c9cedf0ab234c
parent02c3eb39abb18deb0cd0fb18153dea8a64a7655d
parentcc9b392e6d94971dd3be333a05598b741035a071
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2020-07-31

1) Fix policy matching with mark and mask on userspace interfaces.
   From Xin Long.

2) Several fixes for the new ESP in TCP encapsulation.
   From Sabrina Dubroca.

3) Fix crash when the hold queue is used. The assumption that
   xdst->path and dst->child are not a NULL pointer only if dst->xfrm
   is not a NULL pointer is true with the exception of using the
   hold queue. Fix this by checking for hold queue usage before
   dereferencing xdst->path or dst->child.

4) Validate pfkey_dump parameter before sending them.
   From Mark Salyzyn.

5) Fix the location of the transport header with ESP in UDPv6
   encapsulation. From Sabrina Dubroca.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>