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
Age
Commit message (
Expand
)
Author
2014-03-01
Remove modification of an unused uninitialized variable.
joerg
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-12-24
fix debugging output printfs to use __func__ so they print the correct names.
christos
2013-12-24
fix a typo in the log ouput of ipsec4_get_policy
degroote
2013-11-03
- apply some __diagused
mrg
2013-09-19
make debugging code use __func__
christos
2013-08-28
Fix sense of consttime_memequal and update all callers.
riastradh
2013-06-24
Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
riastradh
2013-06-11
remove the last vestiges of fast_ipsec
christos
2013-06-08
Split IPsec code in ip_input() and ip_forward() into the separate routines
rmind
2013-06-08
Split IPSec logic from ip_output() into a separate routine - ipsec4_output().
rmind
2013-06-05
IPSEC has not come in two speeds for a long time now (IPSEC == kame,
christos
2013-06-04
PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access
christos
2013-05-09
Fix FAST_IPSEC locking violation.
gdt
2012-12-07
rename pcb_sp to policy to avoid:
christos
2012-09-20
Fix whitespace (mostly removing trailing).
gdt
2012-08-30
Add "consttime_bcmp" and "explicit_bzero" functions for both kernel
drochner
2012-08-29
g/c unused struct member
drochner
2012-06-02
Add some pre-processor magic to verify that the type of the data item
dsl
2012-03-22
remove KAME IPSEC, replaced by FAST_IPSEC
drochner
2012-03-13
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
elad
2012-01-26
remove some DPRINTFs which are not just diagnostics but cause noise
drochner
2012-01-25
After IPSEC input processing, pass a decoded/authenticated IPv4 packet
drochner
2012-01-25
Make sure the mbufs in the input path (only the parts which we are going
drochner
2012-01-24
fix pointer/offset mistakes in handling of IPv4 options
drochner
2012-01-11
fix build in the (FAST_)IPSEC & TCP_SIGNATURE case
drochner
2012-01-11
protect "union sockaddr_union" from being defined twice by a CPP symbol
drochner
2012-01-10
add patch from Arnaud Degroote to handle IPv6 extended options with
drochner
2012-01-09
allow the ESP fragment length in the NAT-T case to be reported back
drochner
2012-01-09
Make FAST_IPSEC the default IPSEC implementation which is built
drochner
2012-01-06
more IPSEC header cleanup: don't install unneeded headers to userland,
drochner
2012-01-04
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
drochner
2012-01-04
-consistently use "char *" for the compiled policy buffer in the
drochner
2011-12-19
rename the IPSEC in-kernel CPP variable and config(8) option to
drochner
2011-12-19
as in netkey/key.c, just use cprng_fast() to get a random number
drochner
2011-11-29
add missing rnd_extract->cprng_fast conversion, fixes build of
drochner
2011-08-31
NULL does not need a cast
plunky
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-06-09
catch a case where an ip6 address with scope embedded was compared with
drochner
2011-06-09
more "const"
drochner
2011-06-08
Fiddle a bit with const's to make FAST_IPSEC compile.
dyoung
2011-06-07
fix tunnel encapsulation in ipsec6_process_packet() -- it is not
drochner
2011-06-07
reindent ipsec6_process_packet() - whitespace changes only
drochner
2011-06-06
remove a limitation that inner and outer IP version must be equal
drochner
2011-06-05
more malloc style.
christos
2011-06-05
- sprinkle const
christos
2011-05-26
pull in AES-GCM/GMAC support from OpenBSD
drochner
2011-05-24
copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC
drochner
2011-05-23
g/c remainders of IV handling in pfkey code -- this is done in
drochner
2011-05-23
allow ESP to use AES-CTR
drochner
[next]