Age | Commit message (Expand) | Author |
2017-06-19 | Make rn_match() and rn_lookup() safe to be used in parrallel, when | Martin Pieuchot |
2016-11-14 | rnh_multipath can go, multipath support is dead. | 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-09-04 | Make every subsystem using a radix tree call rn_init() and pass the | 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-19 | More cleanup in radix.c. Kill the rt_mkfreelist and replace it with a | 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-10-24 | Move more stuff under _KERNEL | Theo de Raadt |
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares |
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-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2008-11-07 | use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional ... | Theo de Raadt |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2006-06-16 | Cleanup radix.c, remove unused stuff, use nicer prototype definitions and | Claudio Jeker |
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 |
2003-08-27 | RNF_IGNORE can corrupt the radix tree when an interface is down, it | Henric Jungheim |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-06-09 | By popular demand, protect from multiple inclusion, and fix to use the | Angelos D. Keromytis |
2000-06-17 | on ifconfig down ignore all routes pointing to the downed interface. | Niels Provos |
1996-09-05 | remove ';' after function close '}' | Michael Shalayeff |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |