index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netipsec
/
keydb.h
Age
Commit message (
Expand
)
Author
2021-11-10
s/assocciation/association/ in comment.
msaitoh
2018-04-19
Remove extra long file paths from the headers.
maxv
2018-04-16
Added a lookup table to find an sav quickly
yamaguchi
2018-03-02
Avoid data races on lifetime counters by using percpu(9)
ozaki-r
2017-08-09
MP-ify SAD (savlist)
ozaki-r
2017-08-08
MP-ify SAD (key_sad.sahlist and sah entries)
ozaki-r
2017-08-07
Assemble global lists and related locks into cache lines (NFCI)
ozaki-r
2017-08-03
Use pslist(9) for sah->savtree
ozaki-r
2017-08-03
Use pslist(9) for sahtree
ozaki-r
2017-05-17
Replace malloc/free with kmem(9) and kill KMALLOC/KFREE macros
ozaki-r
2015-03-30
Tidy up opt_ipsec.h inclusions
ozaki-r
2013-06-04
PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access
christos
2012-08-29
g/c unused struct member
drochner
2012-01-11
protect "union sockaddr_union" from being defined twice by a CPP symbol
drochner
2011-05-23
g/c remainders of IV handling in pfkey code -- this is done in
drochner
2011-05-16
use time_t rather than long for timestamps
drochner
2011-02-18
more "const"
drochner
2010-08-28
trivial comment typo
spz
2007-07-07
Ansify
degroote
2007-06-27
Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4).
degroote
2007-03-04
Fix fallout from caddr_t changes
degroote
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-10
Multiple inclusion protection, as suggested by christos@ on tech-kern@
elad
2003-08-13
Initial import of Sam Leffler's `Fast-IPsec' from FreeBSD 4.
jonathan