index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
radix.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.
kmacy
2011-09-20
1
-2
/
+2
*
Add spares to the network stack for FreeBSD-9:
bz
2011-07-17
1
-0
/
+1
*
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
/
+3
*
Move the scan for max_keylen into route.c::route_init(),
luigi
2009-12-14
1
-1
/
+1
*
- convert radix node head lock from mutex to rwlock
kmacy
2008-12-07
1
-6
/
+13
*
This patch provides the back end support for equal-cost multi-path
qingli
2008-04-13
1
-0
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
+ move MKGet()/MKFree() into the only file that can use them.
luigi
2004-04-18
1
-15
/
+0
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
add R_Zalloc definition that returns pre-zero'd memory
sam
2003-08-19
1
-0
/
+2
*
Make the radix tree code compilable in userland. Requested by ru.
hsu
2003-02-08
1
-9
/
+11
*
Avoid lock order reversal by expanding the scope of the
hsu
2003-01-28
1
-0
/
+1
*
SMP locking for radix nodes.
hsu
2002-12-24
1
-0
/
+11
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-24
/
+24
*
A couple months ago, Kirk and I were doing a walkthrough of the radix-tree
wollman
2000-04-23
1
-11
/
+11
*
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
*
Unstaticized rn_delete() and rn_lookup(). They are used in dark corners
bde
1997-11-24
1
-1
/
+4
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+5
*
Some staticized variables were still declared to be extern.
bde
1997-09-07
1
-5
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Another mega commit to staticize things.
phk
1995-12-14
1
-9
/
+3
*
Incorporate new radix code from UCB. This fixes the orphaned mask bugs.
pst
1995-04-28
1
-11
/
+19
*
Better fix for the deletion of parents of cloned routes problem,
wollman
1995-03-20
1
-1
/
+4
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+3
*
if.h:
bde
1994-11-14
1
-4
/
+7
*
Add code to be a bit smarter about IP routes, conditioned on the option
wollman
1994-11-02
1
-1
/
+3
*
Make idempotent.
paul
1994-08-21
1
-3
/
+3
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+153