summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
AgeCommit message (Expand)Author
2003-01-20The Double-Semi-Colon Police.simonb
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-11correct signedness mixup in pointer passing. sync w/kameitojun
2002-06-30Changes to allow the IPv4 and IPv6 layers to align headers themseves,thorpej
2002-06-09whitespace cleanupitojun
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun
2002-05-28use arc4random() where possible.itojun
2002-05-28limit number of IPv6 fragments (not the fragment queue size) toitojun
2002-05-12Spelling fixes, from Sergey Svishchev in kern/16650.wiz
2001-12-22make it compile even if NGIF=0itojun
2001-12-21move in6_gif_hlim decl to in6_gif.c. sync with kameitojun
2001-12-18reduce white space/cosmetic diffs w/kame.itojun
2001-11-13add RCSIDslukem
2001-11-02check offset overrun in ip6_nexthdr.itojun
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-10-24more whitespace sync with kameitojun
2001-10-16more whitespace/comment sync with kameitojun
2001-10-15implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.itojun
2001-08-06cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed,itojun
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-30enable FAKE_LOOPBACK_IF case by default.itojun
2001-03-21do not inject packets to ipfilter, if the packet went through IPsec tunnel.itojun
2001-03-16drop packets with link-local addresses,itojun
2001-03-01make sure to enforce inbound ipsec policy checking, for any protocols on topitojun
2001-02-24C requires that labels be followed by statements.cgd
2001-02-10to sync with kame better, (1) remove register declaration for variables,itojun
2001-02-07during ip6/icmp6 inbound packet processing, do not call log() nor printf() initojun
2000-12-28Back out the sledgehammer damage applied by wiz while I was out forthorpej
2000-12-25Back out previous change. It causes NAT to fail, and was CLEARLYwiz
2000-12-22Slight adjustment to how pfil_head's are registered. Instead of athorpej
2000-12-14Add ALTQ glue. XXX Temporary until ALTQ is changed to use a pfil hook.thorpej
2000-11-11Restructure the PFIL_HOOKS mechanism a bit:thorpej
2000-10-23make IFA_STATS really work on IPv6.itojun
2000-08-31add missing \n on log(). sync with kameitojun
2000-08-26implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.itojun
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