https://github.com/torvalds/linux
Revision 7c7fedd51c02f4418e8b2eed64bdab601f882aa4 authored by Tobias Brunner on 29 November 2016, 16:05:20 UTC, committed by Steffen Klassert on 30 November 2016, 10:09:39 UTC
When handling inbound packets, the two halves of the sequence number
stored on the skb are already in network order.

Fixes: 7021b2e1cddd ("esp4: Switch to new AEAD interface")
Signed-off-by: Tobias Brunner <tobias@strongswan.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
1 parent 83e2d05
Raw File
Tip revision: 7c7fedd51c02f4418e8b2eed64bdab601f882aa4 authored by Tobias Brunner on 29 November 2016, 16:05:20 UTC
esp4: Fix integrity verification when ESN are used
Tip revision: 7c7fedd
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top