summaryrefslogtreecommitdiff
path: root/sys/netinet6/ipcomp_input.c
AgeCommit message (Expand)Author
2008-05-05Back out previous. It broke the build.ad
2008-05-04Move zlib out of net/ and into kern/. It would probably be better to usead
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2007-12-09Kill _IP_VHL ifdef (from netinet/ip.h history, it has never been used in NetB...degroote
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill 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-14From FreeBSD:rpaulo
2005-12-11merge ktrace-lwp.christos
2005-07-07Defopt IPSEC_NAT_T.tron
2005-05-20Use NAT-T ports for AH and IPcomp too.manu
2005-04-29move decl of inetsw to its own header to avoid array of incomplete type.yamt
2005-04-23Enhance IPSEC_NAT_T so that it can work with multiple machines behind themanu
2004-02-11KNFitojun
2003-07-02typo. found by markus@openbsditojun
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
2001-11-13add RCSIDslukem
2001-10-15reduce diff with kame. whitespace changes only.itojun
2001-03-01make sure to enforce inbound ipsec policy checking, for any protocols on topitojun
2001-01-24- record IPsec packet history into m_aux structure.itojun
2000-10-02fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.itojun
2000-09-26update ip compression algorithm lookup.itojun
2000-09-21- repair too strong assumption on mbuf chain.itojun
2000-07-06remove unnecessary #include <netkey/key_debug.h>. from kame.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 extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsecitojun
1999-11-05fix well-known CPI handling bug. (sync with KAME code)itojun
1999-07-30remove reference to in6_systm.h (file itself will be removed afterwords)itojun
1999-07-06fix IPSEC (but not INET6) build.itojun
1999-07-03RCS ID police.thorpej
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun