Age | Commit message (Expand) | Author |
2015-07-08 | Pass an interface index instead of a pointer to in6_addr2scopeid(). | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-05-26 | Store the IP address of the corresponding ifa in the rt_gateway field | Martin Pieuchot |
2015-05-15 | Allow multiple connected/interface routes to exist at the same time. | Claudio Jeker |
2015-04-20 | Do not treat loopback interfaces as p2p interfaces and create only | Martin Pieuchot |
2015-04-20 | Always call rt_ifa_dellocal(9) when removing an IPv6 address. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-19 | All other calls to pfxlist_onlink_check() are protected by splsoftnet. | Alexander Bluhm |
2015-01-27 | Always call if_ioctl() for loopback interfaces, just like IPv4 do, to | Martin Pieuchot |
2015-01-27 | Ensure that link-local addresses are correctly configured on loopback | Martin Pieuchot |
2015-01-24 | Userland (base & ports) was adapted to always include <netinet/in.h> | Theo de Raadt |
2015-01-10 | Correct some comments and merge in6_if_up() into in6_ifattach() to | Martin Pieuchot |
2015-01-06 | Remove the NOINET6 interface flag, a left-over from the times when IPv6 | Stefan Sperling |
2014-12-08 | Do not take into account addresses configured in a different rdomain | Martin Pieuchot |
2014-11-24 | Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an | Martin Pieuchot |
2014-11-20 | What have no need for a variable that holds the maximum MTU size of | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-22 | Introduce a special hack for carp during IPv6 source address selection: | Stefan Sperling |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-10-07 | Do not protect the SIOCSIFADDR call by splnet(). Drivers already | Martin Pieuchot |
2014-08-26 | Do not hand-roll all routers link local address. | Florian Obser |
2014-08-25 | Move sending of router solicitations to the kernel; receiving and | Florian Obser |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-15 | Do not use nd6_rtrequest() for addresses configured on loopback | Martin Pieuchot |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
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 |