index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ipsec_output.c
Age
Commit message (
Expand
)
Author
2003-02-19
add a counter for times ipcomp is skipped because the packet is below the
Jason Wright
2002-08-28
Fix a problem where passing NULL as a pointer with varargs does not promote
Per Fogelstrom
2002-07-01
Move mtod() after the m_pullup() --- noted by sam@errno.com (who seems
Angelos D. Keromytis
2002-06-19
Remove redundant address family check -- sam@errno.com
Angelos D. Keromytis
2002-06-09
whitespace
Jun-ichiro itojun Hagino
2002-02-19
IPsec is written ``IPsec'', not ``IPSec''.
Miod Vallat
2001-12-06
Use hzto() to handle overflow of (hz * timeout) cases --- when using
Angelos D. Keromytis
2001-08-08
Remove IPCOMP option, it's now part of IPSEC option. You still need to
Jean-Jacques Bernard-Gundol
2001-07-05
IPComp support. angelos@ ok.
Jean-Jacques Bernard-Gundol
2001-06-26
KNF
Angelos D. Keromytis
2001-06-25
Copyright.
Angelos D. Keromytis
2001-06-24
path mtu discovery for ipsec. on receiving a need fragment icmp match
Niels Provos
2001-06-08
Trim include files.
Angelos D. Keromytis
2001-05-30
Update to match prototypes.
Angelos D. Keromytis
2001-05-29
Record last use time for SAs.
Angelos D. Keromytis
2001-05-28
Don't use IPV6_ENCAPSULATED, tags are used instead.
Angelos D. Keromytis
2001-05-27
New tags.
Angelos D. Keromytis
2001-05-22
Add an IPSEC_NEEDED tag if SKIPCRYPTO is set in the TDB
Angelos D. Keromytis
2001-05-20
Record outgoing SA processing, do loop detection.
Angelos D. Keromytis
2001-05-11
Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok
Aaron Campbell
2001-04-14
Minor changes, preparing for real socket-attached TDBs; also, more
Angelos D. Keromytis
2001-04-06
Move offsetof define into sys/param.h
Constantine Sapuntzakis
2001-03-28
Allow tdbi's to appear in mbufs throughout the stack; this allows
Angelos D. Keromytis
2001-03-15
convert SA expirations to the new timeouts.
Michael Shalayeff
2000-09-19
SA bundles.
Angelos D. Keromytis
2000-09-19
Lots and lots of changes.
Angelos D. Keromytis