Age | Commit message (Expand) | Author |
2016-11-28 | Remove multiple recursive splsoftnet(). | Martin Pieuchot |
2016-11-21 | Assert that prelist_update() is always called at IPL_SOFTNET. | Martin Pieuchot |
2016-07-13 | store nd6 expiries in the route, not separately in the llinfo struct. | David Gwynne |
2016-06-15 | Kill nd6_output(), it doesn't do anything since the resolution logic | Martin Pieuchot |
2016-06-08 | Move ND resoluton logic from nd6_output() to nd6_storelladdr() and | Martin Pieuchot |
2016-06-01 | make nd6_llinfo_settimer take seconds instead of ticks. | David Gwynne |
2016-05-30 | remove code compensating for the "short" range of timeouts. | David Gwynne |
2016-03-30 | Implement proxy ARP for ART based on mpath support. | Martin Pieuchot |
2016-03-03 | Kill IPv6 prefix and router renumbering ioctls. | Jeremie Courreges-Anglas |
2015-12-18 | Convert arc4random() to arc4random_uniorm(). Diff by Matthew Martin. | tb |
2015-11-06 | Change nd6_nud_hint() to no longer manipulate rt_ifp directly. | Martin Pieuchot |
2015-11-02 | Implement the list of nd6 llinfo entries with a TAILQ. | Alexander Bluhm |
2015-11-02 | Prefer an existing refcounted ``ifp'' to rt_ifp when possible or use the | Martin Pieuchot |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-10-24 | Ignore Router Advertisment's current hop limit. | Martin Pieuchot |
2015-08-31 | The return value of nd6_cache_lladdr() is never used so make it a void. | Martin Pieuchot |
2015-08-24 | nd6_prefix_add() is no longer used and die. | 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-18 | Call rtfree(9) when we no longer need the route entry rather than | 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-07-09 | Remove unused arguments and the associated code from nd6_nud_hint(). | Martin Pieuchot |
2014-11-20 | Rework the handling of interfaces and IPv6 addresses for local delivery. | Martin Pieuchot |
2014-11-10 | Do not pass an ifa pointer when we already have a DAD descriptor. | Martin Pieuchot |
2014-08-25 | Move sending of router solicitations to the kernel; receiving and | Florian Obser |
2014-07-11 | move IPv6 prefix adding from workq to taskq; as a happy benefit, we | Bret Lambert |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-01-07 | Propagate an rdomain number to the nd6_lookup independently from | Mike Belopuhov |
2013-10-25 | More _KERNEL namespace cleanup, just in case something out there | Theo de Raadt |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-26 | No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6, | Alexander Bluhm |
2013-08-11 | To control the lifetime of IPv6 addresses, prefixes and default | Alexander Bluhm |
2013-07-01 | Do not access queue fields directly, use FOREACH() macro instead. | Alexander Bluhm |
2013-03-11 | Remove unused code manipulating a default interface and its index, | Martin Pieuchot |
2012-02-14 | typo in comment. | Stuart Henderson |
2011-04-03 | fix typos in comments | Stefan Sperling |
2010-04-06 | Simple implementation of RFC4941, "Privacy Extensions for Stateless | Stefan Sperling |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride |
2003-07-08 | unifdef -U__otherBSD__ | Jun-ichiro itojun Hagino |
2003-06-27 | split ND6 cache timer management to per-entry. increased accuracy, | Jun-ichiro itojun Hagino |
2002-06-08 | gc | Jun-ichiro itojun Hagino |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino |
2002-06-07 | cope with cases where maxmtu == 0 (shouldn't happen) | Jun-ichiro itojun Hagino |
2002-06-05 | be sure to use L3 MTU, not L2 MTU, when specified in spec (affects FDDI/ARCnet) | Jun-ichiro itojun Hagino |
2002-05-30 | improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-29 | no need to supply obsolete field name "receivedra" | Jun-ichiro itojun Hagino |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |