summaryrefslogtreecommitdiff
path: root/src/util/virnetdevmacvlan.h
Commit message (Expand)AuthorAgeFilesLines
* util: Remove unused includesPeng Liang2022-06-161-2/+0
* netdevmacvlan: Use helper function to create unique macvlan/macvtap nameShi Lei2020-12-151-11/+3
* util: replace macvtap name reservation bitmap with a simple counterLaine Stump2020-09-011-4/+2
* conf: return a const from virDomainNetGetActualVirtPortProfileLaine Stump2019-11-251-4/+4
* conf: make virDomainNetGetActualVlan arg/return val constLaine Stump2019-11-251-1/+1
* Use G_GNUC_NO_INLINE instead of ATTRIBUTE_NOINLINEJán Tomko2019-10-151-1/+1
* Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECKJán Tomko2019-10-151-9/+9
* util: make a couple virNetDevMacVlan*() functions publicLaine Stump2019-09-091-0/+9
* util: new function virNetDevMacVLanIsMacvtap()Laine Stump2019-09-091-0/+3
* util: netdev: use #pragma once in headersJonathon Jongsma2019-06-191-12/+10
* util: Move enum convertors into virenum.(c|h)Peter Krempa2019-04-101-0/+1
* Require a semicolon to VIR_ENUM_DECL callsCole Robinson2019-02-031-1/+1
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-3/+0
* util: make macvtap/macvlan generated name #defines available to other filesLaine Stump2017-04-281-0/+6
* util: Remove NONNULL(1) for virNetDevMacVLanDeleteWithVPortProfileJohn Ferlan2017-03-221-1/+1
* util: Fix indentation for virnetdevmacvlanNitesh Konkar2017-02-101-10/+10
* util: set vlan tag for macvtap passthrough mode on SRIOV VFsLaine Stump2016-05-101-2/+4
* util: keep/use a bitmap of in-use macvtap devicesLaine Stump2016-01-261-1/+4
* util: Fixup virnetdevmacvlan.h ATTRIBUTE_NONNULL'sJohn Ferlan2015-12-111-2/+2
* virNetDevMacVLanCreateWithVPortProfile: Rework to support multiple FDsMichal Privoznik2015-12-111-1/+3
* virNetDevMacVLanCreateWithVPortProfile: Turn vnet_hdr into flagMichal Privoznik2015-12-111-1/+2
* network: Bring netdevs online laterv1.2.11-rc2Matthew Rosato2014-12-101-0/+2
* network: Add network bandwidth support to ethernet interfacesAnirban Chakraborty2014-11-191-1/+0
* util: Introduce flags field for macvtap creationMatthew Rosato2014-09-021-4/+10
* util: use typedefs for enums in "src/util/" directoryJulio Faracco2014-05-051-6/+6
* maint: avoid 'const fooPtr' in virnet filesEric Blake2013-10-141-6/+6
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Convert 'raw MAC address' usages to use virMacAddrStefan Berger2012-07-171-5/+6
* util: fix crash when starting macvtap interfacesLaine Stump2012-04-251-2/+2
* qemu,util: fix netlink callback registration for migrationD. Herrendoerfer2012-04-121-0/+8
* qemu,util: on restart of libvirt restart vepa callbacksD. Herrendoerfer2012-03-271-0/+9
* Allow creation of plain macvlan devicesDaniel P. Berrange2011-11-181-2/+3
* Move the low level macvlan creation APIsDaniel P. Berrange2011-11-181-0/+12
* Rename high level macvlan creation APIsDaniel P. Berrange2011-11-181-17/+17
* Rename and split the macvtap.c fileDaniel P. Berrange2011-11-181-0/+65