From: Steffen Klassert Date: Mon, 11 Mar 2013 09:32:16 +0000 (+0100) Subject: xfrm: Fix replay notification for esn. X-Git-Tag: v3.9-rc6~38^2~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0017c0b57500606aab894cdb02fdf3380ddd60ee;p=pandora-kernel.git xfrm: Fix replay notification for esn. We may miscalculate the sequence number difference from the last time we send a notification if a sequence number wrap occured in the meantime. We fix this by adding a separate replay notify function for esn. Here we take the high bits of the sequence number into account to calculate the difference. Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed