Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: degroote
Date: Sat Dec 29 14:53:25 UTC 2007
Modified Files:
src/sys/netinet: ip_output.c
src/sys/netipsec: ipsec.c ipsec.h ipsec_output.c
Log Message:
Simplify the FAST_IPSEC output path
Only record an IPSEC_OUT_DONE tag when we have finished the processing
In ip{,6}_output, check this tag to know if we have already processed this
packet.
Remove some dead code (IPSEC_PENDING_TDB is not used in NetBSD)
Fix pr/36870
To generate a diff of this commit:
cvs rdiff -r1.187 -r1.188 src/sys/netinet/ip_output.c
cvs rdiff -r1.35 -r1.36 src/sys/netipsec/ipsec.c
cvs rdiff -r1.20 -r1.21 src/sys/netipsec/ipsec.h
cvs rdiff -r1.24 -r1.25 src/sys/netipsec/ipsec_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index