| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge SVN r295220 (bz) from projects/vnet/ | dteske | 2016-02-11 | 1 | -1/+2 |
* | MFP r287070,r287073: split radix implementation and route table structure. | melifaro | 2016-01-25 | 1 | -8/+8 |
* | Remove now-unused wrappers for various routing functions. | melifaro | 2016-01-14 | 1 | -12/+0 |
* | Since r256624 we've been leaking routing table allocations | bz | 2015-12-22 | 1 | -1/+1 |
* | Remove in_setifarnh definition. | melifaro | 2015-11-30 | 1 | -3/+0 |
* | Add new rt_foreach_fib_walk_del() function for deleting route entries | melifaro | 2015-11-30 | 1 | -40/+6 |
* | Remove several compat functions from pre-fib era. | melifaro | 2015-10-17 | 1 | -20/+0 |
* | Rename rt_foreach_fib() to rt_foreach_fib_walk(). | melifaro | 2015-08-10 | 1 | -1/+1 |
* | Fix compilation after r286458. | marius | 2015-08-08 | 1 | -2/+0 |
* | MFP r274295: | melifaro | 2015-08-08 | 1 | -14/+22 |
* | Kill custom in_matroute() radix mathing function removing one rte mutex lock. | melifaro | 2014-11-11 | 1 | -241/+0 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -3/+3 |
* | 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 | -11/+0 |
* | Remove lock init from radix.c. | melifaro | 2014-10-01 | 1 | -1/+3 |
* | Fix panic on IPv4 address removal introduced in r265279. | melifaro | 2014-05-03 | 1 | -0/+1 |
* | Pass radix head ptr along with rte to rtexpunge(). | melifaro | 2014-05-03 | 1 | -4/+4 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 1 | -12/+8 |
* | in_ifadown() can be void. | glebius | 2013-11-01 | 1 | -4/+3 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Cleanup documentation: cloning route support has been removed in r186119. | melifaro | 2012-10-13 | 1 | -13/+0 |
* | Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect is | melifaro | 2012-10-10 | 1 | -1/+10 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -5/+5 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -5/+5 |
* | Add a bandaid for a long-standing race condition during route entry | delphij | 2010-09-27 | 1 | -2/+3 |
* | MFp4 @181628: | bz | 2010-07-31 | 1 | -6/+20 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -13/+8 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -5/+5 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -22/+18 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+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/+14 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -6/+4 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -3/+3 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -0/+2 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+2 |
* | In in_rtqkill(), assert the radix head lock, and pass RTF_RNH_LOCKED | rwatson | 2009-02-23 | 1 | -1/+4 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -31/+3 |
* | don't acquire lock recursively | kmacy | 2008-12-13 | 1 | -1/+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 | -0/+2 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -4/+14 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -16/+30 |
* | Revert a part of the MRT commit that proved un-needed. | julian | 2008-09-14 | 1 | -7/+0 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -19/+20 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -28/+126 |
* | Remove unused structure member from struct in_ifadown_arg. | glebius | 2008-02-07 | 1 | -2/+1 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -2/+3 |