| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill custom in_matroute() radix mathing function removing one rte mutex lock. | melifaro | 2014-11-11 | 1 | -19/+0 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -1/+1 |
* | Make checks for rt_mtu generic: | melifaro | 2014-11-06 | 1 | -2/+12 |
* | Remove old hack abusing domattach from NFS code. | melifaro | 2014-11-05 | 1 | -9/+2 |
* | Remove lock init from radix.c. | melifaro | 2014-10-01 | 1 | -1/+3 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 1 | -6/+5 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Eliminate code checking if found IPv6 rte is dynamic. IPv6 redirects | melifaro | 2012-10-22 | 1 | -156/+0 |
* | Cleanup documentation: cloning route support has been removed in r186119. | melifaro | 2012-10-13 | 1 | -13/+0 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -33/+91 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -6/+6 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -6/+6 |
* | Add a bandaid for a long-standing race condition during route entry | delphij | 2010-09-27 | 1 | -1/+3 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -14/+9 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -6/+6 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -25/+20 |
* | In r194702 I meant to remove vnet.h which is no longer needed, not route.h. | bz | 2009-06-23 | 1 | -1/+1 |
* | in6_rtqdrain() has been unused. Cleanup. | bz | 2009-06-23 | 1 | -23/+0 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -2/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -0/+15 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -9/+17 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -5/+11 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -4/+2 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+2 |
* | Assert the radix head lock in in6_rtqkill(). | rwatson | 2009-02-23 | 1 | -0/+2 |
* | in6_clsroute() was applied to prefix routes causing some | qingli | 2008-12-17 | 1 | -28/+0 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -32/+6 |
* | in6_addroute is called through rnh_addadr which is always called with the rad... | kmacy | 2008-12-13 | 1 | -2/+2 |
* | Add missing include to sys/lock.h before sys/rwlock.h | imp | 2008-12-08 | 1 | -0/+1 |
* | - convert radix node head lock from mutex to rwlock | kmacy | 2008-12-07 | 1 | -0/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+3 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -6/+6 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -7/+16 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+12 |
* | As part of step 1.5 of the vimage framework resolve conflicts with | bz | 2008-08-18 | 1 | -19/+19 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -17/+18 |
* | Repair botched variable rename. | kan | 2008-06-29 | 1 | -4/+4 |
* | Rename two vars so that they are different from the same vars in ipv4. | julian | 2008-06-29 | 1 | -7/+7 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -4/+8 |
* | un-__P() | obrien | 2008-01-08 | 1 | -1/+1 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+5 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -1/+1 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -1/+1 |
* | Complete timebase (time_second -> time_uptime) conversion. | oleg | 2006-07-05 | 1 | -7/+8 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -5/+5 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | fixed too delayed routing cache expiry. (tvtohz() converts a time interval t... | suz | 2004-10-06 | 1 | -4/+4 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -2/+1 |
* | Remove RTF_PRCLONING from routing table and adjust users of it | andre | 2003-11-20 | 1 | -11/+2 |