Age | Commit message (Expand) | Author |
2016-03-03 | Kill IPv6 prefix and router renumbering ioctls. | Jeremie Courreges-Anglas |
2016-03-03 | Delete all traces of SIOCSIF(ADDR|DSTADDR|NETMASK)_IN6 | Jeremie Courreges-Anglas |
2016-02-28 | Remove SIOCSIFALIFETIME_IN6 ioctl, as NetBSD did. | Stefan Kempf |
2016-01-21 | Introduce in{,6}_hasmulti(), two functions to check in the hot path if | Martin Pieuchot |
2015-12-22 | Do not return EEXIST if the same address is added twice. | Martin Pieuchot |
2015-12-03 | add sizes to some free() calls. ok claudio | Ted Unangst |
2015-12-01 | Remove "just for safety" over engineering checks. | Martin Pieuchot |
2015-11-18 | Factorize the bits to check if a L2 route is connected, wether it is | Martin Pieuchot |
2015-11-02 | Retire ARP load-balacing, thanks for all the fish! | Martin Pieuchot |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-09-12 | Now that rtrequest1(9) properly sets RTF_UP for newly added route, | Martin Pieuchot |
2015-09-10 | Kill in6_ifstat_inc() and associated per-ifp storage. | Martin Pieuchot |
2015-09-10 | In IPv6 source address selection prefer addresses of the outgoing | Alexander Bluhm |
2015-09-10 | Trivial if_put addition. OK dlg@ | Claudio Jeker |
2015-09-09 | Kill icmp6_ifstat_inc() and associated per-ifp storage. | Martin Pieuchot |
2015-09-04 | Tunnels also need a cloning route. | Martin Pieuchot |
2015-08-31 | Do not install connected routes on loopback interfaces. | Martin Pieuchot |
2015-08-24 | Start moving away from the global prefix list by limiting its usage to | Martin Pieuchot |
2015-08-24 | Rework the code to decide when to perform DAD to no longer rely on the | Martin Pieuchot |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-08-19 | Convert all calls to rtrequest1() and the following error check | Alexander Bluhm |
2015-08-19 | Remove some verbose logs in in6_update_ifa() now that errors are | Martin Pieuchot |
2015-08-18 | Check the error value returned by in6_ifattach(). | Martin Pieuchot |
2015-08-12 | Remove backward compatibilify goos for IN6_IFF_DEPRECATED and instead | Martin Pieuchot |
2015-07-18 | Merge two identical chunks to add new prefixes to the global data | Martin Pieuchot |
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 |