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_mpath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove rt_metrics_lite and simply put its members into rtentry.
glebius
2014-03-05
1
-3
/
+3
*
Partially fix IPv4 interface routes deletion in RADIX_MPATH.
melifaro
2014-01-06
1
-4
/
+9
*
Change semantics for rnh_lookup() function: now
melifaro
2014-01-04
1
-68
/
+5
*
When the RADIX_MPATH kernel option is enabled, the RADIX_MPATH code tries
qingli
2011-08-25
1
-4
/
+1
*
One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to
qingli
2010-03-09
1
-1
/
+2
*
Extend route command:
kmacy
2009-04-14
1
-16
/
+27
*
This main goals of this project are:
qingli
2008-12-15
1
-2
/
+2
*
- Use RTFREE_LOCKED macro
kmacy
2008-11-11
1
-3
/
+3
*
Hide the IPv4 init function if the kernel is compiled without INET.
bz
2008-11-05
1
-0
/
+3
*
When RADIX_MPATH is enabled, the route selection is not rotating
qingli
2008-05-30
1
-4
/
+4
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-2
/
+2
*
In function rtalloc_mpath(), do not try to release the lock if the ro_rt
qingli
2008-04-24
1
-1
/
+3
*
Make this file compile on IPv6 kernels.
qingli
2008-04-13
1
-0
/
+2
*
Make this compile also on non-IPv6 kernels.
phk
2008-04-13
1
-0
/
+2
*
These files handle the radix tree for the ECMP routes.
qingli
2008-04-13
1
-0
/
+334