Age | Commit message (Expand) | Author |
---|---|---|
2015-11-06 | Rename rt_mpath_next() into rtable_mpath_next() and provide an | Martin Pieuchot |
2015-11-02 | Merge rtable_mpath_match() into rtable_lookup(). | Martin Pieuchot |
2015-10-25 | Merge rtable_mpath_conflict() into rtable_insert(). | Martin Pieuchot |
2015-10-22 | Use only one refcounting mechanism for route entries. | Martin Pieuchot |
2015-10-07 | Make rtable_get() private to ensure it won't be used outside of | Martin Pieuchot |
2015-10-07 | Initialize the routing table before domains. | Martin Pieuchot |
2015-09-28 | Factors ou the route hashing code to implement Equal-Cost Multi-Path | Martin Pieuchot |
2015-09-04 | Make every subsystem using a radix tree call rn_init() and pass the | 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 |