summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
AgeCommit message (Expand)Author
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
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2007-02-10Commit my SoC workdegroote
2006-12-15Introduce new helper functions to abstract the route caching.joerg
2006-12-09Here are various changes designed to protect against bad IPv4dyoung
2006-12-02Use the queue(3) macros instead of open-coding them. Shortendyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
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