Age | Commit message (Expand) | Author |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-03-26 | Remove a block of dead code in in6_ifdetach(). It was never executed | Alexander Bluhm |
2013-03-25 | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. | Martin Pieuchot |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm |
2012-09-19 | Use TAILQ_FOREACH macro for loops. No binary diff. | Alexander Bluhm |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2012-08-15 | Enable IPv6 autoconfprivacy by default | sperreault |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2011-11-24 | rdomain support for IPv6 | sperreault |
2010-04-06 | Simple implementation of RFC4941, "Privacy Extensions for Stateless | Stefan Sperling |
2010-02-08 | More destatic and ansification. | Joel Sing |
2010-01-13 | instead of fiddling with the per-interface address lists directly in | Henning Brauer |
2009-01-30 | "XXX: should this be performed under splnet()?"... Yes, yes it should. | Ryan Thomas McBride |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-05-11 | rtrequest to rtrequest1 conversion in inet6. With that no rtrequest should | Claudio Jeker |
2007-06-08 | kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, | Henning Brauer |
2006-11-15 | unifdef -USCOPEDROUTING | Jun-ichiro itojun Hagino |
2006-08-31 | Automatically add a IPv6 link-local address to carp interfaces when the | Ryan Thomas McBride |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-05-27 | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding | Claudio Jeker |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2005-05-23 | carp needs a multicast kludge storage. | Marco Pfatschbacher |
2005-04-21 | remove (now obsolete) handling of IFT_PROPVIRTUAL/bridge*. tested by camield@ | Jun-ichiro itojun Hagino |
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan Thomas McBride |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2003-07-08 | on interface removal, clear multicast forwarding stuff. from kame | Jun-ichiro itojun Hagino |
2003-06-28 | i don't think pfsync needs a link-local addr. | Jun-ichiro itojun Hagino |
2003-05-14 | it is unlikely that we introduce 6to4 interface (IFT_STF) to openbsd. | Jun-ichiro itojun Hagino |
2002-09-12 | configure "next" pointer correctly. from j@pureftpd.org | Jun-ichiro itojun Hagino |
2002-09-11 | fix pointer signedness mixup. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino |
2002-06-11 | silence some of log(), as the codepath will be visited for IPv6-non-capable | Jun-ichiro itojun Hagino |
2002-06-11 | whitespace | Jun-ichiro itojun Hagino |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino |
2002-06-07 | whitespace sync w/kame | Jun-ichiro itojun Hagino |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino |
2002-05-29 | move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-23 | simplify condition to perform DAD. sync w/kame | Jun-ichiro itojun Hagino |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-07 | whitespace/comment sync with kame | Jun-ichiro itojun Hagino |
2001-08-23 | suppress printf() on non-multicast interface. | Jun-ichiro itojun Hagino |
2001-08-23 | don't try to enable IPv6 on IFT_PFLOG. | Jun-ichiro itojun Hagino |
2001-07-18 | avoid using malloc() during interupt context for multicast kludge entry. | Jun-ichiro itojun Hagino |
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis |
2001-02-16 | cosmetic sync with kame | Jun-ichiro itojun Hagino |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2001-01-18 | do not remove default route by mistake, on interface removal. | Jun-ichiro itojun Hagino |
2000-10-25 | silence the "no multicast" warning for IFT_ENC, too | Jason Wright |
2000-10-18 | don't try to configure IPv6 on bridge*. comment from deraadt | Jun-ichiro itojun Hagino |