summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-10-04check result of setscope, from logan.christos
2013-06-29- Rewrite parts of pfil(9): use array to store hooks and thus be more cachermind
2013-06-05IPSEC has not come in two speeds for a long time now (IPSEC == kame,christos
2012-11-29Add a new sysctl to mark ports as reserved, so that they are not used inchristos
2012-06-25rename rfc6056 -> portalgo, requested by yamtchristos
2012-06-234 new sysctls to avoid ipv6 DoS attacks from OpenBSDchristos
2012-06-22PR/46602: Move the rfc6056 port randomization to the IP layer.christos
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-01-10add patch from Arnaud Degroote to handle IPv6 extended options withdrochner
2011-12-31- fix offsetof usage, and redundant defineschristos
2011-12-19rename the IPSEC in-kernel CPP variable and config(8) option todrochner
2011-11-19First step of random number subsystem rework described intls
2011-06-01Don't refer to extern tcbtable here, it is unused.dyoung
2011-05-24RA flood mitigation via a limit on accepted routes:spz
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung
2010-02-04Explicitly include opt_gateway.h when depending on GATEWAY.joerg
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-05-01Add missing paranthesis - from Kurt Lidl in PR port-vax/41316martin
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-01-19Provide compatibility to the old timeval SCM_TIMESTAMP messages.christos
2008-08-21Change KERNEL_LOCK_ONE (wrong name) to KERNEL_LOCK (the right name).matt
2008-08-20Fix 8-spaces-vs-tab goop.simonb
2008-08-20Make the sysctl routines take out softnet_lock before dealing withmatt
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-24Merge the socket locking patch:ad
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2008-02-27Convert to ansi definitions from old-style definitons.matt
2007-12-04Use IFNET_FOREACH() and IFADDR_FOREACH().dyoung
2007-10-29The IPv6 stack labels incoming packets with an m_tag whose payloaddyoung
2007-10-24Replace rote sockaddr_in6 initializations (memset(), set sa6_family,dyoung
2007-09-11In some FAST_IPSEC, spl level is not restored correctly. Fix that.degroote
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-23Ansify + add a few comments, from Karl Sjödahlchristos
2007-05-17remove net.inet6.ip6.rht0 sysctl.yamt
2007-05-06Use rtcache_lookup2(), and fix cache hit/miss accounting.dyoung
2007-05-05from kame:yamt
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-04-22Disable processing of routing header type 0 packets since they can be usedchristos
2007-03-24Minor change - be a little more consistant in sysctl handlers namesliamjfoy
2007-03-24Don't call ip*flow_reap if we're just looking up maxflowsliamjfoy
2007-03-23Add a new sysctl net.inet6.ip6.hashsize to control the hash table size.liamjfoy
2007-03-07Add IPv6 Fast Forward - the IPv4 counterpart:liamjfoy
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22Cosmetic: use __arraycount. In ip6_input, move type of parameterdyoung