summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-5/+2
* Revert r267961, r267973:gjb2014-06-271-2/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-5/+2
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-291-5/+5
* Remove additional fib checks from rtalloc1_fib.melifaro2014-05-031-9/+0
* Pass radix head ptr along with rte to rtexpunge().melifaro2014-05-031-8/+1
* Move rt_setmetrics() from rtsock.c to route.c.melifaro2014-04-291-0/+19
* Do not use senderr() in rtrequest1_fib_change().melifaro2014-04-291-5/+2
* Remove useless `register' declarations.melifaro2014-04-261-9/+9
* Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().melifaro2014-04-261-0/+95
* Unify sa_equal() macro usage.melifaro2014-04-261-4/+0
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-5/+5
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-241-1/+1
* Call sctp_addr_change() from rt_addrmsg() instead of rt_newaddrmsg_fib(),tuexen2014-04-071-10/+10
* Garbage collect long time obsoleted (or never used) stuff from routing API.glebius2014-03-151-9/+0
* The route code used to mtx_destroy() a locked mutex before rtentry free. Now,glebius2014-03-051-1/+9
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-9/+39
* Revert previous commit (262727) and bounce patch back to thegnn2014-03-041-3/+2
* Naming consistency fix. The routing code definesgnn2014-03-041-2/+3
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-071-12/+1
* Simplify inet alias handling code: if we're adding/removing alias whichmelifaro2014-01-101-21/+10
* Split rt_newaddrmsg_fib() into two different functions.melifaro2014-01-091-1/+107
* Constanly use RT_ALL_FIBS everywhere instead of -1.melifaro2014-01-081-3/+3
* Partially fix IPv4 interface routes deletion in RADIX_MPATH.melifaro2014-01-061-4/+2
* Change semantics for rnh_lookup() function: nowmelifaro2014-01-041-3/+54
* In vnet_route_uninit(), free some memory that is allocated in vnet_route_init().rodrigc2013-11-251-0/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Fix long-standing issue with incorrect radix mask calculation.melifaro2013-10-161-8/+0
* 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
OpenPOWER on IntegriCloud