Age | Commit message (Expand) | Author |
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 |
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 |
2014-01-06 | Make in6_ifdetach() remove the ff01::1 route for the detaching interface, too. | Stefan Sperling |
2013-11-28 | Change the way protocol multicast addresses are linked to an interface. | Martin Pieuchot |
2013-11-19 | Remove some FDDI/ATM leftovers. | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-03-26 | Remove a block of dead code in in6_ifdetach(). It was never executed | Alexander Bluhm |
2013-03-25 | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. | 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 |
2012-09-19 | Use TAILQ_FOREACH macro for loops. No binary diff. | Alexander Bluhm |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2012-08-15 | Enable IPv6 autoconfprivacy by default | sperreault |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |