Age | Commit message (Expand) | Author |
2016-06-14 | Pass the configured ``ifa'' to rt_sendaddrmsg() instead of getting it via | Martin Pieuchot |
2016-06-14 | Store the source address associated with a route in its own chunk of | Martin Pieuchot |
2016-06-03 | set rt_expire times against time_uptime, not time_second. | David Gwynne |
2016-04-27 | Remove unused arguments from rt_checkgate(). | Martin Pieuchot |
2016-03-30 | Implement proxy ARP for ART based on mpath support. | Martin Pieuchot |
2016-03-26 | Always include the route priority in routing messages. | Martin Pieuchot |
2016-02-24 | Fix ECMP routing by passing the correct destination address to the | Martin Pieuchot |
2016-01-18 | Stop storing a backpointer to the corresponding ART node in each route | Martin Pieuchot |
2015-12-03 | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every | Martin Pieuchot |
2015-12-03 | Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to | Martin Pieuchot |
2015-12-03 | Remove unused ``rt_tableid'' field from "struct rtentry". | Martin Pieuchot |
2015-12-03 | Store an interface index instead of a pointer in the "struct rtentry". | 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-02 | Move multipath Hash-Threshold selection mechanism inside rtable_match(). | Martin Pieuchot |
2015-12-01 | Kill redundant or unused arguments in rtredirect(). | Martin Pieuchot |
2015-11-29 | Convert the simple list of multipath route entries used by ART kernels | Martin Pieuchot |
2015-11-09 | Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next- | Martin Pieuchot |
2015-11-06 | Rename rt_mpath_next() into rtable_mpath_next() and provide an | Martin Pieuchot |
2015-11-06 | Use a SLIST instead of a LIST for MPATH route entries with ART. | Martin Pieuchot |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-25 | Instead of doing the the if_get() dance for rt_missmsg(), change the | Alexander Bluhm |
2015-10-24 | Define ``rt_ifidx'' as rt_ifp->if_index to ease the transtion towards | Martin Pieuchot |
2015-10-07 | Initialize the routing table before domains. | Martin Pieuchot |
2015-10-03 | Enable eigrpd(8) and eigrpctl(8) in the builds | Renato Westphal |
2015-09-11 | Now that the port tree is clean, RTF_XRESOLVE disapear. | Martin Pieuchot |
2015-09-11 | Introduce rtref(9) use it in rtable_lookup() before returning a route | Martin Pieuchot |
2015-09-01 | Introduce rtisvalid(9) a function to check if a (cached) route entry | Martin Pieuchot |
2015-08-20 | Import an alternative routing table backend based on Yoichi Hariguchi's | Martin Pieuchot |
2015-07-18 | Abstract the routing table internals behind an rtable_* API. | Martin Pieuchot |
2015-07-08 | Use a new RTF_CONNECTED flag for interface (connected) routes. | Martin Pieuchot |
2015-07-08 | RTF_LOCAL and RTF_BROADCAST must not be settable by userland. | Martin Pieuchot |
2015-05-05 | Flag user specified routes with an AF_LINK gateway as RTF_LLINFO. | Martin Pieuchot |
2015-02-11 | Do not store the key and the gateway of a route entry in the same chunk | Martin Pieuchot |
2015-01-13 | Restore sending RTM_ADD and RTM_DELETE messages to userland for every | Martin Pieuchot |
2015-01-08 | Include the Routing Table ID in "struct rtentry" and reorder the fields | Martin Pieuchot |
2015-01-08 | Factorize various duplicated chunks of (old and horrible) code, checking | Martin Pieuchot |
2014-11-24 | Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-10-08 | Use rtalloc1() instead of rtalloc_noclone(). | Martin Pieuchot |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-08-12 | route_cb is internal to rtsock.c | Martin Pieuchot |
2014-07-29 | Revert the checks about RTF_LOCAL routes. | Martin Pieuchot |
2014-05-09 | We should use the highest possible priority for routes to local addresses. | Martin Pieuchot |
2014-05-08 | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. | Martin Pieuchot |
2014-04-25 | Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay! | Martin Pieuchot |
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot |
2014-04-03 | Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). | Martin Pieuchot |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |