summaryrefslogtreecommitdiff
path: root/src/util/virnetdev.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 2)Jiri Denemark2023-04-011-76/+69
* meson: remove obsolete check for DEVLINK_CMD_ESWITCH_GETDaniel P. Berrangé2022-12-121-4/+2
* meson: remove obsolete check for GET_VLAN_VID_CMDDaniel P. Berrangé2022-12-121-3/+3
* meson: remove obsolete check for ETHTOOL_GCOALESCEDaniel P. Berrangé2022-12-121-15/+0
* meson: remove obsolete check for ETHTOOL_GFEATURESDaniel P. Berrangé2022-12-121-12/+1
* meson: remove obsolete check for ETH_FLAG_RXHASHDaniel P. Berrangé2022-12-121-2/+0
* meson: remove obsolete check for ETH_FLAG_NTUPLEDaniel P. Berrangé2022-12-121-4/+0
* meson: remove obsolete check for ETH_FLAG_LRODaniel P. Berrangé2022-12-121-2/+0
* meson: remove obsolete check for ETHTOOL_GFLAGSDaniel P. Berrangé2022-12-121-12/+8
* meson: remove obsolete check for ETHTOOL_GGRODaniel P. Berrangé2022-12-121-2/+0
* meson: remove obsolete check for ETHTOOL_GGSODaniel P. Berrangé2022-12-121-2/+0
* netdev: simplify check for ethtool functionalityDaniel P. Berrangé2022-12-121-6/+3
* virnetdev: Make virNetDevGenerateName() return 1 if no name was generatedMichal Privoznik2022-12-091-2/+4
* util: netdev: Dynamically allocate 'struct nlattr' in virNetDevSwitchdevFeaturePeter Krempa2022-09-091-1/+1
* virNetDevSaveNetConfig: Pass mode to virFileWriteStr()Michal Privoznik2022-06-131-1/+1
* virnetdev: Fix regression in setting VLAN tagMichal Privoznik2022-05-051-2/+3
* virNetDevSetVfMac: Fix error message on invalid argsMichal Privoznik2022-05-051-1/+3
* virnetdev: Use VIR_WITH_MUTEX_LOCK_GUARD in virNetDevGenerateName()Michal Privoznik2022-03-171-1/+1
* netdev: Use automatic mutex managementTim Wiederhake2022-03-161-12/+8
* lib: Use g_clear_pointer() moreMichal Privoznik2022-02-081-2/+1
* Ignore EPERM on implicit clearing of VF VLAN IDDmitrii Shcherbakov2022-02-031-1/+9
* Allow VF vlanid to be passed as a pointerDmitrii Shcherbakov2022-02-031-15/+26
* Set VF MAC and VLAN ID in two different operationsDmitrii Shcherbakov2022-02-031-66/+147
* util: call virNetDevGetPhysPortID() in less placesLaine Stump2021-12-061-16/+2
* util: fix erroneous requirement for phys_port_id to get ifname of a VFLaine Stump2021-12-061-5/+1
* lib: Drop intermediary return variablesMichal Privoznik2021-10-251-4/+1
* virNetDevGetVirtualFunctions: Directly return virPCIVirtualFunctionListPeter Krempa2021-08-091-22/+4
* virPCIGetVirtualFunctions: Fetch also network interface name if neededPeter Krempa2021-08-091-38/+6
* virPCIGetVirtualFunctions: Simplify cleanup of returned dataPeter Krempa2021-08-091-3/+7
* virNetDevGetVirtualFunctions: Remove 'max_vfs' argumentPeter Krempa2021-08-091-7/+4
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-2/+1
* Drop magic comments for coverityPeter Krempa2021-05-241-1/+0
* virnetdev: move virNetDevSetRootQDisc to virnetdevbandwidthPavel Hrdina2021-04-211-46/+0
* Fix spellingTim Wiederhake2021-04-151-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-45/+43
* util: don't log error if SRIOV PF has no associated netdevLaine Stump2021-03-231-16/+15
* util: virnetlink: Add wrapper for 'nlmsg_alloc_simple'Peter Krempa2021-03-021-15/+3
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-6/+6
* virNetDevGetEthtoolGFeatures: Avoid use of VIR_ALLOC_VARPeter Krempa2021-02-031-3/+2
* virpci.c: simplify virPCIDeviceNew() signatureDaniel Henrique Barboza2021-01-291-2/+1
* util: add virNetDevGetPhysPortNameMoshe Levi2021-01-251-12/+55
* util: Introduce helper functions for generating unique netdev nameShi Lei2020-12-151-0/+122
* remove unnecessary cleanup labels and unused return variablesLaine Stump2020-11-021-7/+3
* change DIR* int g_autoptr(DIR) where appropriateLaine Stump2020-11-021-2/+1
* util: don't use virPCIGetSysfsFile()Laine Stump2020-10-211-5/+2
* util: fix very old bug/typo in virNetDevParseVfInfo()Laine Stump2020-10-211-2/+2
* util: rename virNetDevParseVfConfig to virNetDevParseVfInfozhenwei pi2020-10-201-4/+10
* util: support device stats collection for <interface type='hostdev'>zhenwei pi2020-10-201-2/+80
* virnetdev: Introduce virNetDevSetRootQDisc()Michal Privoznik2020-10-131-0/+46
* util: netdev: use g_new0Ján Tomko2020-10-061-16/+9