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
/
ipsec_input.c
Age
Commit message (
Expand
)
Author
2008-04-23
Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and
thorpej
2008-04-15
Make ip6 and icmp6 stats per-cpu.
thorpej
2008-04-08
Change IPv6 stats from a structure to an array of uint64_t's.
thorpej
2007-06-27
Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4).
degroote
2007-03-04
Remove useless cast
degroote
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-10
Commit my SoC work
degroote
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-13
more __unused
christos
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2004-04-24
Add `const' to the safety-catch local definition of ip6_protosw,
jonathan
2004-03-20
Temporarily ifdef out sys/netipsec/ipsec_input.c:esp6_ctlinput(),
jonathan
2004-03-01
Add missing copyright notices (FreeBSD rev 1.2.4.2).
thorpej
2003-10-06
Reversion of "netkey merge", part 2 (replacement of removed files in the
tls
2003-09-12
merge netipsec/key* into netkey/key*. no need for both.
itojun
2003-08-20
opt_inet6.h is FreeBSD-specific, so wrap it with #ifdef __FreeBSD__/#endif.
jonathan
2003-08-15
Fix bug with IP_DF handling which was breaking TCP: on FreeBSD, ip_off
jonathan
2003-08-15
Change ipsec4_common_input() to return void (not int with errno,
jonathan
2003-08-13
Initial import of Sam Leffler's `Fast-IPsec' from FreeBSD 4.
jonathan