aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace random ARIN direct assignment legacy IPs with proper RFC 5735Bjoern A. Zeeb2012-01-241-4/+4
* Simplify rtrequest(RTM_ADD): ifa can't be NULL after rt_getifa_fib().Gleb Smirnoff2011-12-151-9/+4
* The host-id/interface-id can have a specific value and is properlyQing Li2011-10-251-0/+5
* Pass the fibnum where we need filtering of the message on theBjoern A. Zeeb2011-09-281-3/+3
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* In rtinit1(), before rtrequest1_fib() is called, info.rti_flags isKevin Lo2011-08-081-1/+1
* Garbage collect never used global, sysctl, externs.Bjoern A. Zeeb2011-06-211-6/+0
* Leave an extra comment about flowtable and IPv6 support rectifying aBjoern A. Zeeb2011-06-201-0/+1
* ouch, newrt is used on the return path, my fault.Dmitry Chagin2011-03-191-1/+1
* A bit rearranged rtalloc1_fib() code.Dmitry Chagin2011-03-191-6/+6
* Remove a now unused variable.Dmitry Chagin2011-03-191-2/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* This patch fixes the problem where proxy ARP entries cannot be addedQing Li2010-05-251-3/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-5/+7