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
/
netinet6
/
ipcomp_input.c
Age
Commit message (
Expand
)
Author
2008-05-05
Back out previous. It broke the build.
ad
2008-05-04
Move zlib out of net/ and into kern/. It would probably be better to use
ad
2008-04-23
Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and
thorpej
2007-12-09
Kill _IP_VHL ifdef (from netinet/ip.h history, it has never been used in NetB...
degroote
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-02-14
From FreeBSD:
rpaulo
2005-12-11
merge ktrace-lwp.
christos
2005-07-07
Defopt IPSEC_NAT_T.
tron
2005-05-20
Use NAT-T ports for AH and IPcomp too.
manu
2005-04-29
move decl of inetsw to its own header to avoid array of incomplete type.
yamt
2005-04-23
Enhance IPSEC_NAT_T so that it can work with multiple machines behind the
manu
2004-02-11
KNF
itojun
2003-07-02
typo. found by markus@openbsd
itojun
2002-09-11
correct signedness mixup in pointer passing. sync w/kame
itojun
2002-08-14
avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE
itojun
2001-11-13
add RCSIDs
lukem
2001-10-15
reduce diff with kame. whitespace changes only.
itojun
2001-03-01
make sure to enforce inbound ipsec policy checking, for any protocols on top
itojun
2001-01-24
- record IPsec packet history into m_aux structure.
itojun
2000-10-02
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
itojun
2000-09-26
update ip compression algorithm lookup.
itojun
2000-09-21
- repair too strong assumption on mbuf chain.
itojun
2000-07-06
remove unnecessary #include <netkey/key_debug.h>. from kame.
itojun
2000-02-17
Change the use of pfil hooks. There is no longer a single list of all
darrenr
2000-02-06
fix include pathname for better rfc2292 compliance.
itojun
2000-01-31
bring in latest KAME ipsec tree.
itojun
2000-01-06
remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec
itojun
1999-11-05
fix well-known CPI handling bug. (sync with KAME code)
itojun
1999-07-30
remove reference to in6_systm.h (file itself will be removed afterwords)
itojun
1999-07-06
fix IPSEC (but not INET6) build.
itojun
1999-07-03
RCS ID police.
thorpej
1999-06-28
KAME/NetBSD 1.4 SNAP kit, dated 19990628.
itojun