| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not join node information multicast group (RFC 4620). |  florian | 2018-10-05 | 1 | -52/+1 |
* | Do not add ::1 on non-default lo(4) as intended. |  mpi | 2018-08-26 | 1 | -7/+11 |
* | When an interface doesn't have a layer 2 address in6_get_soii_ifid() |  florian | 2018-07-10 | 1 | -4/+20 |
* | When an interface doesn't have a layer 2 address in6_get_ifid() |  florian | 2018-07-10 | 1 | -13/+2 |
* | Use memcpy instead of bcopy when the memory does not overlap. |  dhill | 2018-03-27 | 1 | -4/+4 |
* | Calculate RFC7217 link-local style addresses the same way as |  florian | 2018-03-13 | 1 | -2/+2 |
* | Implement RFC 7217: "A Method for Generating Semantically Opaque |  florian | 2018-02-10 | 1 | -2/+67 |
* | Use in6_get_rand_ifid() instead of get_last_resort_ifid() and delete the |  florian | 2017-09-01 | 1 | -67/+16 |
* | Purging is at last at hand. Day of Doom is here. All that is evil |  florian | 2017-07-11 | 1 | -7/+2 |
* | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). |  mpi | 2017-05-16 | 1 | -2/+2 |
* | Get rid of recursive splsoftnet() in in6_ifattach_linklocal(). |  mpi | 2016-12-29 | 1 | -7/+4 |
* | Restore the automagically added /64 route on p2p interfaces in order to |  mpi | 2016-06-30 | 1 | -5/+8 |
* | When destroying an interface, we have to wait until all references |  bluhm | 2015-12-02 | 1 | -3/+3 |
* | Convert to rt_ifidx. |  mpi | 2015-10-24 | 1 | -3/+3 |
* | Inspired by satosin(), use inline functions to convert sockaddr dl. |  bluhm | 2015-10-22 | 1 | -2/+2 |
* | Now that rtrequest1(9) properly sets RTF_UP for newly added route, |  mpi | 2015-09-12 | 1 | -2/+2 |
* | Change the order of operations for loopback interfaces to have |  mpi | 2015-09-03 | 1 | -9/+13 |
* | Do not install connected routes on loopback interfaces. |  mpi | 2015-08-31 | 1 | -29/+23 |
* | Start moving away from the global prefix list by limiting its usage to |  mpi | 2015-08-24 | 1 | -17/+9 |
* | Rework the code to decide when to perform DAD to no longer rely on the |  mpi | 2015-08-24 | 1 | -31/+6 |
* | Remove anoying comment about in6_update_ifa(). |  mpi | 2015-08-17 | 1 | -13/+1 |
* | Merge two identical chunks to add new prefixes to the global data |  mpi | 2015-07-18 | 1 | -34/+6 |
* | Properly layer Router Solicitation code. |  mpi | 2015-07-16 | 1 | -8/+3 |
* | More damned eye searing whitespace. No change to .o files. |  krw | 2015-06-08 | 1 | -2/+2 |
* | Do not call nd6_purge() before purging the IPv6 addresses of a detached |  mpi | 2015-04-27 | 1 | -10/+3 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9). |  mpi | 2015-02-05 | 1 | -19/+3 |
* | Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'s |  mpi | 2015-01-28 | 1 | -3/+19 |
* | Ensure that link-local addresses are correctly configured on loopback |  mpi | 2015-01-27 | 1 | -62/+26 |
* | Call rtdeletemsg(9) instead of rerolling its code. As a bonus you'll |  mpi | 2015-01-26 | 1 | -19/+3 |
* | Correct some comments and merge in6_if_up() into in6_ifattach() to |  mpi | 2015-01-10 | 1 | -5/+20 |
* | Clear autoconf6 flag after autoconf6 cleanup happened, not before. |  florian | 2015-01-08 | 1 | -3/+2 |
* | Remove the NOINET6 interface flag, a left-over from the times when IPv6 |  stsp | 2015-01-06 | 1 | -1/+3 |
* | replace md5 with sha512. ok deraadt |  tedu | 2014-12-04 | 1 | -16/+14 |
* | What have no need for a variable that holds the maximum MTU size of |  mpi | 2014-11-20 | 1 | -3/+1 |
* | Nuke yet more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -3/+1 |
* | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable |  mpi | 2014-11-01 | 1 | -3/+3 |
* | Move sending of router solicitations to the kernel; receiving and |  florian | 2014-08-25 | 1 | -1/+10 |
* | When a carp interface is created with IFXF_NOINET6 flag, no link-local |  benno | 2014-07-01 | 1 | -12/+1 |
* | Calling in{6,}_purgeaddr() is not enough to remove an address from |  mpi | 2014-06-26 | 1 | -1/+2 |
* | Do not include <sys/malloc.h> where it is not needed. |  mpi | 2014-06-03 | 1 | -2/+1 |
* | Fix eui64 address generation, broken since the removal of the link-layer |  mpi | 2014-05-20 | 1 | -17/+4 |
* | Do not clean the multicast records of an interface when it is destroyed |  mpi | 2014-01-21 | 1 | -11/+1 |
* | Call all local valiables of type struct in6_ifaddr "ia6". This is |  bluhm | 2014-01-13 | 1 | -10/+10 |
* | Some follow-up fixes for IFID collision handling in IPv6CP. |  stsp | 2014-01-07 | 1 | -19/+15 |
* | Make in6_ifdetach() remove the ff01::1 route for the detaching interface, too. |  stsp | 2014-01-06 | 1 | -1/+21 |
* | Change the way protocol multicast addresses are linked to an interface. |  mpi | 2013-11-28 | 1 | -6/+11 |
* | Remove some FDDI/ATM leftovers. |  mpi | 2013-11-19 | 1 | -3/+1 |
* | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 2013-10-17 | 1 | -2/+2 |