summaryrefslogtreecommitdiff
path: root/sys/net/art.h
AgeCommit message (Expand)Author
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