aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* network: log error for unknown virNetworkUpdate command codesLaine Stump2012-09-211-0/+15
* network: make virNetworkObjUpdate error detection/recovery betterLaine Stump2012-09-211-13/+34
* network: backend for virNetworkUpdate of portgroupsLaine Stump2012-09-211-6/+79
* network: backend for virNetworkUpdate of dhcp rangeLaine Stump2012-09-211-4/+88
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* network: fix element size / length in memmoveLaine Stump2012-09-191-2/+2
* network: implement backend of virNetworkUpdate(IP_DHCP_HOST)Laine Stump2012-09-181-7/+173
* conf: implement NetworkObj backend of virNetworkUpdate APILaine Stump2012-09-181-0/+308
* network: utility functions for updating network configLaine Stump2012-09-181-9/+225
* conf: avoid freeing network object with undestroyed mutexLaine Stump2012-09-171-6/+5
* conf: separate functions to parse DHCPHostDef and DHCPRangeDefLaine Stump2012-09-171-101/+154
* list: Add helpers to list network objectsOsier Yang2012-09-111-0/+91
* conf: parser/formatter/rng for <forward mode='hostdev'>Shradha Shah2012-08-171-53/+156
* conf: add <vlan> element to network and domain interface elementsLaine Stump2012-08-151-1/+17
* network: add connections counter to networksLaine Stump2012-08-141-1/+5
* conf: output forward device connections count in network XMLLaine Stump2012-08-141-1/+7
* conf: rename interface "usageCount" to "connections"Laine Stump2012-08-141-2/+0
* conf: use a unique data type for PF array in virDomainNetDefLaine Stump2012-08-141-2/+7
* conf: support partially-specified <virtualport> in parser and formatterLaine Stump2012-08-141-2/+5
* esx: Implement network driverMatthias Bolte2012-08-091-2/+1
* maint: don't permit format strings without %Eric Blake2012-07-261-4/+4
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Convert all files in src/conf/ to use virReportError()Daniel P. Berrange2012-07-181-138/+134
* Convert 'raw MAC address' usages to use virMacAddrStefan Berger2012-07-171-7/+7
* network_conf: Don't free uninitialized pointers while parsing DNS SRVPeter Krempa2012-06-281-4/+4
* Fix missing ) in 2 stringsCole Robinson2012-06-071-1/+1
* More coverity findings addressedStefan Berger2012-04-271-5/+2
* conf: forbid use of multicast mac addressesLaine Stump2012-03-191-9/+24
* conf: return immediately on error in dhcp host elementLaine Stump2012-03-191-0/+3
* conf: eliminate redundant VIR_ALLOC of 1st element of network DNS hosts.Laine Stump2012-03-091-8/+0
* conf: fix error log with "address address"Laine Stump2012-03-071-1/+1
* build: prohibit raw malloc and freeEric Blake2012-02-031-1/+1
* Rename virXXXXMacAddr to virMacAddrXXXDaniel P. Berrange2012-01-271-4/+4
* Added new option to virsh net-dumpxml called --inactiveShradha Shah2012-01-111-3/+4
* Adding the element pf to network xml.Shradha Shah2012-01-111-13/+61
* Implement DNS SRV record into the bridge driverMichal Novotny2012-01-021-2/+132
* conf: Improve incorrect root element error messagesMichal Privoznik2011-11-281-2/+4
* Split src/util/network.{c,h} into 5 piecesDaniel P. Berrange2011-11-151-1/+2
* Fix error reporting in port profile parsing/formatting APIsDaniel P. Berrange2011-11-151-10/+10
* Rename virVirtualPortProfileParams & APIsDaniel P. Berrange2011-11-151-6/+6
* Adjust naming of network device bandwidth management APIsDaniel P. Berrange2011-11-091-6/+6
* Santize naming of socket address APIsDaniel P. Berrange2011-11-091-33/+33
* Use virXMLSaveFile when writing XML configJiri Denemark2011-10-271-32/+2
* snapshot: simplify indentation of network xmlEric Blake2011-10-201-4/+10
* xml: Clean up rest of virtual XML document names for XML stringsPeter Krempa2011-09-141-1/+1
* network: eliminate potential memory leak on parse failureLaine Stump2011-08-111-2/+2
* conf: Don't leak the virtual port profile in virNetworkDefFreeMatthias Bolte2011-08-011-0/+2
* bandwidth: Integrate bandwidth into portgroupsMichal Privoznik2011-07-271-0/+10
* bandwidth: Create format functionsMichal Privoznik2011-07-251-0/+3
* bandwidth: Add parsing and free functionsMichal Privoznik2011-07-251-0/+7