summaryrefslogtreecommitdiff
path: root/sys/net/if_edsc.c
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-01-24ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits
2020-03-02if_edsc: generate an arbitrary MAC addressKyle Evans
2018-07-24Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-06-21Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb
2014-10-05Virtualize if_edsc(4).Hiroki Sato
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-10-16Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff
2007-03-26Give a hint that softc can contain many things besides ifp.Yaroslav Tykhiy
2007-03-26We no longer embed ifnet in softc, and the pointer to ifnetYaroslav Tykhiy
2007-03-26Introduce a new toy interface, edsc(4). It's a discard interfaceYaroslav Tykhiy