]> 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>
Wed, 4 May 2016 20:35:31 +0000 (16:35 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2016 20:35:31 +0000 (16:35 -0400)
commitf3d0ea2759463606796c8de49696f49ef8327329
tree9715bb206a1dee466c854ce86e164aadef105aba
parent2e86fd2d0206077500c80b9d1041bd78740bf07f
parentf184ea0bd6003ba3624a85629758b35ac0c5232f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2016-05-04

1) The flowcache can hit an OOM condition if too
   many entries are in the gc_list. Fix this by
   counting the entries in the gc_list and refuse
   new allocations if the value is too high.

2) The inner headers are invalid after a xfrm transformation,
   so reset the skb encapsulation field to ensure nobody tries
   access the inner headers. Otherwise tunnel devices stacked
   on top of xfrm may build the outer headers based on wrong
   informations.

3) Add pmtu handling to vti, we need it to report
   pmtu informations for local generated packets.

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

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