summaryrefslogtreecommitdiff
path: root/src/nwfilter
Commit message (Expand)AuthorAgeFilesLines
* nwfilter: Introduce virNWFilterObjListFindInstantiateFilterJohn Ferlan2017-07-151-77/+39
* nwfilter: Rename _virNWFilterInstantiateFilterJohn Ferlan2017-07-151-14/+14
* nwfilter: Rename __virNWFilterInstantiateFilterJohn Ferlan2017-07-151-38/+24
* nwfilter: Rename virNWFilterInstantiateJohn Ferlan2017-07-151-26/+20
* nwfilter: Consistently name virNWFilterPtr in driverJohn Ferlan2017-07-151-11/+11
* nwfilter: Clean up a couple nwfilter_driver error pathsJohn Ferlan2017-07-151-9/+6
* Remove network constants out of internal.hDaniel P. Berrange2017-07-112-0/+2
* nwfilter: Move creation of configDir to driver initializationJohn Ferlan2017-04-261-0/+7
* nwfilter: Replace virNWFilterSaveDef with virNWFilterSaveConfigJohn Ferlan2017-04-261-1/+1
* nwfilter: Make a common UUID lookup function from driverJohn Ferlan2017-04-261-15/+20
* nwfilter: Make _virNWFilterObjList privateJohn Ferlan2017-04-262-16/+19
* nwfilter: Rename some virNWFilterObj* API'sJohn Ferlan2017-04-262-17/+17
* nwfilter: Make _virNWFilterObjPtr privateJohn Ferlan2017-04-262-19/+29
* nwfilter: Use virNWFilterDefPtr rather than deref virNWFilterObjPtrJohn Ferlan2017-04-261-8/+13
* nwfilter: Use consistent naming for variablesJohn Ferlan2017-04-261-39/+39
* nwfilter: Introduce virNWFilterObjListExportJohn Ferlan2017-04-131-39/+3
* nwfilter: Introduce virNWFilterObjGetNamesJohn Ferlan2017-04-131-23/+6
* nwfilter: Introduce virNWFilterObjNumOfNWFiltersJohn Ferlan2017-04-131-13/+2
* conf: Use consistent function name prefixes for virnwfilterobjJohn Ferlan2017-03-071-5/+3
* conf: Introduce virnwfilterobjJohn Ferlan2017-03-073-3/+2
* conf: Change virNWFilterObjDeleteDef to virNWFilterDeleteDefJohn Ferlan2017-03-071-1/+1
* conf: Change virNWFilterObjSaveDef to virNWFilterSaveDefJohn Ferlan2017-03-071-1/+1
* global: consistently use IP rather than Ip in identifiersLaine Stump2016-06-261-12/+12
* Fix building with -OgMartin Kletzander2016-06-031-1/+1
* nwfilter: fix lock order deadlockMaxim Nestratov2016-05-241-1/+11
* nwfilter: Replace VIR_ERROR with standard vir*Error in state driver initJovanka Gulicoska2016-05-231-2/+3
* nwfilter: Fix potential locking problems on ObjLoad failureCole Robinson2016-05-021-4/+2
* util: Add virSocketAddrSetIPv[46]AddrNetOrder and use itMartin Kletzander2016-03-211-2/+2
* util: Add a return value to void hash iteratorsErik Skultety2016-02-172-3/+5
* Remove new lines from log messagesJiri Denemark2015-11-043-8/+8
* Fix conficts with HACKING docWei Jiangang2015-10-151-1/+1
* nwfilter: Fix sscanf off-by-one error in virNWFilterSnoopLeaseFileLoadErik Skultety2015-06-021-2/+2
* nwfilter: Partly initialize driver even for non-privileged usersMichal Privoznik2015-04-171-3/+9
* Force usage of virThreadCreateJiri Denemark2015-03-252-10/+6
* Removing probing of secondary driversDaniel P. Berrange2015-01-271-24/+1
* Remove use of nwfilterPrivateData from nwfilter driverDaniel P. Berrange2015-01-271-62/+51
* nwfilter: Add support for icmpv6 filteringStefan Berger2015-01-071-0/+80
* Replace virNWFilterFree with virObjectUnrefJohn Ferlan2014-12-021-4/+2
* Remove unnecessary curly brackets in rest of src/[a-n]*/Martin Kletzander2014-11-144-18/+9
* maint: avoid static zero init in helpersEric Blake2014-10-291-1/+1
* maint: use consistent if-else braces in conf and friendsEric Blake2014-09-042-4/+5
* Fix spacing around commasMichal Privoznik2014-08-221-1/+1
* nwfilter: plug memory leak with firewallEric Blake2014-07-231-2/+6
* Use virBufferCheckError everywhere we report OOM errorJán Tomko2014-07-032-12/+3
* More indentation fixesJán Tomko2014-07-031-33/+33
* nwfilter: Tear down temp. filters when tearing all filtersStefan Berger2014-04-301-8/+16
* Remove last trace of direct firewall command exectionDaniel P. Berrange2014-04-251-293/+8
* Convert ebiptablesDriverProbeStateMatch to virFirewallDaniel P. Berrange2014-04-251-25/+43
* Convert nwfilter ebiptablesApplyNewRules to virFirewallDaniel P. Berrange2014-04-252-1654/+1032
* Convert nwfilter ebtablesApplyDropAllRules to virFirewallDaniel P. Berrange2014-04-251-69/+24