index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
rtable.h
Age
Commit message (
Expand
)
Author
2018-11-23
Change rtable_mpath_reprio() to take the prefixlen as argument instead of
Claudio Jeker
2018-09-09
provide rtable_empty(), returns 1 if the rtable doesn't contain any routes
Henning Brauer
2017-08-02
Fix rtable regression tests.
Martin Pieuchot
2017-07-30
Switch installer to Allotment Routing Table (ART).
Florian Obser
2016-11-14
Automatically create a default lo(4) interface per rdomain.
Martin Pieuchot
2016-11-14
Remove radix_mpath dragons.
Martin Pieuchot
2016-09-07
Rename rtable_mpath_next() into rtable_iterate() and make it do a proper
Martin Pieuchot
2016-01-18
Stop storing a backpointer to the corresponding ART node in each route
Martin Pieuchot
2015-12-21
Pass the destination and mask to rtable_mpath_reprio() in order to not
Martin Pieuchot
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-12-02
rtable_delete() does not use its prio parameter, so delete it.
Alexander Bluhm
2015-12-02
Move multipath Hash-Threshold selection mechanism inside rtable_match().
Martin Pieuchot
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