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
/
esp_input.c
Age
Commit message (
Expand
)
Author
2003-10-25
fix uninitialized variables
christos
2003-08-06
m_cat may free mbuf on 2nd arg, so m_pkthdr manipulation has to happen
itojun
2003-07-22
unifdef -U_IP_VHL
itojun
2003-07-09
remove obsolete comment on the use of m_pullup
itojun
2003-07-04
fix missing check for taillen against pkthdr.len. markus@openbsd
itojun
2003-05-14
always use PULLDOWN_TEST codepath.
itojun
2003-01-20
Remove variable that is only assigned too but not referenced.
simonb
2002-10-28
increase correct stat. KAME pr 445
itojun
2002-09-11
correct pointer signedness mixups. sync w/kame
itojun
2002-09-11
correct signedness mixup in pointer passing. sync w/kame
itojun
2002-08-21
check packet length before fetching ESP crypto checksum. sync w/kame
itojun
2002-08-14
avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE
itojun
2002-06-08
whitespace cleanup
itojun
2002-03-18
esp/ah_ctlinput: pass useful address to key_alloc.
itojun
2001-12-18
remove obsolete #if 0'ed portion.
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-09-18
pullup IPv6 and subsequent headers, on IPv6 IPsec transport mode input.
itojun
2000-08-29
improve code sharing for esp_schedule(). add some diagnostics cases
itojun
2000-08-29
use per-block cipher function + esp_cbc_{de,en}crypt. do not use
itojun
2000-08-16
add missing splx, when outgoing interface queue is full on tunnelled
itojun
2000-07-30
clarify comment. from jhawk. sync with kame.
itojun
2000-07-23
pre-compute and cache intermediate crypto key. suggestion from sommerfeld,
itojun
2000-07-18
correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).
itojun
2000-06-14
Import IPsec ESP from netbsd-cryptosrc-intl.
thorpej