summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.h
AgeCommit message (Expand)Author
2009-11-05IPv6 support for divert sockets.Michele Marchetto
2008-11-25delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed.Markus Friedl
2008-06-11From KAME, allow adjustable limits on NDP entries and discovered routes.Ryan Thomas McBride
2008-03-09use the right capitalization for platform namesIgor Sobrado
2007-01-22Fix KAME cvsweb urlsMiod Vallat
2006-12-09switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).Jun-ichiro itojun Hagino
2006-11-21introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).Jun-ichiro itojun Hagino
2006-11-17move comment to a line where it makes more senseJun-ichiro itojun Hagino
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-06-18Add support for equal-cost multipath IP.Christopher Pascoe
2006-05-27Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowardingClaudio Jeker
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-06-12support IPV6_USE_MIN_MTU, to make BIND9 better.Jun-ichiro itojun Hagino
2004-06-11back out tree breakage. Like, come onTheo de Raadt
2004-06-11support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kameJun-ichiro itojun Hagino
2004-02-15switch to sysctl_int_arr(); ok itojun, henning, miod, deraadtMarkus Friedl
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.Jun-ichiro itojun Hagino
2002-06-07mistake in sysctl tableJun-ichiro itojun Hagino
2002-06-07just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB,Jun-ichiro itojun Hagino
2002-05-28limit number of IPv6 fragments (not the fragment queue size) toJun-ichiro itojun Hagino
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-07whitespace/comment sync with kameJun-ichiro itojun Hagino
2001-09-19comment; sockopt # 57-59 are also reservedJun-ichiro itojun Hagino
2001-08-22Add IPCOMP setsockopt policy controls. While here fix the other policies tooNiklas Hallqvist
2001-03-30fix constness of IN6_{IS,ARE}_xx macros to conform to RFC2553.Jun-ichiro itojun Hagino
2001-03-02remove date string from KAME version identification, it is getting meaninglessJun-ichiro itojun Hagino
2001-02-16get rid of #ifdef IPV6FIREWALL (never used, will never be used)Jun-ichiro itojun Hagino
2001-02-16pull in new pcb notification code from kame. better handling of scope address.Jun-ichiro itojun Hagino
2000-10-17use __P() in prototype for non-ansi compilers.Jun-ichiro itojun Hagino
2000-08-27move IPv6 IPsec sysctl # downward, to avoid number conflict in *BSD.Jun-ichiro itojun Hagino
2000-07-16don't pull sys/queue.h in. sync better with kame.Jun-ichiro itojun Hagino
2000-06-25Fix typo; ds@ds.primasoft.bgAaron Campbell
2000-06-18allow IPsec-related get/setsockopt on IPv6 socket. due to number conflictJun-ichiro itojun Hagino
2000-05-25net.inet.ip.gif_ttl (and IPv6 counterpart) is never used.Jun-ichiro itojun Hagino
2000-02-28bring in recent KAME changes (only important and stable ones, as usual).Jun-ichiro itojun Hagino
2000-02-19use more modern typesTheo de Raadt
2000-02-09improve RFC2553/2292 conformance. netinet6/{ip6,icmp6,in6}.h should notJun-ichiro itojun Hagino
1999-12-10Add RCS tags, remove unused header files and code, remove a fewAngelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-03-24Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al.cmetz
1999-03-09Demangled the INET6 stuff so as not to require any extra options and not tocmetz
1999-02-24Synchronized changes needed to integrate into OpenBSD with the NRL sourcecmetz
1999-01-11_KERNEL, and other cleanupTheo de Raadt
1999-01-10merge INPROTO_* tablesTheo de Raadt
1999-01-08use _KERNEL, add ipv6intrq declTheo de Raadt
1999-01-07missed fileTheo de Raadt