summaryrefslogtreecommitdiffstats
path: root/sys/net/radix.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make rn_match() and rn_lookup() safe to be used in parrallel, whenmpi2017-06-191-5/+1
* rnh_multipath can go, multipath support is dead.mpi2016-11-141-2/+1
* Some tweaks to build the rtable API and backends in userland.mpi2015-11-041-5/+1
* Use the radix API directly and get rid of the function pointers. Therempi2015-10-081-17/+1
* Make every subsystem using a radix tree call rn_init() and pass thempi2015-09-041-2/+2
* Big refactoring of the radix code (mainly rn_addroute but also partclaudio2014-05-271-1/+3
* Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing.claudio2014-01-221-6/+1
* More cleanup in radix.c. Kill the rt_mkfreelist and replace it with aclaudio2014-01-191-3/+3
* replace the rest of the obsolete radix macrostedu2014-01-101-18/+1
* replace Bcopy macro with memmove and memcpy. ok mpitedu2014-01-091-2/+1
* Move more stuff under _KERNELderaadt2013-10-241-1/+2
* change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@gsoares2012-12-281-2/+2
* Place declarations for internal radix functions inside radix.c, stopblambert2012-07-101-6/+2
* fix typos, martin pelikanhenning2011-07-221-2/+2
* Add the rtable id as an argument to rn_walktree(). Functions likeclaudio2010-06-281-3/+4
* use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional macros; ok ottoderaadt2008-11-071-8/+12
* Implement routing priorities. Every route inserted has a priority assignedclaudio2008-05-071-3/+4
* Cleanup radix.c, remove unused stuff, use nicer prototype definitions andclaudio2006-06-161-40/+22
* radix tree with multipath support. from kame. deraadt okitojun2004-04-251-3/+5
* sync with NetBSD, mostly a Lite2 merge.brad2004-04-251-2/+3
* RNF_IGNORE can corrupt the radix tree when an interface is down, ithenric2003-08-271-2/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Cosmetic changes only, primarily making comments line up nicely after themillert2002-03-151-11/+23
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-5/+5
* First round of __P removal in sysmillert2002-03-141-31/+24
* By popular demand, protect from multiple inclusion, and fix to use theangelos2001-06-091-3/+2
* on ifconfig down ignore all routes pointing to the downed interface.provos2000-06-171-1/+2
* remove ';' after function close '}'mickey1996-09-051-2/+4
* From NetBSD: 960217 mergeniklas1996-03-031-3/+6
* initial import of NetBSD treederaadt1995-10-181-0/+165