summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* g/c ip6_flow_seq. found by mcbride. mcbride okitojun2004-10-181-2/+1
* use random number generator to generate IPv6 fragment ID/flowlabel.itojun2003-10-011-2/+4
* make net.inet6.ip6.redirect actually work. from kameitojun2003-08-071-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* From Andrushock, s/sucess/success/gmillert2002-12-091-2/+2
* fix pointer signedness mixup. sync w/kameitojun2002-09-111-2/+2
* sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun2002-06-081-4/+9
* move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs.itojun2002-06-071-1/+2
* just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB,itojun2002-06-071-1/+2
* force fragment to minimum link MTU (1280) when needed (when PMTUD doesitojun2002-05-291-1/+2
* limit number of IPv6 fragments (not the fragment queue size) toitojun2002-05-281-1/+3
* First round of __P removal in sysmillert2002-03-141-37/+37
* Deprecated IPV6_ENCAPSULATEDangelos2001-05-281-2/+1
* witch raw ip6 socket code from NRL to kame.itojun2001-02-081-1/+3
* remove m_pulldown statistics, which is highly experimentalitojun2000-07-121-15/+1
* - more icmp6/ip6 stats.itojun2000-07-061-8/+7
* IPv6 IPsec, outbound direction.itojun2000-06-191-1/+2
* net.inet.ip.gif_ttl (and IPv6 counterpart) is never used.itojun2000-05-251-2/+1
* aintroduce ip6_{next,last}hdr which lets us parse IPv6 header chain correctly.itojun2000-03-221-2/+4
* - check raw socket icmp6 filter only if the packet is icmp6.itojun2000-02-281-1/+2
* bring in recent KAME changes (only important and stable ones, as usual).itojun2000-02-281-1/+36
* make IPv6 reass work on alpha. NetBSD PR 9340.itojun2000-02-041-27/+26
* remove never-visited function icmp6_ctloutput().itojun2000-01-081-3/+1
* Remove remaining unnecessary ifdefs (itojun will hate me for this :-)angelos1999-12-101-31/+1
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+289