summaryrefslogtreecommitdiffstats
path: root/sys/net/if_clone.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clone destruction, can't use the simple api because that does not removethompsa2008-09-201-2/+1
* Revise network interface cloning to take an optional opaquesam2006-07-091-8/+9
* Import interface groups from OpenBSD. This allows to group interfaces inmlaier2006-06-191-0/+6
* Fix the following bugs:ru2005-11-241-5/+20
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-9/+61
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-5/+13
* o Move ifcr_count sanity check up and reject negative values before wemaxim2005-02-241-6/+3
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Fix a LOR where copyout was called while holding a lock.brooks2004-09-151-10/+27
* When removing the last reference to a cloner, do not try to unlock twice -mlaier2004-07-201-2/+3
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-0/+468
OpenPOWER on IntegriCloud