Age | Commit message (Expand) | Author |
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-06 | Move nd6_output()'s "short-circuiting" for non-lladdr interface types earlier. | Stuart Henderson |
2016-06-03 | measure nd expiry times against time_uptime, not time_second. | David Gwynne |
2016-06-01 | make nd6_llinfo_settimer take seconds instead of ticks. | David Gwynne |
2016-05-31 | Stop creating and inserting a route entry for ARP and ND automagically. | Martin Pieuchot |
2016-05-30 | remove code compensating for the "short" range of timeouts. | David Gwynne |
2016-05-17 | Completely skip link-layer address resolution and NUD on gif(4). | Martin Pieuchot |
2016-04-27 | Remove unused arguments from rt_checkgate(). | Martin Pieuchot |
2016-03-07 | Do not remove RTF_STATIC L2 entries from the routing table. | Martin Pieuchot |
2015-12-03 | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every | Martin Pieuchot |
2015-12-02 | When destroying an interface, we have to wait until all references | Alexander Bluhm |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-12-01 | Remove backward compatibility for "older version of routed and gated". | Martin Pieuchot |
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-11-01 | Replace the nd6 llinfo malloc(9) with pool_get(9) like arp does. | Alexander Bluhm |
2015-11-01 | Compare nd6 llinfo pointer with NULL. No binary change. | Alexander Bluhm |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-29 | Kill a comment saying that rt_ifp may not be the same as ifp, that's no | Martin Pieuchot |
2015-10-28 | Add a missing splx for a return path introduced in rev 1.163 | Jonathan Gray |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-27 | Use rt_ifidx rather than rt_ifp. | Martin Pieuchot |
2015-10-25 | do not expose nd6 randomid's to userland via ioctl. | Theo de Raadt |
2015-10-25 | Trivial rt_ifp->if_index -> rt_ifidx conversions. | Martin Pieuchot |
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-10-22 | Make sure that the address matching the key (destination) of a route | Martin Pieuchot |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-10-22 | Use rt_ifp as intended. | Martin Pieuchot |
2015-10-01 | Use rtdeletemsg() in nd6_free() to align it with arptfree(). | Martin Pieuchot |
2015-09-18 | Do not manually decrement rt's refcounter in nd6_lookup() and let the | Martin Pieuchot |
2015-09-13 | There's no point in abstracting ifp->if_output() as long as pf_test() | Martin Pieuchot |
2015-09-12 | Now that rtrequest1(9) properly sets RTF_UP for newly added route, | Martin Pieuchot |
2015-09-12 | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. | Martin Pieuchot |
2015-09-10 | It is time to put inet6 on a diet. Use the flensing knife and cut out | Claudio Jeker |
2015-08-31 | The return value of nd6_cache_lladdr() is never used so make it a void. | Martin Pieuchot |
2015-08-24 | Start moving away from the global prefix list by limiting its usage to | Martin Pieuchot |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-08-23 | Use simple byte pointer arithmetic and memcpy from/to aligned stack | Christian Weisgerber |
2015-08-19 | Convert all calls to rtrequest1() and the following error check | Alexander Bluhm |
2015-08-17 | Use __func__ rather than the function name in log(9) calls to remove | Martin Pieuchot |
2015-07-16 | Properly layer Router Solicitation code. | Martin Pieuchot |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-15 | Recognize CARP interfaces when sending packet to a multicast address. | Martin Pieuchot |
2015-07-09 | Remove unused arguments and the associated code from nd6_nud_hint(). | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-06-06 | Put the link-layer address back into the gateway field of RTF_LOCAL | Martin Pieuchot |