summaryrefslogtreecommitdiffstats
path: root/sys/net/radix.h
Commit message (Expand)AuthorAgeFilesLines
* Merge r259528, r259528, r260295.melifaro2014-05-081-2/+2
* MFC r256624:melifaro2013-10-291-0/+2
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.kmacy2011-09-201-2/+2
* Add spares to the network stack for FreeBSD-9:bz2011-07-171-0/+1
* Not only flush the ipfw tables when unloading ipfw or tearingbz2010-03-071-2/+0
* Introduce a function rn_detachhead() that will free thebz2010-03-061-0/+3
* Move the scan for max_keylen into route.c::route_init(),luigi2009-12-141-1/+1
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-6/+13
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-131-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* + move MKGet()/MKFree() into the only file that can use them.luigi2004-04-181-15/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* add R_Zalloc definition that returns pre-zero'd memorysam2003-08-191-0/+2
* Make the radix tree code compilable in userland. Requested by ru.hsu2003-02-081-9/+11
* Avoid lock order reversal by expanding the scope of thehsu2003-01-281-0/+1
* SMP locking for radix nodes.hsu2002-12-241-0/+11
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Remove __P.alfred2002-03-191-24/+24
* A couple months ago, Kirk and I were doing a walkthrough of the radix-treewollman2000-04-231-11/+11
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Unstaticized rn_delete() and rn_lookup(). They are used in dark cornersbde1997-11-241-1/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+5
* Some staticized variables were still declared to be extern.bde1997-09-071-5/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Another mega commit to staticize things.phk1995-12-141-9/+3
* Incorporate new radix code from UCB. This fixes the orphaned mask bugs.pst1995-04-281-11/+19
* Better fix for the deletion of parents of cloned routes problem,wollman1995-03-201-1/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+3
* if.h:bde1994-11-141-4/+7
* Add code to be a bit smarter about IP routes, conditioned on the optionwollman1994-11-021-1/+3
* Make idempotent.paul1994-08-211-3/+3
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+153
OpenPOWER on IntegriCloud