summaryrefslogtreecommitdiff
path: root/src/util/virnetdevvlan.c
Commit message (Expand)AuthorAgeFilesLines
* util: Remove unused includesPeng Liang2022-06-161-1/+0
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-3/+3
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-1/+1
* util: netdev: use g_new0Ján Tomko2020-10-061-3/+1
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-0/+1
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-3/+0
* util: netdevvlan: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-07-271-1/+0
* maint: avoid 'const fooPtr' in virnet filesEric Blake2013-10-141-3/+3
* Adapt to VIR_ALLOC and virAsprintf in src/util/*Michal Privoznik2013-07-101-3/+1
* Configure native vlan modes on Open vSwitch portsjames robson2013-06-251-1/+7
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* util: add virNetDevVlanTypeLaine Stump2012-08-151-0/+94