aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
* Constantify lookup key in ifa_ifwith* functions.Alexander V. Chernikov2015-09-051-1/+1
* Rename rt_foreach_fib() to rt_foreach_fib_walk().Alexander V. Chernikov2015-08-101-2/+10
* MFP r274295:Alexander V. Chernikov2015-08-081-0/+91
* Follow r256586 and rename the kernel version of the Free() macro toLuiz Otavio O Souza2015-07-301-4/+4
* Remove duplicate header entry.Marcelo Araujo2015-04-161-1/+0
* Finish r274175: do control plane MTU tracking.Alexander V. Chernikov2014-11-171-3/+99
* Revert r274585: rte lock is properly destroyed in uma dtor callback.Alexander V. Chernikov2014-11-161-1/+0
* Make witness happy: destroy rte lock before free.Alexander V. Chernikov2014-11-161-0/+1
* Fix build.Alexander V. Chernikov2014-11-061-1/+1
* Finish r274118: remove useless fields from struct domain.Alexander V. Chernikov2014-11-061-6/+1
* Make checks for rt_mtu generic:Alexander V. Chernikov2014-11-061-3/+12
* Make net.add_addr_allfibs vnet-local.Hiroki Sato2014-09-211-5/+5
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andAlan Somers2014-09-111-18/+8
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-5/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-5/+2
* Fix unintended KBI change from r264905. Add _fib versions ofAlan Somers2014-05-291-5/+5
* Remove additional fib checks from rtalloc1_fib.Alexander V. Chernikov2014-05-031-9/+0
* Pass radix head ptr along with rte to rtexpunge().Alexander V. Chernikov2014-05-031-8/+1
* Move rt_setmetrics() from rtsock.c to route.c.Alexander V. Chernikov2014-04-291-0/+19
* Do not use senderr() in rtrequest1_fib_change().Alexander V. Chernikov2014-04-291-5/+2
* Remove useless `register' declarations.Alexander V. Chernikov2014-04-261-9/+9
* Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().Alexander V. Chernikov2014-04-261-0/+95
* Unify sa_equal() macro usage.Alexander V. Chernikov2014-04-261-4/+0
* Fix subnet and default routes on different FIBs on the same subnet.Alan Somers2014-04-241-5/+5
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0Alan Somers2014-04-241-1/+1
* Call sctp_addr_change() from rt_addrmsg() instead of rt_newaddrmsg_fib(),Michael Tuexen2014-04-071-10/+10
* Garbage collect long time obsoleted (or never used) stuff from routing API.Gleb Smirnoff2014-03-151-9/+0
* The route code used to mtx_destroy() a locked mutex before rtentry free. Now,Gleb Smirnoff2014-03-051-1/+9
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-9/+39
* Revert previous commit (262727) and bounce patch back to theGeorge V. Neville-Neil2014-03-041-3/+2
* Naming consistency fix. The routing code definesGeorge V. Neville-Neil2014-03-041-2/+3
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-071-12/+1
* Simplify inet alias handling code: if we're adding/removing alias whichAlexander V. Chernikov2014-01-101-21/+10
* Split rt_newaddrmsg_fib() into two different functions.Alexander V. Chernikov2014-01-091-1/+107
* Constanly use RT_ALL_FIBS everywhere instead of -1.Alexander V. Chernikov2014-01-081-3/+3
* Partially fix IPv4 interface routes deletion in RADIX_MPATH.Alexander V. Chernikov2014-01-061-4/+2
* Change semantics for rnh_lookup() function: nowAlexander V. Chernikov2014-01-041-3/+54
* In vnet_route_uninit(), free some memory that is allocated in vnet_route_init().Craig Rodrigues2013-11-251-0/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix long-standing issue with incorrect radix mask calculation.Alexander V. Chernikov2013-10-161-8/+0
* Fix rte leak introduced in r248070.Alexander V. Chernikov2013-05-181-1/+1
* Finally change the mbuf to have its own fib field instead of stealingJulian Elischer2013-05-161-11/+3
* Fix long-standing issue with interface routes being unprotected:Alexander V. Chernikov2013-03-081-2/+38
* Write lock is not required for find&compare operation.Alexander V. Chernikov2013-03-051-2/+2
* Hide kernel option ROUTETABLES evaluations in the implementationBjoern A. Zeeb2012-03-181-0/+18
* Move a comment from rtinit1() to the top of the file where dealing withBjoern A. Zeeb2012-02-031-15/+29
* Minor optimization doing input validation with a possible early returnBjoern A. Zeeb2012-02-031-2/+2
* Fix FLOWTABLE IPv6 handling in route.c missed in r205066.Bjoern A. Zeeb2012-02-031-8/+21
* Allow for IPv6 to allocate (and in the VIMAGE case free) as many routingBjoern A. Zeeb2012-02-031-42/+64