| Age | Commit message (Expand) | Author |
| 2025-12-02 | netinet: Remove left-over sys/cdefs.h | Warner Losh |
| 2024-10-31 | netinet*: Add assertions for some places that don't support M_EXTPG mbufs | John Baldwin |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2020-09-01 | net: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-07-02 | Complete conversions from fib<4|6>_lookup_nh_<basic|ext> to fib<4|6>_lookup(). | Alexander V. Chernikov |
| 2020-02-12 | White space cleanup -- remove trailing tab's or spaces | Randall Stewart |
| 2019-10-07 | Widen NET_EPOCH coverage. | Gleb Smirnoff |
| 2019-01-09 | Mechanical cleanup of epoch(9) usage in network stack. | Gleb Smirnoff |
| 2018-10-09 | There are three places where we return from a function which entered an | Jonathan T. Looney |
| 2018-07-24 | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner |
| 2018-05-23 | UDP: further performance improvements on tx | Matt Macy |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2017-02-16 | Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel | Eric van Gyzen |
| 2016-05-03 | sys/net*: minor spelling fixes. | Pedro F. Giffuni |
| 2016-04-15 | netinet: for pointers replace 0 with NULL. | Pedro F. Giffuni |
| 2015-12-09 | Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(), | Alexander V. Chernikov |
| 2015-12-08 | Merge helper fib* functions used for basic lookups. | Alexander V. Chernikov |
| 2015-01-06 | Use M_WRITABLE() and M_LEADINGSPACE() rather than checking M_EXT and | Robert Watson |
| 2014-09-15 | Use generic SYSCTL_* macro instead of deprecated SYSCTL_VNET_*. | Hiroki Sato |
| 2014-09-15 | Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, and | Hiroki Sato |
| 2014-09-11 | Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and | Alan Somers |
| 2014-05-29 | Fix unintended KBI change from r264905. Add _fib versions of | Alan Somers |
| 2014-04-24 | Fix subnet and default routes on different FIBs on the same subnet. | Alan Somers |
| 2013-03-16 | - Replace compat macros with function calls. | Gleb Smirnoff |
| 2013-03-15 | Use m_get/m_gethdr instead of compat macros. | Gleb Smirnoff |
| 2012-12-05 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-10-23 | Simplify ip_stripoptions() reducing number of intermediate | Gleb Smirnoff |
| 2012-10-23 | Do not reduce ip_len by size of IP header in the ip_input() | Gleb Smirnoff |
| 2012-10-22 | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff |
| 2012-10-12 | Revert fixup of ip_len from r241480. Now stack isn't yet | Gleb Smirnoff |
| 2012-10-12 | In ip_stripoptions(): | Gleb Smirnoff |
| 2010-10-14 | Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are not | Bjoern A. Zeeb |
| 2010-05-25 | This patch fixes the problem where proxy ARP entries cannot be added | Qing Li |
| 2010-02-18 | No need to include security/mac/mac_framework.h here. | Pawel Jakub Dawidek |
| 2009-08-01 | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson |
| 2009-07-14 | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson |
| 2009-06-23 | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson |
| 2009-06-05 | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson |
| 2009-04-11 | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson |
| 2009-03-04 | Add function ip_checkrouteralert(), which will be used | Bruce M Simpson |
| 2009-02-13 | Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. | Luigi Rizzo |
| 2008-12-02 | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb |
| 2008-10-02 | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec |
| 2008-08-27 | Fix a panic in MAC kernels that was a result of un-initialized label | Christian S.J. Peron |
| 2008-08-17 | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb |
| 2008-05-09 | Add code to allow the system to handle multiple routing tables. | Julian Elischer |
| 2008-04-17 | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson |
| 2008-01-24 | Replace the last susers calls in netinet6/ with privilege checks. | Bjoern A. Zeeb |
| 2007-10-24 | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson |