summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.h
AgeCommit message (Expand)Author
2003-11-12implement net.inet6.ifqitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun
2002-05-28limit number of IPv6 fragments (not the fragment queue size) toitojun
2002-05-14rename: net.inet6.ip6.bindv6only -> net.inet6.ip6.v6onlyitojun
2002-05-13* Use uint{8,32}_t from <netinet/in.h> where applicable; use privatekleink
2002-05-13IPV6PORT_* aren't in the reserved namespace either.kleink
2002-05-13Check _POSIX_C_SOURCE as well.kleink
2002-05-13Update two comments.kleink
2002-05-12Provide local definitions of in_{addr,port}_t in <netinet/in.h> and usekleink
2001-12-21whitespace/costmetic sync w/kameitojun
2001-11-17(minor) delintperry
2001-10-24more whitespace sync with kameitojun
2001-10-18reduce diffs with kame (mostly cosmetic).itojun
2001-10-16reduce diff with kame. whitespace onlyitojun
2001-10-15implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.itojun
2001-07-24fix comment on setsockopt arg size. KAME PR 369itojun
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-03-30fix constness of IN6_{IS,ARE}_xx with RFC2553. sync with kame.itojun
2001-03-02have comment that refers to kame COVERAGE document. sync with kameitojun
2001-03-02the date string in KAME version is getting very meaningless, remove.itojun
2001-02-11pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discoveryitojun
2000-10-17use __P() in prototype for non-ansi compilers.itojun
2000-08-27add a warning on IPv6 setsockopt number space (*BSD shares the number spaceitojun
2000-08-26implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.itojun
2000-07-16do not pull sys/queue.h from netinet6/in6.h. PR10597.itojun
2000-07-06elide lint cast type conversion warnings.christos
2000-06-26XNS5.2: define sa_family_t and use it where specified by the standard.kleink
2000-06-08Use _POSIX_SOURCE-safe type namesdanw
2000-05-24enforce parameter type check for IN6_ARE_ADDR_EQUAL(). (sync with kame)itojun
2000-02-28remove some of cross-BSD portability #ifdef.itojun
2000-02-19s/u_char/u_int8_t/ for sin6_{family,len}itojun
2000-02-17Change the use of pfil hooks. There is no longer a single list of alldarrenr
2000-02-09to improve RFC2553/2292 compliance, and promote use ofitojun
2000-01-06remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsecitojun
2000-01-06make IPV6_BINDV6ONLY setsockopt available. it controls behavior ofitojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-07-06sync with KAME/NetBSD 1.4, SNAP kit 19990705.itojun
1999-07-03RCS ID police.thorpej
1999-07-03Take a stab at namespace protection. For now, only the obvious problems arekleink
1999-07-02move ipsec sysctl index to IPPROTO_AH (instead of IPPROTO_ESP),itojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun