summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite in6_selectroute() to no longer return an ifp.mpi2015-09-111-4/+3
* Move the multicast option parsing out of in6_selectroute().mpi2015-09-111-3/+3
* Kill selectroute().mpi2015-09-111-2/+2
* Kill yet another argument to functions in IPv6. This time ip6_output'sclaudio2015-09-111-2/+2
* Remove the "multicast_" prefix from the fields a multicast-only struct.mpi2014-12-171-3/+3
* Use an interface index instead of a pointer for multicast options.mpi2014-12-171-3/+3
* introduce the IFXF_AUTOCONF6 interface flag which controls wether wehenning2014-07-111-2/+1
* Invert the signature logic of in{,6}_selectsrc, make them return thejca2014-04-181-4/+4
* There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6,deraadt2013-10-211-1/+4
* Pass the routing domain to IPv6 pr_ctlinput() like in IPv4.bluhm2013-06-011-2/+2
* tedu faith(4), suggested by todd@ some weeks ago after a submission bympi2013-03-141-2/+1
* Remove the IPv6 fragment overlapping length adjustment code. Itbluhm2012-01-091-14/+6
* Replace the hand-crafted queue for IPv6 fragments with LIST.bluhm2012-01-091-8/+3
* Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ.bluhm2012-01-051-3/+2
* rdomain support for IPv6sperreault2011-11-241-3/+3
* Extract the new function ip6_fragment() from ip6_output() to makebluhm2011-03-221-1/+2
* Extract the new function frag6_deletefraghdr() from frag6_input()bluhm2011-03-061-1/+2
* Remove the no longer used ip6s_exthdrtoolong field.claudio2010-12-211-2/+1
* remove some unused netinet6 codejsg2010-07-081-5/+1
* delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed.markus2008-11-251-1/+2
* Remove dead code: ip6_copypktopts() is not used anywhere.mpf2008-09-031-2/+1
* From KAME, allow adjustable limits on NDP entries and discovered routes.mcbride2008-06-111-1/+5
* Introduce a facility to generate unpredictable 32 bit numbers withdjm2008-06-091-2/+3
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-1/+2
* apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.henning2007-06-011-2/+2
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-18/+57
* introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).itojun2006-11-211-1/+2
* u_quad_t -> u_int64_tbrad2006-07-061-40/+40
* Add support for equal-cost multipath IP.pascoe2006-06-181-1/+2
* Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowardingclaudio2006-05-271-1/+2
* 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