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
/
art.c
Age
Commit message (
Expand
)
Author
2019-03-31
Unbreak tree by removing the bits that were copied to art.h in r1.18
Theo Buehler
2017-02-28
Prevent a MP race in rtable_lookup().
Martin Pieuchot
2017-01-24
A space here, a space there. Soon we're talking real whitespace
Kenneth R Westerback
2017-01-23
Make the art interface a bit more generic by not depending on sockaddr
Claudio Jeker
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-08-30
use a per-table rwlock to serialize ART updates and walks, rather than
Jonathan Matthew
2016-07-19
Revert use of the _SAFE version of SRPL_FOREACH() now that the offending
Martin Pieuchot
2016-07-04
Use the _SAFE_ version of SRPL_FOREACH() in rtable_walk_helper() to
Martin Pieuchot
2016-06-22
rework art_walk so it will behave in an mpsafe world.
David Gwynne
2016-06-14
Convert the links between art data structures used during lookups into srps.
Jonathan Matthew
2016-06-03
defer the freeing of art tables and nodes to a task.
David Gwynne
2016-06-02
pool_setipl at IPL_SOFTNET for all the art structures.
David Gwynne
2016-06-02
always clean up the heap in art_table_delete, even for the last at_refcnt
David Gwynne
2016-06-01
move all the art_node initialisation to art_get in art.c
David Gwynne
2016-04-13
Keep all pools in the same place.
Martin Pieuchot
2016-04-12
Remove unneeded art_free().
Martin Pieuchot
2016-01-18
Pass the address length to art_alloc() and remove the hack abusing the
Martin Pieuchot
2015-12-04
Reduce the stride length of the tables by two and use a single page
Martin Pieuchot
2015-11-24
in art_insert, if at_default on the first table is set then return the
David Gwynne
2015-11-24
Provide art_free(), a method to release unused routing table heads.
Martin Pieuchot
2015-11-12
Allocate root tables on demand an free them like any other table.
Martin Pieuchot
2015-11-10
Allocate ART table's heap independently from the structure and use
Martin Pieuchot
2015-11-04
Some tweaks to build the rtable API and backends in userland.
Martin Pieuchot
2015-10-14
Rewrite the logic around the dymanic array of routing tables to help
Martin Pieuchot
2015-10-07
Initialize the routing table before domains.
Martin Pieuchot
2015-08-20
Make ART internals free of 'struct sockaddr'.
Martin Pieuchot
2015-08-20
In an email dated 11 Feb 2015, Yoichi Hariguchi accepted to re-license
Martin Pieuchot
2015-08-20
Import an alternative routing table backend based on Yoichi Hariguchi's
Martin Pieuchot