]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Mar 2017 22:59:24 +0000 (14:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Mar 2017 23:00:37 +0000 (15:00 -0800)
commit8474c8caac7e06b50fa366022ecd109b955822cb
tree6de4691ad6c59a62c6f4d35530447112a2ff8bf1
parent15e668070a64bb97f102ad9cf3bccbca0545cda8
parente3dc847a5f85b43ee2bfc8eae407a7e383483228
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2017-03-06

1) Fix lockdep splat on xfrm policy subsystem initialization.
   From Florian Westphal.

2) When using socket policies on IPv4-mapped IPv6 addresses,
   we access the flow informations of the wrong address family
   what leads to an out of bounds access. Fix this by using
   the family we get with the dst_entry, like we do it for the
   standard policy lookup.

3) vti6 can report a PMTU below IPV6_MIN_MTU. Fix this by
   adding a check for that before sending a ICMPV6_PKT_TOOBIG
   message.

Please pull or let me know if there are problems.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_vti.c
net/xfrm/xfrm_policy.c