summaryrefslogtreecommitdiff
path: root/sys/net/art.h
AgeCommit message (Expand)Author
2017-02-28Prevent a MP race in rtable_lookup().Martin Pieuchot
2017-01-23Make the art interface a bit more generic by not depending on sockaddrClaudio Jeker
2016-08-30use a per-table rwlock to serialize ART updates and walks, rather thanJonathan Matthew
2016-06-14Convert the links between art data structures used during lookups into srps.Jonathan Matthew
2016-06-03defer the freeing of art tables and nodes to a task.David Gwynne
2016-04-13Keep all pools in the same place.Martin Pieuchot
2016-04-12Remove unneeded art_free().Martin Pieuchot
2016-01-18Pass the address length to art_alloc() and remove the hack abusing theMartin Pieuchot
2015-12-04Reduce the stride length of the tables by two and use a single pageMartin Pieuchot
2015-12-03Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow toMartin Pieuchot
2015-11-29Convert the simple list of multipath route entries used by ART kernelsMartin Pieuchot
2015-11-24Provide art_free(), a method to release unused routing table heads.Martin Pieuchot
2015-11-06Use a SLIST instead of a LIST for MPATH route entries with ART.Martin Pieuchot
2015-10-14Rewrite the logic around the dymanic array of routing tables to helpMartin Pieuchot
2015-10-07Initialize the routing table before domains.Martin Pieuchot
2015-08-20Make ART internals free of 'struct sockaddr'.Martin Pieuchot
2015-08-20Import an alternative routing table backend based on Yoichi Hariguchi'sMartin Pieuchot