summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r264241:tuexen2014-06-221-10/+10
* MFC r264887asomers2014-06-061-1/+1
* MFC changes relating to running multiple interfaces on different fibs butasomers2014-06-061-5/+5
* Merge 260488, r260508.melifaro2014-05-081-1/+96
* Merge r260379, r260460.melifaro2014-05-081-6/+4
* Merge r259528, r259528, r260295.melifaro2014-05-081-3/+54
* Merge r263203: garbage collect long time obsoleted (or never used) stuffglebius2014-04-091-9/+0
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-9/+47
* Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,glebius2014-03-041-12/+1
* MFC 258591rodrigc2013-12-041-0/+3
* Fix rte leak introduced in r248070.melifaro2013-05-181-1/+1
* Finally change the mbuf to have its own fib field instead of stealingjulian2013-05-161-11/+3
* Fix long-standing issue with interface routes being unprotected:melifaro2013-03-081-2/+38
* Write lock is not required for find&compare operation.melifaro2013-03-051-2/+2
* Hide kernel option ROUTETABLES evaluations in the implementationbz2012-03-181-0/+18
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-67/+116
* Replace random ARIN direct assignment legacy IPs with proper RFC 5735bz2012-01-241-4/+4
* Simplify rtrequest(RTM_ADD): ifa can't be NULL after rt_getifa_fib().glebius2011-12-151-9/+4
* The host-id/interface-id can have a specific value and is properlyqingli2011-10-251-0/+5
* Pass the fibnum where we need filtering of the message on thebz2011-09-281-3/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* In rtinit1(), before rtrequest1_fib() is called, info.rti_flags iskevlo2011-08-081-1/+1
* Garbage collect never used global, sysctl, externs.bz2011-06-211-6/+0
* Leave an extra comment about flowtable and IPv6 support rectifying abz2011-06-201-0/+1
* ouch, newrt is used on the return path, my fault.dchagin2011-03-191-1/+1
* A bit rearranged rtalloc1_fib() code.dchagin2011-03-191-6/+6
* Remove a now unused variable.dchagin2011-03-191-2/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-2/+2
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-3/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-5/+7
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-091-8/+30
* The proxy arp entries could not be added into the system over theqingli2009-12-301-3/+1
* Move the scan for max_keylen into route.c::route_init(),luigi2009-12-141-1/+8
* Fix a LOR showing up with sctp_bsd_addr(): Do not hold a rt locktuexen2009-11-171-0/+4
* Put #ifdef INET around parts of the FLOWTABLE code, to unbreakbz2009-10-031-0/+4
* The flow-table associates TCP/UDP flows and IP destinations withqingli2009-10-011-0/+61
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-27/+13
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-4/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-60/+10
* Re-factoring for adding weighted routes introduced akmacy2009-07-111-1/+11
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-9/+33
* Move virtualization of routing related variables into their ownbz2009-06-221-8/+47
* Collect all VIMAGE_GLOBALS variables in one place.bz2009-06-221-8/+4
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-221-1/+1
* Clean up common ifaddr management:rwatson2009-06-211-6/+6
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-2/+39
OpenPOWER on IntegriCloud