Skip to content
Commit 4b549ccc authored by Christian Langrock's avatar Christian Langrock Committed by Steffen Klassert
Browse files

xfrm: replay: Fix ESN wrap around for GSO

When using GSO it can happen that the wrong seq_hi is used for the last
packets before the wrap around. This can lead to double usage of a
sequence number. To avoid this, we should serialize this last GSO
packet.

Fixes: d7dbefc4

 ("xfrm: Add xfrm_replay_overflow functions for offloading")
Co-developed-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: default avatarChristian Langrock <christian.langrock@secunet.com>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent d83f7040
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment