| Commit message (Expand) | Author | Age | Files | Lines |
* | radix rn_inithead: Fix minor leak in low memory conditions | cem | 2016-04-20 | 1 | -0/+2 |
* | sys/net* : for pointers replace 0 with NULL. | pfg | 2016-04-15 | 1 | -9/+9 |
* | MFP r287070,r287073: split radix implementation and route table structure. | melifaro | 2016-01-25 | 1 | -61/+62 |
* | Follow r256586 and rename the kernel version of the Free() macro to | loos | 2015-07-30 | 1 | -5/+5 |
* | since we cast a pointer, use the correct signedness | luigi | 2014-10-22 | 1 | -1/+1 |
* | Free radix mask entries on main radix destroy. | melifaro | 2014-10-01 | 1 | -0/+13 |
* | Remove lock init from radix.c. | melifaro | 2014-10-01 | 1 | -3/+0 |
* | Fix rnh_walktree_from() function (patch from kern/174959). | melifaro | 2014-05-01 | 1 | -4/+6 |
* | Change semantics for rnh_lookup() function: now | melifaro | 2014-01-04 | 1 | -8/+37 |
* | Remove useless register variable modifiers. | melifaro | 2014-01-03 | 1 | -105/+71 |
* | Simplify contiguous mask checking. | melifaro | 2013-12-17 | 1 | -10/+8 |
* | Fix long-standing issue with incorrect radix mask calculation. | melifaro | 2013-10-16 | 1 | -73/+73 |
* | whitespace cleanup | luigi | 2010-07-15 | 1 | -2/+2 |
* | One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to | qingli | 2010-03-09 | 1 | -0/+2 |
* | Not only flush the ipfw tables when unloading ipfw or tearing | bz | 2010-03-07 | 1 | -2/+0 |
* | Introduce a function rn_detachhead() that will free the | bz | 2010-03-06 | 1 | -0/+18 |
* | remove unnecessary casts leftover from a bogus fix to a previous bug | luigi | 2010-03-02 | 1 | -1/+1 |
* | Move the scan for max_keylen into route.c::route_init(), | luigi | 2009-12-14 | 1 | -24/+2 |
* | Make the code buildable in userland so it is easier to test it: | luigi | 2009-12-12 | 1 | -8/+25 |
* | No functional changes (who dares to touch this code!) but: | luigi | 2009-12-10 | 1 | -5/+8 |
* | remove assertion checks for now - ipfw uses its own lock for protecting its r... | kmacy | 2008-12-16 | 1 | -6/+0 |
* | assert that the radix node head is locked when manipulating the tree | kmacy | 2008-12-16 | 1 | -0/+7 |
* | - convert radix node head lock from mutex to rwlock | kmacy | 2008-12-07 | 1 | -0/+1 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 1 | -0/+22 |
* | The code in rn_walktree_from() that checks if we backed up too far | qingli | 2006-02-07 | 1 | -1/+9 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Readability fixes: | luigi | 2004-04-21 | 1 | -12/+76 |
* | Add some comments, move a static array of constants in the only place | luigi | 2004-04-19 | 1 | -8/+16 |
* | + move MKGet()/MKFree() into the only file that can use them. | luigi | 2004-04-18 | 1 | -13/+19 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | While cleaning out my tree, fix another strict alias warning that would | peter | 2003-09-22 | 1 | -1/+1 |
* | Make the radix tree code compilable in userland. Requested by ru. | hsu | 2003-02-08 | 1 | -0/+4 |
* | Typo in function name. | ru | 2002-12-25 | 1 | -4/+4 |
* | A month after pst@ has committed his revision 1.8, it was | ru | 2002-12-25 | 1 | -3/+6 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -0/+1 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -1/+0 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -1/+1 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -1/+1 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-24 | 1 | -5/+5 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -13/+13 |
* | Initialize rn_mklist in rn_newpair(). The undocumented assumption | wollman | 2000-10-27 | 1 | -0/+1 |
* | A couple months ago, Kirk and I were doing a walkthrough of the radix-tree | wollman | 2000-04-23 | 1 | -145/+190 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Never return the root node itself from rn_match(); return NULL instead. | pb | 1999-06-25 | 1 | -2/+5 |
* | Postpone route_init() until all domains are attached. | luoqi | 1999-04-29 | 1 | -2/+1 |
* | Temporary hack. The radix code shouldn't need this, it should be | peter | 1999-04-26 | 1 | -1/+2 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+4 |
* | Unstaticized rn_delete() and rn_lookup(). They are used in dark corners | bde | 1997-11-24 | 1 | -9/+5 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |