Age | Commit message (Expand) | Author |
2020-06-21 | wireguard can do ipv6, but doesnt do link local addresses. | David Gwynne |
2020-03-17 | Use strlcpy instead of strncpy to ensure results are NUL terminated. | tobhe |
2019-11-08 | convert interface address change hooks to tasks and a task_list. | David Gwynne |
2019-08-21 | Remove support for semantically opace interface identifiers (RFC 7217) | Florian Obser |
2019-02-13 | change rt_ifa_add and rt_ifa_del so they take an rdomain argument. | David Gwynne |
2019-02-10 | remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes. | David Gwynne |
2018-10-05 | Do not join node information multicast group (RFC 4620). | Florian Obser |
2018-08-26 | Do not add ::1 on non-default lo(4) as intended. | Martin Pieuchot |
2018-07-10 | When an interface doesn't have a layer 2 address in6_get_soii_ifid() | Florian Obser |
2018-07-10 | When an interface doesn't have a layer 2 address in6_get_ifid() | Florian Obser |
2018-03-27 | Use memcpy instead of bcopy when the memory does not overlap. | David Hill |
2018-03-13 | Calculate RFC7217 link-local style addresses the same way as | Florian Obser |
2018-02-10 | Implement RFC 7217: "A Method for Generating Semantically Opaque | Florian Obser |
2017-09-01 | Use in6_get_rand_ifid() instead of get_last_resort_ifid() and delete the | Florian Obser |
2017-07-11 | Purging is at last at hand. Day of Doom is here. All that is evil | Florian Obser |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2016-12-29 | Get rid of recursive splsoftnet() in in6_ifattach_linklocal(). | Martin Pieuchot |
2016-06-30 | Restore the automagically added /64 route on p2p interfaces in order to | Martin Pieuchot |
2015-12-02 | When destroying an interface, we have to wait until all references | Alexander Bluhm |
2015-10-24 | Convert to rt_ifidx. | Martin Pieuchot |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-09-12 | Now that rtrequest1(9) properly sets RTF_UP for newly added route, | Martin Pieuchot |
2015-09-03 | Change the order of operations for loopback interfaces to have | 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-17 | Remove anoying comment about in6_update_ifa(). | Martin Pieuchot |
2015-07-18 | Merge two identical chunks to add new prefixes to the global data | Martin Pieuchot |
2015-07-16 | Properly layer Router Solicitation code. | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-04-27 | Do not call nd6_purge() before purging the IPv6 addresses of a detached | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-05 | Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9). | Martin Pieuchot |
2015-01-28 | Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'s | Martin Pieuchot |
2015-01-27 | Ensure that link-local addresses are correctly configured on loopback | Martin Pieuchot |
2015-01-26 | Call rtdeletemsg(9) instead of rerolling its code. As a bonus you'll | Martin Pieuchot |
2015-01-10 | Correct some comments and merge in6_if_up() into in6_ifattach() to | Martin Pieuchot |
2015-01-08 | Clear autoconf6 flag after autoconf6 cleanup happened, not before. | Florian Obser |
2015-01-06 | Remove the NOINET6 interface flag, a left-over from the times when IPv6 | Stefan Sperling |
2014-12-04 | replace md5 with sha512. ok deraadt | Ted Unangst |
2014-11-20 | What have no need for a variable that holds the maximum MTU size of | Martin Pieuchot |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-08-25 | Move sending of router solicitations to the kernel; receiving and | Florian Obser |
2014-07-01 | When a carp interface is created with IFXF_NOINET6 flag, no link-local | Sebastian Benoit |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |
2014-06-03 | Do not include <sys/malloc.h> where it is not needed. | Martin Pieuchot |
2014-05-20 | Fix eui64 address generation, broken since the removal of the link-layer | Martin Pieuchot |
2014-01-21 | Do not clean the multicast records of an interface when it is destroyed | Martin Pieuchot |