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
/
net
/
pfkey.c
Age
Commit message (
Expand
)
Author
2008-05-23
Deal with the situation when TCP nfs mounts timeout and processes
Thordur I. Bjornsson
2007-09-13
Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable.
Hans-Joerg Hoexer
2004-11-26
implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtree
Markus Friedl
2004-08-03
the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@
Todd T. Fries
2003-02-16
KNF
Theo de Raadt
2003-02-16
KNF
Jason Wright
2002-12-11
Use m_copym2 to copy the whole mbuf (cluster included) and not
Federico G. Schwindt
2001-06-08
Yet more include file cleanup.
Angelos D. Keromytis
2001-06-05
repair copyright notices for NRL & cmetz; cmetz
Theo de Raadt
2000-09-19
SPD-driven IPsec.
Angelos D. Keromytis
2000-01-12
Major style cleanup for pfkeyv2.c
Angelos D. Keromytis
1999-06-01
Introduce M_PFKEY kmem type, and use it. (angelos@ ok)
Hakan Olsson
1999-05-21
For hard expiration-pressure you need to protect PF_KEY socket
Niklas Hallqvist
1999-05-03
Plug mbuf leak
Niklas Hallqvist
1999-04-11
Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.
Niklas Hallqvist
1999-02-25
Unnecessary ifdef
Angelos D. Keromytis
1999-02-25
Removed osdep.h dependencies.
Angelos D. Keromytis
1999-02-24
PF_KEY_V2, with local extensions for SPD management.
Angelos D. Keromytis