summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
AgeCommit message (Expand)Author
2000-07-06- do not use bitfield for router renumbering header.itojun
2000-07-02drop packet to tentative/duplicated interface address earlier. sync w/kameitojun
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-13do not use cached route if the route becomes !RTF_UP.itojun
2000-05-19correct manipulation of link-local scoped address on loopback.itojun
2000-04-12revisit in6_ifattach().itojun
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-21cleanup AH/policy processing.itojun
2000-03-21#if 0'ed too strong sanity check against packets with v4 compatible addresses.itojun
2000-02-20pass "struct pfil_head *" to pfil_add_hook and pfil_remove hook ratherdarrenr
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-31be proactive about malicious packet on the wire. we fear that v4 mappeditojun
2000-01-06remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsecitojun
2000-01-06make IPV6_BINDV6ONLY setsockopt available. it controls behavior ofitojun
2000-01-06add missing net.inet6.ip6.rr_prune case.itojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-10-01sanity check against truncated extension headers.itojun
1999-08-07remove invalid initialization if in6_iflladdr.itojun
1999-07-31sync with recent KAME.itojun
1999-07-22change unnecessary u_long/long into u_int32_t or something relevant.itojun
1999-07-09defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h).thorpej
1999-07-03RCS ID police.thorpej
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun