summaryrefslogtreecommitdiff
path: root/sys/net/if_clone.h
AgeCommit message (Expand)Author
2025-08-21tun(4)/tap(4): allow devices to be configured as transientKyle Evans
2025-03-06if_clone: Use static initializersZhenlei Huang
2024-07-03if_clone: Allow maxunit to be zeroZhenlei Huang
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-03iflib(9): Remove support for cloning pseudo interfacesMarius Strobl
2023-04-25netlink: add netlink interfaces to if_cloneAlexander V. Chernikov
2022-09-24if_clone: add ifc_link_ifp() / ifc_unlink_ifp() to the KPIAlexander V. Chernikov
2022-09-22if_clone: rework cloning KPIAlexander V. Chernikov
2022-07-03if_clone: Fix a typo in a source code commentGordon Bergling
2022-01-24if_vmove: improve restoration in cloner's ifgroup membershipGleb Smirnoff
2020-01-28epair: Do not abuse params to register the second interfaceKristof Provost
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-05-11iflib(9): Add support for cloning pseudo interfacesMatt Macy
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-03-02Fix group membership of cloned interfaces when one is moved byHiroki Sato
2014-11-09Use standard mtx(9), rwlock(9), sx(9) system initialization macrosGleb Smirnoff
2013-10-28Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/gGleb Smirnoff
2013-10-27Almost all if_clone consumers do not care about if_clone_event.Gleb Smirnoff
2012-10-16Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff
2011-11-28- Use generic alloc_unr(9) allocator for if_clone, insteadGleb Smirnoff
2009-07-23Introduce and use a sysinit-based initialization scheme for virtualRobert Watson
2008-09-20Fix clone destruction, can't use the simple api because that does not removeAndrew Thompson
2006-07-09Revise network interface cloning to take an optional opaqueSam Leffler
2005-11-08Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-06-22Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis