Age | Commit message (Expand) | Author |
2016-06-01 | Kill sysctl net.inet6.ip6.rr_prune | Jeremie Courreges-Anglas |
2016-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |
2016-04-27 | factor out ipsec into ip6_output_ipsec_{lookup,send}(); ok mpi@, naddy@ | Markus Friedl |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
2015-10-25 | Remove IPV6_NEXTHOP implementation. Source routing is considered to be | Florian Obser |
2015-09-11 | Rewrite in6_selectroute() to no longer return an ifp. | Martin Pieuchot |
2015-09-11 | Move the multicast option parsing out of in6_selectroute(). | Martin Pieuchot |
2015-09-11 | Kill selectroute(). | Martin Pieuchot |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2014-12-17 | Remove the "multicast_" prefix from the fields a multicast-only struct. | Martin Pieuchot |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |
2014-07-11 | introduce the IFXF_AUTOCONF6 interface flag which controls wether we | Henning Brauer |
2014-04-18 | Invert the signature logic of in{,6}_selectsrc, make them return the | Jeremie Courreges-Anglas |
2013-10-21 | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, | Theo de Raadt |
2013-06-01 | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. | Alexander Bluhm |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2012-01-09 | Remove the IPv6 fragment overlapping length adjustment code. It | Alexander Bluhm |
2012-01-09 | Replace the hand-crafted queue for IPv6 fragments with LIST. | Alexander Bluhm |
2012-01-05 | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. | Alexander Bluhm |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-03-22 | Extract the new function ip6_fragment() from ip6_output() to make | Alexander Bluhm |
2011-03-06 | Extract the new function frag6_deletefraghdr() from frag6_input() | Alexander Bluhm |
2010-12-21 | Remove the no longer used ip6s_exthdrtoolong field. | Claudio Jeker |
2010-07-08 | remove some unused netinet6 code | Jonathan Gray |
2008-11-25 | delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. | Markus Friedl |
2008-09-03 | Remove dead code: ip6_copypktopts() is not used anywhere. | Marco Pfatschbacher |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride |
2008-06-09 | Introduce a facility to generate unpredictable 32 bit numbers with | Damien Miller |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino |
2006-07-06 | u_quad_t -> u_int64_t | Brad Smith |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-05-27 | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding | Claudio Jeker |
2004-10-18 | g/c ip6_flow_seq. found by mcbride. mcbride ok | Jun-ichiro itojun Hagino |
2003-10-01 | use random number generator to generate IPv6 fragment ID/flowlabel. | Jun-ichiro itojun Hagino |
2003-08-07 | make net.inet6.ip6.redirect actually work. from kame | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-09-11 | fix pointer signedness mixup. sync w/kame | Jun-ichiro itojun Hagino |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino |
2002-06-07 | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. | Jun-ichiro itojun Hagino |
2002-06-07 | just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB, | Jun-ichiro itojun Hagino |
2002-05-29 | force fragment to minimum link MTU (1280) when needed (when PMTUD does | Jun-ichiro itojun Hagino |
2002-05-28 | limit number of IPv6 fragments (not the fragment queue size) to | Jun-ichiro itojun Hagino |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-05-28 | Deprecated IPV6_ENCAPSULATED | Angelos D. Keromytis |
2001-02-08 | witch raw ip6 socket code from NRL to kame. | Jun-ichiro itojun Hagino |
2000-07-12 | remove m_pulldown statistics, which is highly experimental | Jun-ichiro itojun Hagino |