aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_clone.h
Commit message (Expand)AuthorAgeFilesLines
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-2/+2
* iflib(9): Add support for cloning pseudo interfacesMatt Macy2018-05-111-0/+5
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix group membership of cloned interfaces when one is moved byHiroki Sato2015-03-021-0/+2
* Use standard mtx(9), rwlock(9), sx(9) system initialization macrosGleb Smirnoff2014-11-091-1/+0
* Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/gGleb Smirnoff2013-10-281-1/+1
* Almost all if_clone consumers do not care about if_clone_event.Gleb Smirnoff2013-10-271-0/+2
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-71/+26
* - Use generic alloc_unr(9) allocator for if_clone, insteadGleb Smirnoff2011-11-281-7/+12
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-0/+1
* Fix clone destruction, can't use the simple api because that does not removeAndrew Thompson2008-09-201-0/+1
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-4/+4
* Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-081-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-221-0/+113