aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_clone.h
Commit message (Expand)AuthorAgeFilesLines
* - 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