]> 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>
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)
commitfdb90ecf92db1f895720a503d39fa4c630fff10d
tree6de4691ad6c59a62c6f4d35530447112a2ff8bf1
parent7040410d525938e1d7ce2ae36cd92c8afce52879
parentcc5755ac9ac32aa0e1d23ae186682c9c30b53f2a
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