aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_edsc.c
Commit message (Expand)AuthorAgeFilesLines
* if_edsc: generate an arbitrary MAC addressKyle Evans2020-03-021-3/+7
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+1
* Virtualize if_edsc(4).Hiroki Sato2014-10-051-18/+33
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-1/+2
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-14/+13
* Give a hint that softc can contain many things besides ifp.Yaroslav Tykhiy2007-03-261-0/+5
* We no longer embed ifnet in softc, and the pointer to ifnetYaroslav Tykhiy2007-03-261-4/+4
* Introduce a new toy interface, edsc(4). It's a discard interfaceYaroslav Tykhiy2007-03-261-0/+349