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
/
radix.c
Age
Commit message (
Expand
)
Author
2022-01-02
spelling
Jonathan Gray
2021-03-10
spelling
Jonathan Gray
2019-07-08
free(9) sizes for M_RTABLE.
Martin Pieuchot
2017-06-20
Remove KERNEL_LOCK() asserts.
Martin Pieuchot
2017-06-19
Make rn_match() and rn_lookup() safe to be used in parrallel, when
Martin Pieuchot
2017-01-24
A space here, a space there. Soon we're talking real whitespace
Kenneth R Westerback
2016-11-14
Remove radix_mpath dragons.
Martin Pieuchot
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-08-30
pool_setipl
David Gwynne
2015-11-06
Do not compile net/radix_mpath.c in ART-enabled kernels.
Martin Pieuchot
2015-11-04
Some tweaks to build the rtable API and backends in userland.
Martin Pieuchot
2015-10-08
Use the radix API directly and get rid of the function pointers. There
Martin Pieuchot
2015-10-07
Initialize the routing table before domains.
Martin Pieuchot
2015-09-04
Make every subsystem using a radix tree call rn_init() and pass the
Martin Pieuchot
2015-08-30
Use a global table for domains instead of building a list at run time.
Martin Pieuchot
2015-07-16
Fix rn_match and there for the expoerted lookup functions in radix.c
Claudio Jeker
2015-07-07
Do not return internal nodes to the upper layer in rn_lookup().
Martin Pieuchot
2015-03-04
Make sure that rn_mpath_adj_mpflag() is called with the correct pointer
Claudio Jeker
2014-12-02
replace some malloc multiplies with mallocarry. ok deraadt henning
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-01
KASSERT() the correct node if a hint is passed to rn_delete().
Martin Pieuchot
2014-05-27
Big refactoring of the radix code (mainly rn_addroute but also part
Claudio Jeker
2014-01-22
Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing.
Claudio Jeker
2014-01-21
Cleanup the abuse of x as the rn_addmask radix node. Since in most
Claudio Jeker
2014-01-20
Try to be more consistent in how various variables are setup and named.
Claudio Jeker
2014-01-19
More cleanup in radix.c. Kill the rt_mkfreelist and replace it with a
Claudio Jeker
2014-01-19
Start to reduce the madness in radix.c. This only used by the kernel
Claudio Jeker
2014-01-10
replace the rest of the obsolete radix macros
Ted Unangst
2014-01-09
replace Bcopy macro with memmove and memcpy. ok mpi
Ted Unangst
2013-12-12
Fix invalid size to memcmp() in rn_lexobetter() introduced when the
Todd C. Miller
2013-10-20
Rename rn_mpath_count() to rn_mpath_active_count() since it will only
Claudio Jeker
2012-07-10
Place declarations for internal radix functions inside radix.c, stop
Bret Lambert
2011-07-22
fix typos, martin pelikan
Henning Brauer
2010-08-22
Fix a 16 year old bug in the sorting routine for non-contiguous netmasks.
Marco Pfatschbacher
2010-06-28
Add the rtable id as an argument to rn_walktree(). Functions like
Claudio Jeker
2009-01-06
Change the way way rn_mklists work (especially the RNF_NORMAL ones).
Claudio Jeker
2008-12-29
At least try to make this code a bit easier to read. Don't fiddle with x
Claudio Jeker
2008-11-21
Change rn_mpath_next() to be able to walk over the full multipath list
Claudio Jeker
2008-05-09
Fix a logic botch around prioinv that resulted in wrong ordering of more
Claudio Jeker
2008-05-07
Implement routing priorities. Every route inserted has a priority assigned
Claudio Jeker
2006-06-18
Add support for equal-cost multipath IP.
Christopher Pascoe
2006-02-06
typos from alexey dobriyan;
Jason McIntyre
2005-05-15
ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net>
Henning Brauer
2004-04-25
permit multiple default route. from kame
Jun-ichiro itojun Hagino
2004-04-25
radix tree with multipath support. from kame. deraadt ok
Jun-ichiro itojun Hagino
2004-04-25
sync with NetBSD, mostly a Lite2 merge.
Brad Smith
2004-04-25
undo "oops" commit on 1.14 (radix_mpath).
Jun-ichiro itojun Hagino
2004-04-25
indentation fix
Jun-ichiro itojun Hagino
2003-12-19
rn_satsifies_leaf -> rn_satisfies_leaf
Brad Smith
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
[next]