Age | Commit message (Expand) | Author |
2020-03-28 | Move ND6_PRIV_* constants from nd6.h to slaacd the only place where | Florian Obser |
2019-06-21 | Prevent recursions by not deleting entries inside rtable_walk(9). | Martin Pieuchot |
2017-11-27 | Use a single timer for all ND6 entries. | Martin Pieuchot |
2017-11-03 | We are processing Router Solicitation / Advertisement messages only | Florian Obser |
2017-08-09 | Remove knob and always do neighbor unreachable detection. | Florian Obser |
2017-08-09 | accept_rtadv doesn't do anything since some time. | Florian Obser |
2017-08-09 | We are no longer generating privacy addresses in the | Florian Obser |
2017-08-08 | Stop running nd6_expire every second. | Florian Obser |
2017-07-12 | Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls | Florian Obser |
2017-07-11 | Purging is at last at hand. Day of Doom is here. All that is evil | Florian Obser |
2016-12-27 | Move nd6 timer initialisation to nd6_init() and call timeout_set() | Alexander Bluhm |
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 |