| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite in6_selectroute() to no longer return an ifp. |  mpi | 2015-09-11 | 1 | -4/+3 |
* | Move the multicast option parsing out of in6_selectroute(). |  mpi | 2015-09-11 | 1 | -3/+3 |
* | Kill selectroute(). |  mpi | 2015-09-11 | 1 | -2/+2 |
* | Kill yet another argument to functions in IPv6. This time ip6_output's |  claudio | 2015-09-11 | 1 | -2/+2 |
* | Remove the "multicast_" prefix from the fields a multicast-only struct. |  mpi | 2014-12-17 | 1 | -3/+3 |
* | Use an interface index instead of a pointer for multicast options. |  mpi | 2014-12-17 | 1 | -3/+3 |
* | introduce the IFXF_AUTOCONF6 interface flag which controls wether we |  henning | 2014-07-11 | 1 | -2/+1 |
* | Invert the signature logic of in{,6}_selectsrc, make them return the |  jca | 2014-04-18 | 1 | -4/+4 |
* | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, |  deraadt | 2013-10-21 | 1 | -1/+4 |
* | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. |  bluhm | 2013-06-01 | 1 | -2/+2 |
* | tedu faith(4), suggested by todd@ some weeks ago after a submission by |  mpi | 2013-03-14 | 1 | -2/+1 |
* | Remove the IPv6 fragment overlapping length adjustment code. It |  bluhm | 2012-01-09 | 1 | -14/+6 |
* | Replace the hand-crafted queue for IPv6 fragments with LIST. |  bluhm | 2012-01-09 | 1 | -8/+3 |
* | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. |  bluhm | 2012-01-05 | 1 | -3/+2 |
* | rdomain support for IPv6 |  sperreault | 2011-11-24 | 1 | -3/+3 |
* | Extract the new function ip6_fragment() from ip6_output() to make |  bluhm | 2011-03-22 | 1 | -1/+2 |
* | Extract the new function frag6_deletefraghdr() from frag6_input() |  bluhm | 2011-03-06 | 1 | -1/+2 |
* | Remove the no longer used ip6s_exthdrtoolong field. |  claudio | 2010-12-21 | 1 | -2/+1 |
* | remove some unused netinet6 code |  jsg | 2010-07-08 | 1 | -5/+1 |
* | delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. |  markus | 2008-11-25 | 1 | -1/+2 |
* | Remove dead code: ip6_copypktopts() is not used anywhere. |  mpf | 2008-09-03 | 1 | -2/+1 |
* | From KAME, allow adjustable limits on NDP entries and discovered routes. |  mcbride | 2008-06-11 | 1 | -1/+5 |
* | Introduce a facility to generate unpredictable 32 bit numbers with |  djm | 2008-06-09 | 1 | -2/+3 |
* | add sysctl entry points into various network layers, in particular to |  deraadt | 2007-12-14 | 1 | -1/+2 |
* | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. |  henning | 2007-06-01 | 1 | -2/+2 |
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). |  itojun | 2006-12-09 | 1 | -18/+57 |
* | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). |  itojun | 2006-11-21 | 1 | -1/+2 |
* | u_quad_t -> u_int64_t |  brad | 2006-07-06 | 1 | -40/+40 |
* | Add support for equal-cost multipath IP. |  pascoe | 2006-06-18 | 1 | -1/+2 |
* | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding |  claudio | 2006-05-27 | 1 | -1/+2 |
* | g/c ip6_flow_seq. found by mcbride. mcbride ok |  itojun | 2004-10-18 | 1 | -2/+1 |
* | use random number generator to generate IPv6 fragment ID/flowlabel. |  itojun | 2003-10-01 | 1 | -2/+4 |
* | make net.inet6.ip6.redirect actually work. from kame |  itojun | 2003-08-07 | 1 | -1/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | From Andrushock, s/sucess/success/g |  millert | 2002-12-09 | 1 | -2/+2 |
* | fix pointer signedness mixup. sync w/kame |  itojun | 2002-09-11 | 1 | -2/+2 |
* | sync with latest KAME in6_ifaddr/prefix/default router manipulation. |  itojun | 2002-06-08 | 1 | -4/+9 |
* | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. |  itojun | 2002-06-07 | 1 | -1/+2 |
* | just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB, |  itojun | 2002-06-07 | 1 | -1/+2 |
* | force fragment to minimum link MTU (1280) when needed (when PMTUD does |  itojun | 2002-05-29 | 1 | -1/+2 |
* | limit number of IPv6 fragments (not the fragment queue size) to |  itojun | 2002-05-28 | 1 | -1/+3 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -37/+37 |
* | Deprecated IPV6_ENCAPSULATED |  angelos | 2001-05-28 | 1 | -2/+1 |
* | witch raw ip6 socket code from NRL to kame. |  itojun | 2001-02-08 | 1 | -1/+3 |
* | remove m_pulldown statistics, which is highly experimental |  itojun | 2000-07-12 | 1 | -15/+1 |
* | - more icmp6/ip6 stats. |  itojun | 2000-07-06 | 1 | -8/+7 |
* | IPv6 IPsec, outbound direction. |  itojun | 2000-06-19 | 1 | -1/+2 |
* | net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. |  itojun | 2000-05-25 | 1 | -2/+1 |
* | aintroduce ip6_{next,last}hdr which lets us parse IPv6 header chain correctly. |  itojun | 2000-03-22 | 1 | -2/+4 |
* | - check raw socket icmp6 filter only if the packet is icmp6. |  itojun | 2000-02-28 | 1 | -1/+2 |