summaryrefslogtreecommitdiff
path: root/sys/netinet6/ah_input.c
AgeCommit message (Expand)Author
2003-10-25fix uninitialized variableschristos
2003-09-28Remove some code that breaks AH tunnels completely. The comment describingmycroft
2003-08-06m_cat may free mbuf on 2nd arg, so m_pkthdr manipulation has to happenitojun
2003-07-22unifdef -U_IP_VHLitojun
2003-07-09remove obsolete comment on the use of m_pullupitojun
2003-05-14always use PULLDOWN_TEST codepath.itojun
2002-09-11correct pointer signedness mixups. sync w/kameitojun
2002-09-11correct signedness mixup in pointer passing. sync w/kameitojun
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-06-09whitespace cleanupitojun
2002-05-29avoid unneeded malloc/free. sync w/kameitojun
2002-03-18esp/ah_ctlinput: pass useful address to key_alloc.itojun
2001-12-21whitespace/costmetic sync w/kameitojun
2001-12-21remove obsolete #if 0'ed section. sync w/kameitojun
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-08-16add missing splx, when outgoing interface queue is full on tunnelleditojun
2000-08-15Make this compile without INET6 again.thorpej
2000-07-18correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).itojun
2000-06-02sync with more recent kame. cope with malloc failure more gracefullyitojun
2000-03-26Oops; fix thinko.mycroft
2000-03-26Update byte count and time stamps for received packets (as in ESP).mycroft
2000-03-21cleanup AH/policy processing.itojun
2000-02-26with IPv4 AH, strip off AH from the packet. this is to make someitojun
2000-02-25make variable initialization safer.itojun
2000-02-17Change the use of pfil hooks. There is no longer a single list of alldarrenr
2000-02-06fix include pathname for better rfc2292 compliance.itojun
2000-01-31bring in latest KAME ipsec tree.itojun
2000-01-06remove too much portability code in KAME, to improve readability.itojun
1999-07-30remove reference to in6_systm.h (file itself will be removed afterwords)itojun
1999-07-06checked build on alpha and i386, with GENERIC.v6.itojun
1999-07-03RCS ID police.thorpej
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun