Age | Commit message (Expand) | Author |
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot |
2014-04-03 | Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). | Martin Pieuchot |
2014-03-27 | Stop mixing interface address flags with routing entry ones. | Martin Pieuchot |
2014-02-12 | Kill a never defined old compatibility goo from 12 years ago. | Martin Pieuchot |
2014-01-22 | There's no reason to pass a netmask argument when doing a RTF_HOST | Martin Pieuchot |
2014-01-21 | Do not clean the multicast records of an interface when it is destroyed | Martin Pieuchot |
2014-01-15 | Remove assigned but never read value. | Martin Pieuchot |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-07 | Some follow-up fixes for IFID collision handling in IPv6CP. | Stefan Sperling |
2013-11-28 | Change the way protocol multicast addresses are linked to an interface. | Martin Pieuchot |
2013-11-22 | Remove unused proc argument in in6_control(). | Martin Pieuchot |
2013-11-13 | In in6_update_ifa(), don't set the TENTATIVE flag on an IPv6 address that | Stefan Sperling |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-24 | Significant namespace cleanup of netinet6 symbols. | Theo de Raadt |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-01 | Do not pass the SIOCSIF{DSTADDR,BRDADDR,NETMASK} ioctls down to the | Martin Pieuchot |
2013-08-26 | No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6, | Alexander Bluhm |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
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 |