summaryrefslogtreecommitdiff
path: root/src/util/virnetdev.h
Commit message (Expand)AuthorAgeFilesLines
* src: conditionalize use of net/if.hDaniel P. Berrangé2020-01-291-1/+3
* conf: make virDomainNetGetActualVlan arg/return val constLaine Stump2019-11-251-1/+1
* Remove virautoclean.hJán Tomko2019-10-161-1/+0
* Use G_DEFINE_AUTOPTR_CLEANUP_FUNC instead of VIR_DEFINE_AUTOPTR_FUNCJán Tomko2019-10-161-1/+1
* Use G_GNUC_NO_INLINE instead of ATTRIBUTE_NOINLINEJán Tomko2019-10-151-5/+5
* Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECKJán Tomko2019-10-151-40/+40
* qemu: support unmanaged target tap dev for <interface type='ethernet'>Laine Stump2019-09-091-1/+1
* util: netdev: use #pragma once in headersJonathon Jongsma2019-06-191-18/+15
* util: Move enum convertors into virenum.(c|h)Peter Krempa2019-04-101-0/+1
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-1/+0
* util: Move the VIR_AUTO(CLEAN|PTR) helper macros into a separate headerPeter Krempa2019-04-101-0/+1
* util: Use a semicolon for all VIR_DEFINE_AUTOPTR_FUNCJohn Ferlan2019-02-081-1/+1
* Require a semicolon to VIR_ENUM_DECL callsCole Robinson2019-02-031-3/+3
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-4/+0
* util: netdev: Define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-08-071-0/+4
* nodedev: add switchdev to NIC capabilitiesEdan David2017-09-181-0/+1
* util: new function virNetDevGetPhysPortID()Laine Stump2017-08-111-0/+5
* Revert "Prevent more compiler optimization of mockable functions"Daniel P. Berrange2017-07-131-4/+4
* Prevent more compiler optimization of mockable functionsDaniel P. Berrange2017-07-111-4/+4
* qemu: Allow live-updates of coalesce settingsMartin Kletzander2017-06-161-1/+2
* util: rename/move VIR_NET_GENERATED_PREFIX to be consistentLaine Stump2017-04-281-0/+5
* util: Add virNetDevSetCoalesce functionMartin Kletzander2017-04-211-0/+34
* annotate all mocked functions with noinlineDaniel P. Berrange2017-04-191-4/+5
* util: remove unused functions from virnetdev.cLaine Stump2017-03-271-9/+0
* util: new functions virNetDev(Save|Read|Set)NetConfig()Laine Stump2017-03-271-0/+22
* util: new function virNetDevPFGetVF()Laine Stump2017-03-241-0/+3
* util: Remove NONNULL(1) for virNetDevGetNameJohn Ferlan2017-03-221-1/+1
* util: new function virNetDevGetMaster()Laine Stump2017-03-221-0/+3
* util: add virNetDevGetName() functionCédric Bosdonnat2017-03-221-0/+2
* make all struct typedefs comply with proposed coding conventionsLaine Stump2017-03-061-2/+4
* Clean up after virNetDevIP creationAndrea Bolognani2016-06-271-21/+0
* util: move virInterface(State|Link)/virNetDevFeature from conf to utilLaine Stump2016-06-261-2/+38
* util: move virNetDevLinkDump to virnetlink.cLaine Stump2016-06-261-6/+0
* util: set vlan tag for macvtap passthrough mode on SRIOV VFsLaine Stump2016-05-101-2/+4
* qemuExecuteEthernetScript: move to utilJán Tomko2016-04-131-0/+2
* virnetdev allow to set peer addressVasiliy Tolstov2016-04-071-0/+1
* nodedev: report maxCount for virtual_functions capabilityLaine Stump2015-11-241-2/+3
* network: Remove extraneous ATTRIBUTE_NONNULL for virNetDevWaitDadFinishJohn Ferlan2015-11-041-1/+1
* network: wait for DAD to finish for bridge IPv6 addressesMaxim Perevedentsev2015-10-281-0/+2
* util: make virNetDev(Replace|Restore)MacAddress public functionsLaine Stump2015-09-031-0/+10
* nodedev: add RDMA and tx-udp_tnl-segmentation NIC capabilitiesMoshe Levi2015-07-211-0/+1
* util: set MAC address for VF via netlink message to PF+VF# when possibleLaine Stump2015-04-211-11/+0
* Cleanup "/sys/class/net" usageMichal Privoznik2015-04-151-0/+2
* Introduce virnetdevtestMichal Privoznik2015-04-141-0/+5
* util: Replace virNetDevGetIPv4Address with virNetDevGetIPAddressJohn Ferlan2015-04-101-1/+1
* Fix build on mingwJán Tomko2015-03-051-1/+0
* SRIOV NIC offload feature discoveryJames Chapman2015-03-051-0/+6
* virnetdev: fix some issues found by coverity and mingw buildsPavel Hrdina2015-02-031-3/+3
* util: make virNetDev(Get|Set)IFFlags() staticLaine Stump2015-02-021-9/+1