| Age | Commit message (Expand) | Author |
| 2025-06-11 | machine/stdarg.h -> sys/stdarg.h | Brooks Davis |
| 2024-01-16 | sockets: provide correct pr_shutdown for keysock and SDP | Gleb Smirnoff |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh |
| 2023-04-25 | netipsec: some style | Konstantin Belousov |
| 2022-08-17 | protosw: refactor protosw and domain static declaration and load | Gleb Smirnoff |
| 2022-08-12 | keysock: explicitly initialized LIST_HEAD | Gleb Smirnoff |
| 2022-08-11 | keysock: do not use raw socket code | Gleb Smirnoff |
| 2022-01-03 | netipsec: use SYSINIT(9) instead of dom_init/dom_destroy | Gleb Smirnoff |
| 2022-01-03 | protocols: init with standard SYSINIT(9) or VNET_SYSINIT | Gleb Smirnoff |
| 2021-07-28 | socket: Implement SO_RERROR | Roy Marples |
| 2021-05-03 | Add missing sockaddr length and family validation to various protocols | Mark Johnston |
| 2021-02-08 | Revert "SO_RERROR indicates that receive buffer overflows should be handled a... | Alexander V. Chernikov |
| 2021-02-08 | SO_RERROR indicates that receive buffer overflows should be handled as errors. | Alexander V. Chernikov |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2018-07-24 | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner |
| 2018-03-11 | Rework key_sendup_mbuf() a bit: | Andrey V. Elsukov |
| 2018-03-11 | Add KASSERT to check that proper targed was used. | Andrey V. Elsukov |
| 2018-03-11 | Replace panic() with KASSERTs. | Andrey V. Elsukov |
| 2018-03-11 | Check that we have PF_KEY sockets before iterating over all RAW sockets. | Andrey V. Elsukov |
| 2018-03-11 | Remove obsoleted and unused key_sendup() function. | Andrey V. Elsukov |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-06 | Merge projects/ipsec into head/. | Andrey V. Elsukov |
| 2016-09-15 | Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. | Kevin Lo |
| 2016-04-19 | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni |
| 2016-04-15 | sys/net* : for pointers replace 0 with NULL. | Pedro F. Giffuni |
| 2015-05-19 | Remove unneded mbuf length adjustment, M_PREPEND() already did that. | Andrey V. Elsukov |
| 2015-01-06 | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson |
| 2014-12-04 | Fix style(9) and remove m_freem(NULL). | Andrey V. Elsukov |
| 2014-12-03 | Remove __P() macro. | Andrey V. Elsukov |
| 2014-12-03 | ANSIfy function declarations. | Andrey V. Elsukov |
| 2014-12-02 | Remove unneded check. No need to do m_pullup to the size that we prepended. | Andrey V. Elsukov |
| 2014-12-02 | Remove route chaching support from ipsec code. It isn't used for some time. | Andrey V. Elsukov |
| 2014-08-15 | Change pr_output's prototype to avoid the need for explicit casts. | Kevin Lo |
| 2013-10-26 | Provide includes that are needed in these files, and before were read | Gleb Smirnoff |
| 2013-07-09 | Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat, | Andrey V. Elsukov |
| 2013-06-20 | Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, | Andrey V. Elsukov |
| 2012-12-05 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2010-11-22 | After some off-list discussion, revert a number of changes to the | Dimitry Andric |
| 2010-11-14 | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric |
| 2009-08-01 | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson |
| 2009-07-23 | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson |
| 2009-07-16 | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson |
| 2009-07-14 | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson |
| 2009-06-08 | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb |
| 2009-06-08 | Introduce an infrastructure for dismantling vnet instances. | Marko Zec |
| 2009-02-27 | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb |
| 2008-12-02 | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb |
| 2008-11-28 | Unhide declarations of network stack virtualization structs from | Marko Zec |
| 2008-11-26 | Merge more of currently non-functional (i.e. resolving to | Marko Zec |
| 2008-11-19 | Change the initialization methodology for global variables scheduled | Marko Zec |