]> 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>
Sun, 27 Jan 2019 18:30:01 +0000 (10:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Jan 2019 18:30:01 +0000 (10:30 -0800)
commit688ae6ed5caf64a0582a2e05f0a8467d042b19ae
treebe4721ad4a99b17f360d04d421352aa2c1867196
parent48f2c893ab13ceb8698e2837f46027679fce8332
parent1bf32e9fdc5b13c05a7ae8f1470059938f1eb1d8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2019-01-25

1) Several patches to fix the fallout from the recent
   tree based policy lookup work. From Florian Westphal.

2) Fix VTI for IPCOMP for 'not compressed' IPCOMP packets.
   We need an extra IPIP handler to process these packets
   correctly. From Su Yanjun.

3) Fix validation of template and selector families for
   MODE_ROUTEOPTIMIZATION with ipv4-in-ipv6 packets.
   This can lead to a stack-out-of-bounds because
   flowi4 struct is treated as flowi6 struct.
   Fix from Florian Westphal.

4) Restore the default behaviour of the xfrm set-mark
   in the output path. This was changed accidentally
   when mark setting was extended to the input path.
   From Benedict Wong.
====================

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