aboutsummaryrefslogtreecommitdiff
path: root/sys/net/radix_mpath.c
Commit message (Expand)AuthorAgeFilesLines
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toQing Li2010-03-091-1/+2
* Extend route command:Kip Macy2009-04-141-16/+27
* This main goals of this project are:Qing Li2008-12-151-2/+2
* - Use RTFREE_LOCKED macroKip Macy2008-11-111-3/+3
* Hide the IPv4 init function if the kernel is compiled without INET.Bjoern A. Zeeb2008-11-051-0/+3
* When RADIX_MPATH is enabled, the route selection is not rotatingQing Li2008-05-301-4/+4
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-2/+2
* In function rtalloc_mpath(), do not try to release the lock if the ro_rtQing Li2008-04-241-1/+3
* Make this file compile on IPv6 kernels.Qing Li2008-04-131-0/+2
* Make this compile also on non-IPv6 kernels.Poul-Henning Kamp2008-04-131-0/+2
* These files handle the radix tree for the ECMP routes.Qing Li2008-04-131-0/+334