summaryrefslogtreecommitdiff
path: root/sys/netinet6/esp_input.c
AgeCommit message (Expand)Author
2001-12-18remove obsolete #if 0'ed portion.itojun
2001-11-13add RCSIDslukem
2001-10-15reduce diff with kame. whitespace changes only.itojun
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-01make sure to enforce inbound ipsec policy checking, for any protocols on topitojun
2001-02-11pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discoveryitojun
2001-01-24- record IPsec packet history into m_aux structure.itojun
2000-12-09update icmp6 too big validation. the change is necessary since pmtud isitojun
2000-10-19memcpy -> bcopy, for sync with kame treeitojun
2000-10-18verify ICMPv6 too big messages based on TCP pcbs, and/or IPsec SA.itojun
2000-10-18Restructure the Path MTU Discovery code somewhat to avoidthorpej
2000-10-02fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.itojun
2000-09-18pullup IPv6 and subsequent headers, on IPv6 IPsec transport mode input.itojun
2000-08-29improve code sharing for esp_schedule(). add some diagnostics casesitojun
2000-08-29use per-block cipher function + esp_cbc_{de,en}crypt. do not useitojun
2000-08-16add missing splx, when outgoing interface queue is full on tunnelleditojun
2000-07-30clarify comment. from jhawk. sync with kame.itojun
2000-07-23pre-compute and cache intermediate crypto key. suggestion from sommerfeld,itojun
2000-07-18correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).itojun
2000-06-14Import IPsec ESP from netbsd-cryptosrc-intl.thorpej