Staging
v0.5.1
https://github.com/torvalds/linux
Revision 4c4d51a7316b164ba08af61aa0c124a88bc60450 authored by Herbert Xu on 05 April 2007, 07:07:39 UTC, committed by David S. Miller on 05 April 2007, 07:07:39 UTC
Up until this point we've accepted replay window settings greater than
32 but our bit mask can only accomodate 32 packets.  Thus any packet
with a sequence number within the window but outside the bit mask would
be accepted.

This patch causes those packets to be rejected instead.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 60e5c16
History
Tip revision: 4c4d51a7316b164ba08af61aa0c124a88bc60450 authored by Herbert Xu on 05 April 2007, 07:07:39 UTC
[IPSEC]: Reject packets within replay window but outside the bit mask
Tip revision: 4c4d51a
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
.mailmap -rw-r--r-- 3.5 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.9 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 82.3 KB
Makefile -rw-r--r-- 49.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top