| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -67/+4 |
* | Fixup for r261590 (vnet sysctl handlers cleanup). | trociny | 2014-02-09 | 1 | -1/+1 |
* | Remove identical vnet sysctl handlers, and handle CTLFLAG_VNET | glebius | 2014-02-07 | 1 | -9/+4 |
* | Correct CTASSERT condition. | ae | 2013-07-09 | 1 | -1/+2 |
* | Add several macros to help migrate statistics structures to PCPU counters. | ae | 2013-07-09 | 1 | -0/+49 |
* | Mfp4 CH=177255: | bz | 2011-02-11 | 1 | -3/+12 |
* | Mfp4 CH=177255: | bz | 2011-02-11 | 1 | -12/+18 |
* | Mfp4 CH=177255: | bz | 2011-02-11 | 1 | -2/+2 |
* | sysctl(8) should use the CTLTYPE to determine the type of data when | mdf | 2011-01-19 | 1 | -0/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -13/+9 |
* | Instead of unconditionally emitting .globl's for the __start_set_xxx and | dim | 2010-11-14 | 1 | -3/+4 |
* | Add macros to define static instances of VNET_DEFINE and DPCPU_DEFINE. | dim | 2010-11-14 | 1 | -6/+9 |
* | Similar to r212647, remove the workaround in sys/net/vnet.h for an ld | dim | 2010-11-12 | 1 | -9/+0 |
* | Use the same treatment as in linker_set.h for the __start and __stop | dim | 2010-11-11 | 1 | -0/+2 |
* | Provide a macro for registering a virtualized sysctl handler for | zec | 2010-06-02 | 1 | -0/+8 |
* | Move two copies of the same definition to a common include file. | julian | 2010-04-14 | 1 | -0/+9 |
* | Split eventhandler_register() into an internal part and a wrapper function | bz | 2010-03-19 | 1 | -0/+30 |
* | Instead of spamming the console on each curvnet recursion event, print | zec | 2010-02-04 | 1 | -3/+3 |
* | Make VNET_DEBUG a standalone compile-time option, i.e. decouple it from | zec | 2009-08-14 | 1 | -3/+0 |
* | Make it possible to change the vnet sysctl variables on jails | bz | 2009-08-13 | 1 | -7/+11 |
* | Put minimum alignment on the dpcpu and vnet section so that ld | bz | 2009-08-12 | 1 | -3/+5 |
* | Make the vnet alloc/destroy paths a bit easier to followg by merging | rwatson | 2009-08-01 | 1 | -7/+0 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -2/+151 |
* | Reorder and recomment vnet.c and vnet.h on the basis that they are no longer | rwatson | 2009-07-30 | 1 | -67/+92 |
* | Revise header comments for vnet.h as we now implement VNET_SYSINIT, not | rwatson | 2009-07-28 | 1 | -4/+8 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -0/+51 |
* | sysctl_msec_to_ticks is used with both virtualized and | bz | 2009-07-21 | 1 | -0/+6 |
* | Add macros VNET_SETNAME and VNET_SYMPREFIX, and expose to userspace if | rwatson | 2009-07-20 | 1 | -3/+10 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -10/+5 |
* | Add missing license line for vnet.h, correct white space nit. | rwatson | 2009-07-15 | 1 | -1/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -48/+113 |
* | Remove support for the /dev/net/* per-interface devices. They serve | brooks | 2009-06-29 | 1 | -1/+2 |
* | Updates after r194640: | bz | 2009-06-22 | 1 | -4/+0 |
* | Move virtualization of routing related variables into their own | bz | 2009-06-22 | 1 | -5/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -0/+2 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -1/+1 |
* | V_irtualize the if_clone framework, thus allowing for clonable ifnets | zec | 2009-05-23 | 1 | -16/+21 |
* | Make indentation more uniform accross vnet container structs. | zec | 2009-05-02 | 1 | -14/+14 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -0/+2 |
* | Add size-guards evaluated at compile-time to the main struct vnet_* | bz | 2009-03-01 | 1 | -0/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -3/+0 |
* | we need if_var.h not if.h | luigi | 2009-02-16 | 1 | -1/+1 |
* | remove unnecessary #include from vnet.h and vinet.h | luigi | 2009-02-15 | 1 | -6/+0 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -2/+6 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 1 | -3/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+93 |