summaryrefslogtreecommitdiffstats
path: root/sys/net/if_clone.h
Commit message (Expand)AuthorAgeFilesLines
* Fix group membership of cloned interfaces when one is moved byhrs2015-03-021-0/+2
* Use standard mtx(9), rwlock(9), sx(9) system initialization macrosglebius2014-11-091-1/+0
* Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/gglebius2013-10-281-1/+1
* Almost all if_clone consumers do not care about if_clone_event.glebius2013-10-271-0/+2
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-71/+26
* - Use generic alloc_unr(9) allocator for if_clone, insteadglebius2011-11-281-7/+12
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-0/+1
* Fix clone destruction, can't use the simple api because that does not removethompsa2008-09-201-0/+1
* Revise network interface cloning to take an optional opaquesam2006-07-091-4/+4
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-0/+113
OpenPOWER on IntegriCloud