summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
AgeCommit message (Expand)Author
2006-05-25Make the mbuf writable before calling in6_clearscope(). Based on patch sentbouyer
2006-05-23In ip6_savecontrol(), ignore IPv4 packets.rpaulo
2006-05-07while (1) -> for (;;)rpaulo
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-04-15Coverity CID 856: m cannot be NULL here. Remove bogus test.christos
2006-03-05NDP-related improvements:rpaulo
2006-01-23ip6_input: don't embed scope id before running packet filters.yamt
2006-01-21Better support of IPv6 scoped addresses.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-08-28Implement net.inet6.ip6.stats sysctl.rpaulo
2005-05-29- avoid shadowed variableschristos
2004-12-04Convert lo(4) to a clonable device.peter
2004-11-28We don't need to include bpfilter.hchristos
2004-06-01there's no use to check privs on curproc in the input path. jinmei@kameitojun
2004-05-25Sysctl descriptions under net subtree (net.key not done)atatat
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-02-11minor KNFitojun
2004-02-11KNFitojun
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