| Age | Commit message (Expand) | Author |
| 2025-12-18 | net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9) | Gleb Smirnoff |
| 2024-03-15 | vnet: remove unneeded backslash | Gleb Smirnoff |
| 2023-09-21 | sysctl: Update 'master' copy of vnet SYSCTLs on kernel environment variables ... | Zhenlei Huang |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-07-28 | i386: Don't use static DPCPU and VNET defines in i386 modules | Dmitry Chagin |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-02-22 | vnet: Make vnet_sys[un]init() static | Zhenlei Huang |
| 2022-07-13 | IPv4: experimental changes to allow net 0/8, 240/4, part of 127/8 | Mike Karels |
| 2022-07-07 | vnet: make VNET_FOREACH() always be a loop | Kristof Provost |
| 2022-02-19 | vnet: add CURVNET_ASSERT_SET for !VIMAGE | Mateusz Guzik |
| 2022-02-19 | vnet: add CURVNET_ASSERT_SET | Mateusz Guzik |
| 2020-09-01 | net: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2020-02-17 | Partially revert VNET change and expand VNET structure. | Bjoern A. Zeeb |
| 2019-10-07 | Compile time assert a valid subsystem for all VNET init and uninit functions. | Hans Petter Selasky |
| 2019-10-07 | Factor out VNET shutdown check into an own vnet structure field. | Hans Petter Selasky |
| 2019-06-25 | [PowerPC64] Don't mark module data as static | Leandro Lupori |
| 2018-09-12 | Don't mark module data as static on RISC-V. | Ruslan Bukin |
| 2018-07-30 | As with DPCPU_DEFINE_STATIC make VNET_DEFINE_STATIC non-static on arm64 in | Andrew Turner |
| 2018-07-30 | As with DPCPU_DEFINE make it a compile error to use static with VNET_DEFINE. | Andrew Turner |
| 2018-07-24 | As with DPCPU create VNET_DEFINE_STATIC for when a variable needs to be | Andrew Turner |
| 2017-11-27 | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-06-21 | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb |
| 2016-05-18 | Add a "vnet_state" field to struct vnet. | Bjoern A. Zeeb |
| 2016-01-27 | Provide TCPSTAT_DEC() and TCPSTAT_FETCH() macros. | Gleb Smirnoff |
| 2014-11-07 | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff |
| 2014-02-09 | Fixup for r261590 (vnet sysctl handlers cleanup). | Mikolaj Golub |
| 2014-02-07 | Remove identical vnet sysctl handlers, and handle CTLFLAG_VNET | Gleb Smirnoff |
| 2013-07-09 | Correct CTASSERT condition. | Andrey V. Elsukov |
| 2013-07-09 | Add several macros to help migrate statistics structures to PCPU counters. | Andrey V. Elsukov |
| 2011-02-11 | Mfp4 CH=177255: | Bjoern A. Zeeb |
| 2011-02-11 | Mfp4 CH=177255: | Bjoern A. Zeeb |
| 2011-02-11 | Mfp4 CH=177255: | Bjoern A. Zeeb |
| 2011-01-19 | sysctl(8) should use the CTLTYPE to determine the type of data when | Matthew D Fleming |
| 2010-11-22 | After some off-list discussion, revert a number of changes to the | Dimitry Andric |
| 2010-11-14 | Instead of unconditionally emitting .globl's for the __start_set_xxx and | Dimitry Andric |
| 2010-11-14 | Add macros to define static instances of VNET_DEFINE and DPCPU_DEFINE. | Dimitry Andric |
| 2010-11-12 | Similar to r212647, remove the workaround in sys/net/vnet.h for an ld | Dimitry Andric |
| 2010-11-11 | Use the same treatment as in linker_set.h for the __start and __stop | Dimitry Andric |
| 2010-06-02 | Provide a macro for registering a virtualized sysctl handler for | Marko Zec |
| 2010-04-14 | Move two copies of the same definition to a common include file. | Julian Elischer |
| 2010-03-19 | Split eventhandler_register() into an internal part and a wrapper function | Bjoern A. Zeeb |
| 2010-02-04 | Instead of spamming the console on each curvnet recursion event, print | Marko Zec |
| 2009-08-14 | Make VNET_DEBUG a standalone compile-time option, i.e. decouple it from | Marko Zec |
| 2009-08-13 | Make it possible to change the vnet sysctl variables on jails | Bjoern A. Zeeb |
| 2009-08-12 | Put minimum alignment on the dpcpu and vnet section so that ld | Bjoern A. Zeeb |
| 2009-08-01 | Make the vnet alloc/destroy paths a bit easier to followg by merging | Robert Watson |
| 2009-08-01 | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson |
| 2009-07-30 | Reorder and recomment vnet.c and vnet.h on the basis that they are no longer | Robert Watson |
| 2009-07-28 | Revise header comments for vnet.h as we now implement VNET_SYSINIT, not | Robert Watson |