summaryrefslogtreecommitdiff
path: root/sys/net/art.c
AgeCommit message (Expand)Author
2019-03-31Unbreak tree by removing the bits that were copied to art.h in r1.18Theo Buehler
2017-02-28Prevent a MP race in rtable_lookup().Martin Pieuchot
2017-01-24A space here, a space there. Soon we're talking real whitespaceKenneth R Westerback
2017-01-23Make the art interface a bit more generic by not depending on sockaddrClaudio Jeker
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-08-30use a per-table rwlock to serialize ART updates and walks, rather thanJonathan Matthew
2016-07-19Revert use of the _SAFE version of SRPL_FOREACH() now that the offendingMartin Pieuchot
2016-07-04Use the _SAFE_ version of SRPL_FOREACH() in rtable_walk_helper() toMartin Pieuchot
2016-06-22rework art_walk so it will behave in an mpsafe world.David Gwynne
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-06-02pool_setipl at IPL_SOFTNET for all the art structures.David Gwynne
2016-06-02always clean up the heap in art_table_delete, even for the last at_refcntDavid Gwynne
2016-06-01move all the art_node initialisation to art_get in art.cDavid 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-11-24in art_insert, if at_default on the first table is set then return theDavid Gwynne
2015-11-24Provide art_free(), a method to release unused routing table heads.Martin Pieuchot
2015-11-12Allocate root tables on demand an free them like any other table.Martin Pieuchot
2015-11-10Allocate ART table's heap independently from the structure and useMartin Pieuchot
2015-11-04Some tweaks to build the rtable API and backends in userland.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-20In an email dated 11 Feb 2015, Yoichi Hariguchi accepted to re-licenseMartin Pieuchot
2015-08-20Import an alternative routing table backend based on Yoichi Hariguchi'sMartin Pieuchot