summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
AgeCommit message (Expand)Author
2003-12-04Dynamic sysctl.atatat
2003-11-12implement net.inet6.ifqitojun
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-14fix endian bug in fragment header scanning.itojun
2003-09-06randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictabilityitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-30avoid ICMPv6 redirect if the packet filter rewrite dst addr to an addressitojun
2003-05-14KNFitojun
2003-05-14do not use m_pulldown() to parse intermediate extension headers (like routing).itojun
2003-05-14always use PULLDOWN_TEST codepath.itojun
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