]> 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, 23 May 2017 14:51:32 +0000 (10:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 May 2017 14:51:32 +0000 (10:51 -0400)
commitc57a254f76b02f192a944e24cb42409c1f0a764f
tree489613e42d327b3f52a8ee547b8fb1f05e639021
parentaac9ddd70f4bdf297cf85e439ed24045a0eacf37
parenta053a50c8bb599c61f9b778a2f13569413ce33b4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2017-05-23

1) Fix wrong header offset for esp4 udpencap packets.

2) Fix a stack access out of bounds when creating a bundle
   with sub policies. From Sabrina Dubroca.

3) Fix slab-out-of-bounds in pfkey due to an incorrect
   sadb_x_sec_len calculation.

4) We checked the wrong feature flags when taking down
   an interface with IPsec offload enabled.
   Fix from Ilan Tayari.

5) Copy the anti replay sequence numbers when doing a state
   migration, otherwise we get out of sync with the sequence
   numbers. Fix from Antony Antony.

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

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