]> 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>
Thu, 1 Dec 2016 16:35:49 +0000 (11:35 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Dec 2016 16:35:49 +0000 (11:35 -0500)
commitb003b988cc1f139c82741847229db53d4083da42
tree9f81782f49c29f239dfbec82fa2ffb7516491069
parentb91fbc0e9cbac032a912f05c6afe6a4cb1618bae
parent3493e4434f374cfb992686b6b909f48bb977c532
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2016-12-01

1) Change the error value when someone tries to run 32bit
   userspace on a 64bit host from -ENOTSUPP to the userspace
   exported -EOPNOTSUPP. Fix from Yi Zhao.

2) On inbound, ESN sequence numbers are already in network
   byte order. So don't try to convert it again, this fixes
   integrity verification for ESN. Fixes from Tobias Brunner.

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

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