summaryrefslogtreecommitdiff
path: root/src/util/virebtables.c
Commit message (Expand)AuthorAgeFilesLines
* util: Remove unused includesPeng Liang2022-06-161-3/+0
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-2/+2
* util: a-n: use g_new0Ján Tomko2020-10-061-2/+1
* eliminate unnecessary labels and ret variablesLaine Stump2020-07-081-14/+2
* use g_autoptr() for all usages of virFirewallNew/FreeLaine Stump2020-07-081-6/+2
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-4/+1
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-4/+0
* Convert ebtables code over to use firewall APIsDaniel P. Berrange2014-04-251-140/+45
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* Remove unused ebtablesRemoveForwardPolicyReject methodDaniel P. Berrange2014-03-111-22/+6
* Remove worthless ebtRules data structureDaniel P. Berrange2014-03-111-87/+17
* Remove data structure holding list of ebtables rulesDaniel P. Berrange2014-03-111-88/+0
* Remove unused variables from ebtablesContextDaniel P. Berrange2014-03-111-20/+1
* Make ebtablesForwardPolicyReject staticDaniel P. Berrange2014-03-111-14/+14
* util: make it easier to grab only regular command exitEric Blake2014-03-031-3/+2
* maint: avoid 'const fooPtr' in several util filesEric Blake2013-10-141-2/+2
* Convert 'int i' to 'size_t i' in src/util/ filesDaniel P. Berrange2013-07-101-4/+4
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/util/*Michal Privoznik2013-05-241-16/+18
* util: move virFile* functions from virutil.c to virfile.cLaine Stump2013-05-101-0/+1
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-0/+2
* Use virMacAddrFormat instead of manual mac address formattingPeter Krempa2013-04-021-19/+7
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename threads.{c,h} to virthread.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename ebtables.{c,h} to virebtables.{c,h}Daniel P. Berrange2012-12-211-0/+488