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
/
key.h
Age
Commit message (
Expand
)
Author
2022-12-08
Fix: update lastused of ipsecif(4) IPv6 out SP.
knakahara
2021-08-09
fix various typos in compatibility, mainly in comments.
andvar
2018-04-19
Remove extra long file paths from the headers.
maxv
2018-04-18
Style, and remove unused MALLOC_DECLARE.
maxv
2018-01-10
add ipsec(4) interface, which is used for route-based VPN.
knakahara
2017-11-21
Use M_WAITOK to allocate mbufs wherever sleepable
ozaki-r
2017-10-03
Constify isr at many places (NFC)
ozaki-r
2017-10-03
Fix SP is broken on transport mode
ozaki-r
2017-10-03
Don't abuse key_checkrequest just for looking up sav
ozaki-r
2017-08-09
MP-ify SAD (savlist)
ozaki-r
2017-08-08
Introduce key_sa_refcnt and replace sav->refcnt with it (NFC)
ozaki-r
2017-08-03
Introduce KEY_SA_UNREF and replace KEY_FREESAV with it where sav will never b...
ozaki-r
2017-08-02
Make IPsec SPD MP-safe
ozaki-r
2017-07-26
Provide and apply key_sp_refcnt (NFC)
ozaki-r
2017-07-21
Don't use key_lookup_sp that depends on unstable sp->req->sav
ozaki-r
2017-07-14
Prepare to stop using isr->sav
ozaki-r
2017-07-14
Pass sav directly to opencrypto callback
ozaki-r
2017-07-13
Simplify; omit unnecessary saidx passing
ozaki-r
2017-07-07
Rename key_alloc* functions (NFC)
ozaki-r
2017-05-30
Make refcnt operations of SA and SP atomic
ozaki-r
2017-05-26
Make key_cmpspidx_exactly and key_cmpspidx_withmask static
ozaki-r
2017-05-26
Comment out unused key_freesp_so and key_freeso
ozaki-r
2017-05-16
Run key_timehandler in thread context (workqueue)
ozaki-r
2017-05-15
Show __func__ instead of __FILE__ in debug log messages
ozaki-r
2015-03-30
Tidy up opt_ipsec.h inclusions
ozaki-r
2014-05-30
Introduce 2 new variables: ipsec_enabled and ipsec_used.
christos
2013-06-04
PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access
christos
2011-06-09
more "const"
drochner
2011-05-23
g/c remainders of IV handling in pfkey code -- this is done in
drochner
2011-02-21
treat "struct secpolicyindex" and "struct secasindex" as "const" once
drochner
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
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-18
Constify the code following the dyoung change ( the "bug" was hidden by the
degroote
2005-12-10
Multiple inclusion protection, as suggested by christos@ on tech-kern@
elad
2005-02-26
nuke trailing whitespace
perry
2004-03-02
Bring the PCB policy cache over from KAME IPsec, including the "hint"
thorpej
2003-08-13
Initial import of Sam Leffler's `Fast-IPsec' from FreeBSD 4.
jonathan