Age | Commit message (Expand) | Author |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-06-16 | If the prefixlen is 128, SIOCAIFADDR_IN6 does not add a prefix. In | Alexander Bluhm |
2013-06-13 | As it is correct that the loopback address has no prefix, do not | Alexander Bluhm |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-05-30 | Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down | Claudio Jeker |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-25 | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. | Martin Pieuchot |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-11 | Remove unused code manipulating a default interface and its index, | 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 |
2013-03-04 | When deleting an IPv6 interface address, also remove the prefix and | Alexander Bluhm |
2013-03-03 | Make sure that IPv6 source address selection only chooses a CARP | Alexander Bluhm |
2012-11-30 | Fix typo in comment. | Stefan Sperling |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-19 | Use TAILQ_FOREACH macro for loops. No binary diff. | Alexander Bluhm |
2012-07-14 | Make IPv6 privacy addresses appear alongside regular SLAAC addresses. | sperreault |
2012-07-08 | Instead of casting interface address pointers, use the macro | Alexander Bluhm |
2012-01-17 | During IPv6 source address selection, give address scope higher priority | Stefan Sperling |
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 |
2011-08-08 | If two carp interfaces on the same physical interface had addresses | Alexander Bluhm |
2011-08-07 | When checking wether a prefix belongs to an interface, also allow | Alexander Bluhm |
2011-07-26 | Accept neighbor discovery packets from source IPv6 addresses for | Alexander Bluhm |
2011-04-03 | As of r1.54 of nd6_rtr.c we don't add addresses from interrupt context | Stefan Sperling |
2010-10-07 | Also call addrhooks for IPv6 addresses with a 128 bit prefixlen. | Marco Pfatschbacher |
2010-07-08 | remove some unused netinet6 code | Jonathan Gray |
2010-05-08 | During IPv6 source address selection, prefer RFC 4941 temporary addresses | 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 |
2010-01-13 | adding an empty ifaddr struct to the per-interface ifaddr list and | Henning Brauer |
2009-12-21 | typo in comment; Holger Mikolon | Stuart Henderson |
2009-06-04 | allow IPvShit to be turned off completely per-interface. | Henning Brauer |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-01-30 | "XXX: should this be performed under splnet()?"... Yes, yes it should. | Ryan Thomas McBride |
2008-10-01 | If a neighbor solictation isn't from the unspecified address, make sure | Claudio Jeker |
2008-07-13 | Do not specify the gateway on RTM_DELETE -- similar fix was done in the arp | Claudio Jeker |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride |
2008-05-11 | rtrequest to rtrequest1 conversion in inet6. With that no rtrequest should | Claudio Jeker |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2007-12-09 | take advantage of M_ZERO | Hans-Joerg Hoexer |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-11-15 | unifdef -USCOPEDROUTING | Jun-ichiro itojun Hagino |
2006-11-14 | typo | Jun-ichiro itojun Hagino |
2006-10-31 | Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6. | Marco Pfatschbacher |
2006-08-28 | Make carp see all IPv6 address additions and remove dead code in carp_ioctl() | Ryan Thomas McBride |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |