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
/
ah_input.c
Age
Commit message (
Expand
)
Author
2001-12-21
whitespace/costmetic sync w/kame
itojun
2001-12-21
remove obsolete #if 0'ed section. sync w/kame
itojun
2001-11-13
add RCSIDs
lukem
2001-10-15
reduce diff with kame. whitespace changes only.
itojun
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2001-03-01
make sure to enforce inbound ipsec policy checking, for any protocols on top
itojun
2001-02-11
pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discovery
itojun
2001-01-24
- record IPsec packet history into m_aux structure.
itojun
2000-12-09
update icmp6 too big validation. the change is necessary since pmtud is
itojun
2000-10-19
memcpy -> bcopy, for sync with kame tree
itojun
2000-10-18
verify ICMPv6 too big messages based on TCP pcbs, and/or IPsec SA.
itojun
2000-10-18
Restructure the Path MTU Discovery code somewhat to avoid
thorpej
2000-10-02
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
itojun
2000-08-16
add missing splx, when outgoing interface queue is full on tunnelled
itojun
2000-08-15
Make this compile without INET6 again.
thorpej
2000-07-18
correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).
itojun
2000-06-02
sync with more recent kame. cope with malloc failure more gracefully
itojun
2000-03-26
Oops; fix thinko.
mycroft
2000-03-26
Update byte count and time stamps for received packets (as in ESP).
mycroft
2000-03-21
cleanup AH/policy processing.
itojun
2000-02-26
with IPv4 AH, strip off AH from the packet. this is to make some
itojun
2000-02-25
make variable initialization safer.
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 too much portability code in KAME, to improve readability.
itojun
1999-07-30
remove reference to in6_systm.h (file itself will be removed afterwords)
itojun
1999-07-06
checked build on alpha and i386, with GENERIC.v6.
itojun
1999-07-03
RCS ID police.
thorpej
1999-06-28
KAME/NetBSD 1.4 SNAP kit, dated 19990628.
itojun