summaryrefslogtreecommitdiffstats
path: root/sys/net/radix_mpath.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a deadlock with route change when the gateway address is non-local.Luiz Otavio O Souza2016-12-081-1/+1
* radix_mpath: Don't derefence a NULL pointer in for loop iterationcem2016-04-261-1/+1
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-7/+15
* Clean up original route path selection logic a bit.melifaro2016-01-151-5/+6
* Bring RADIX_MPATH support to new routing KPI to ease migration.melifaro2016-01-111-21/+40
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-3/+3
* Partially fix IPv4 interface routes deletion in RADIX_MPATH.melifaro2014-01-061-4/+9
* Change semantics for rnh_lookup() function: nowmelifaro2014-01-041-68/+5
* When the RADIX_MPATH kernel option is enabled, the RADIX_MPATH code triesqingli2011-08-251-4/+1
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-091-1/+2
* Extend route command:kmacy2009-04-141-16/+27
* This main goals of this project are:qingli2008-12-151-2/+2
* - Use RTFREE_LOCKED macrokmacy2008-11-111-3/+3
* Hide the IPv4 init function if the kernel is compiled without INET.bz2008-11-051-0/+3
* When RADIX_MPATH is enabled, the route selection is not rotatingqingli2008-05-301-4/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+2
* In function rtalloc_mpath(), do not try to release the lock if the ro_rtqingli2008-04-241-1/+3
* Make this file compile on IPv6 kernels.qingli2008-04-131-0/+2
* Make this compile also on non-IPv6 kernels.phk2008-04-131-0/+2
* These files handle the radix tree for the ECMP routes.qingli2008-04-131-0/+334
OpenPOWER on IntegriCloud