| Commit message (Expand) | Author | Age | Files | Lines |
| * | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang | 2024-06-28 | 1 | -5/+0 |
| * | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -2/+0 |
| * | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | ifnet/API: Move struct ifnet definition to a <net/if_private.h> | Justin Hibbits | 2023-01-24 | 1 | -1/+1 |
| * | if_edsc: generate an arbitrary MAC address | Kyle Evans | 2020-03-02 | 1 | -3/+7 |
| * | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -1/+1 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb | 2016-06-21 | 1 | -1/+1 |
| * | Virtualize if_edsc(4). | Hiroki Sato | 2014-10-05 | 1 | -18/+33 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -2/+2 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -1/+2 |
| * | Make the "struct if_clone" opaque to users of the cloning API. Users | Gleb Smirnoff | 2012-10-16 | 1 | -14/+13 |
| * | Give a hint that softc can contain many things besides ifp. | Yaroslav Tykhiy | 2007-03-26 | 1 | -0/+5 |
| * | We no longer embed ifnet in softc, and the pointer to ifnet | Yaroslav Tykhiy | 2007-03-26 | 1 | -4/+4 |
| * | Introduce a new toy interface, edsc(4). It's a discard interface | Yaroslav Tykhiy | 2007-03-26 | 1 | -0/+349 |