| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -5/+2 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -2/+5 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -5/+2 |
* | Fix unintended KBI change from r264905. Add _fib versions of | asomers | 2014-05-29 | 1 | -5/+5 |
* | Remove additional fib checks from rtalloc1_fib. | melifaro | 2014-05-03 | 1 | -9/+0 |
* | Pass radix head ptr along with rte to rtexpunge(). | melifaro | 2014-05-03 | 1 | -8/+1 |
* | Move rt_setmetrics() from rtsock.c to route.c. | melifaro | 2014-04-29 | 1 | -0/+19 |
* | Do not use senderr() in rtrequest1_fib_change(). | melifaro | 2014-04-29 | 1 | -5/+2 |
* | Remove useless `register' declarations. | melifaro | 2014-04-26 | 1 | -9/+9 |
* | Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output(). | melifaro | 2014-04-26 | 1 | -0/+95 |
* | Unify sa_equal() macro usage. | melifaro | 2014-04-26 | 1 | -4/+0 |
* | Fix subnet and default routes on different FIBs on the same subnet. | asomers | 2014-04-24 | 1 | -5/+5 |
* | Fix host and network routes for new interfaces when net.add_addr_allfibs=0 | asomers | 2014-04-24 | 1 | -1/+1 |
* | Call sctp_addr_change() from rt_addrmsg() instead of rt_newaddrmsg_fib(), | tuexen | 2014-04-07 | 1 | -10/+10 |
* | Garbage collect long time obsoleted (or never used) stuff from routing API. | glebius | 2014-03-15 | 1 | -9/+0 |
* | The route code used to mtx_destroy() a locked mutex before rtentry free. Now, | glebius | 2014-03-05 | 1 | -1/+9 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 1 | -9/+39 |
* | Revert previous commit (262727) and bounce patch back to the | gnn | 2014-03-04 | 1 | -3/+2 |
* | Naming consistency fix. The routing code defines | gnn | 2014-03-04 | 1 | -2/+3 |
* | o Revamp API between flowtable and netinet, netinet6. | glebius | 2014-02-07 | 1 | -12/+1 |
* | Simplify inet alias handling code: if we're adding/removing alias which | melifaro | 2014-01-10 | 1 | -21/+10 |
* | Split rt_newaddrmsg_fib() into two different functions. | melifaro | 2014-01-09 | 1 | -1/+107 |
* | Constanly use RT_ALL_FIBS everywhere instead of -1. | melifaro | 2014-01-08 | 1 | -3/+3 |
* | Partially fix IPv4 interface routes deletion in RADIX_MPATH. | melifaro | 2014-01-06 | 1 | -4/+2 |
* | Change semantics for rnh_lookup() function: now | melifaro | 2014-01-04 | 1 | -3/+54 |
* | In vnet_route_uninit(), free some memory that is allocated in vnet_route_init(). | rodrigc | 2013-11-25 | 1 | -0/+3 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Fix long-standing issue with incorrect radix mask calculation. | melifaro | 2013-10-16 | 1 | -8/+0 |
* | Fix rte leak introduced in r248070. | melifaro | 2013-05-18 | 1 | -1/+1 |
* | Finally change the mbuf to have its own fib field instead of stealing | julian | 2013-05-16 | 1 | -11/+3 |
* | Fix long-standing issue with interface routes being unprotected: | melifaro | 2013-03-08 | 1 | -2/+38 |
* | Write lock is not required for find&compare operation. | melifaro | 2013-03-05 | 1 | -2/+2 |
* | Hide kernel option ROUTETABLES evaluations in the implementation | bz | 2012-03-18 | 1 | -0/+18 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -67/+116 |
* | Replace random ARIN direct assignment legacy IPs with proper RFC 5735 | bz | 2012-01-24 | 1 | -4/+4 |
* | Simplify rtrequest(RTM_ADD): ifa can't be NULL after rt_getifa_fib(). | glebius | 2011-12-15 | 1 | -9/+4 |
* | The host-id/interface-id can have a specific value and is properly | qingli | 2011-10-25 | 1 | -0/+5 |
* | Pass the fibnum where we need filtering of the message on the | bz | 2011-09-28 | 1 | -3/+3 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | In rtinit1(), before rtrequest1_fib() is called, info.rti_flags is | kevlo | 2011-08-08 | 1 | -1/+1 |
* | Garbage collect never used global, sysctl, externs. | bz | 2011-06-21 | 1 | -6/+0 |
* | Leave an extra comment about flowtable and IPv6 support rectifying a | bz | 2011-06-20 | 1 | -0/+1 |
* | ouch, newrt is used on the return path, my fault. | dchagin | 2011-03-19 | 1 | -1/+1 |
* | A bit rearranged rtalloc1_fib() code. | dchagin | 2011-03-19 | 1 | -6/+6 |
* | Remove a now unused variable. | dchagin | 2011-03-19 | 1 | -2/+1 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -2/+2 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 1 | -3/+3 |