summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* network: Use self inflating bitmap for class IDsMichal Privoznik2017-08-171-2/+3
* network: Use @maxnames instead of @nnamesJohn Ferlan2017-08-161-4/+4
* network: Introduce virNetworkObjIsPersistentJohn Ferlan2017-08-161-4/+5
* network: Introduce virNetworkObj{Is|Set}ActiveJohn Ferlan2017-08-161-5/+5
* network: Introduce virNetworkObj{Is|Set}AutostartJohn Ferlan2017-08-161-7/+10
* network: Add virNetworkObj Get/Set API's for @def and @newDefJohn Ferlan2017-08-161-232/+279
* network: Add virNetworkObj Get/Set API's for @floor_sumJohn Ferlan2017-08-161-12/+23
* network: Introduce virNetworkObjGetClassIdMapJohn Ferlan2017-08-161-5/+8
* network: Alter virNetworkObj @class_id to be @classIdMapJohn Ferlan2017-08-161-5/+5
* network: Add virNetworkObj Get/Set API's for @dnsmasqPid and @radvdPidJohn Ferlan2017-08-161-35/+61
* network: Move macmap mgmt from bridge_driver to virnetworkobjJohn Ferlan2017-08-161-68/+12
* network: Move and rename networkMacMgrFileNameJohn Ferlan2017-08-161-17/+7
* network: Use consistent naming in bridge_driver for virNetwork objectsJohn Ferlan2017-08-162-487/+481
* network: Perform some formatting cleanup in bridge_driver.hJohn Ferlan2017-08-161-19/+31
* network: Perform some formatting cleanup in bridge_driverJohn Ferlan2017-07-151-54/+174
* events: Avoid double free possibility on remote call failureJohn Ferlan2017-06-251-1/+1
* Use ATTRIBUTE_FALLTHROUGHMarc Hartmayer2017-06-121-2/+2
* network: better log message when network is inactive during reconnectLaine Stump2017-04-281-0/+7
* qemu: don't kill qemu process on restart if networkNotify failsLaine Stump2017-04-282-10/+7
* Set coalesce settings for domain interfacesMartin Kletzander2017-04-211-1/+1
* network: Use consistent function name prefixes for virnetworkobjJohn Ferlan2017-04-181-30/+27
* network: Rename virNetworkObjAssignDef to virNetworkObjUpdateAssignDefJohn Ferlan2017-04-181-2/+2
* network: Introduce virnetworkobjJohn Ferlan2017-04-183-3/+2
* networkUpdateState: Create virMacMap module more frequentlyMichal Privoznik2017-04-031-12/+9
* network: Don't crash on domain destroyMichal Privoznik2017-03-291-1/+2
* network: better validation of devices in hostdev network poolLaine Stump2017-03-271-3/+44
* network: only check for IPv6 RA routes when the network has an IPv6 addressLaine Stump2017-03-241-2/+1
* network: Remove null newBandwidth check from networkBandwidthUpdateJohn Ferlan2017-03-221-1/+1
* network: reconnect tap devices during networkNotifyActualDeviceLaine Stump2017-03-221-1/+29
* network: remove unused typedef for networkDnsmasqLeaseFileNameFuncLaine Stump2017-03-221-2/+0
* network: check accept_ra before enabling ipv6 forwardingCédric Bosdonnat2017-03-221-5/+11
* bridge_driver.c: more uses of SYSCTL_PATHCédric Bosdonnat2017-03-221-4/+5
* network: don't add "no-resolv" if we still need DNS servers from resolv.confLaine Stump2017-03-211-1/+13
* Add ATTRIBUTE_FALLTHROUGH for switch cases without breakDaniel P. Berrange2017-02-231-0/+6
* network: honor mtu setting when creating networkLaine Stump2017-02-071-1/+1
* util: add MTU arg to virNetDevTapCreateInBridgePort()Laine Stump2017-02-071-0/+1
* networkxml2conftest: s/lo/lo0/ on non-LinuxMichal Privoznik2017-01-021-0/+2
* network: Add support for local PTR domainsJiri Denemark2016-12-191-0/+41
* network: Track MAC address mapMichal Privoznik2016-12-061-0/+106
* util: Introduce virFileRewriteStrMichal Privoznik2016-12-061-13/+1
* network: Don't unlock non-locked network driverMichal Privoznik2016-12-061-2/+0
* loopback is not always just loPavel Timofeev2016-11-021-0/+5
* network: fix endless loop when starting network with multiple IPs and no dhcpLaine Stump2016-10-281-8/+10
* networkValidate: Forbid new-line char in network nameSławek Kapłoński2016-10-201-0/+3
* Change virDomainEventState to virObjectLockableMartin Kletzander2016-10-121-1/+1
* network: add dnsmasq option 'dhcp-authoritative'Martin Wilck2016-10-101-1/+3
* network: Need to free formatted addr in networkDnsmasqConfContentsJohn Ferlan2016-08-221-0/+1
* network: allow limiting a <forwarder> element to certain domainsLaine Stump2016-08-191-2/+15
* network: allow disabling dnsmasq's DNS serverLaine Stump2016-08-191-60/+86
* network: new network forward mode 'open'Laine Stump2016-08-191-12/+29