index
:
delta/libvirt.git
baserock/franred/v1.2.12
baserock/morph
baserock/v1.2.10
master
v0.10.2-maint
v0.8.3-maint
v0.9.11-maint
v0.9.12-maint
v0.9.6-maint
v1.0.0-maint
v1.0.1-maint
v1.0.2-maint
v1.0.3-maint
v1.0.4-maint
v1.0.5-maint
v1.0.6-maint
v1.1.0-maint
v1.1.1-maint
v1.1.2-maint
v1.1.3-maint
v1.1.4-maint
v1.2.0-maint
v1.2.1-maint
v1.2.10-maint
v1.2.11-maint
v1.2.12-maint
v1.2.13-maint
v1.2.14-maint
v1.2.15-maint
v1.2.16-maint
v1.2.17-maint
v1.2.18-maint
v1.2.19-maint
v1.2.2-maint
v1.2.20-maint
v1.2.21-maint
v1.2.3-maint
v1.2.4-maint
v1.2.5-maint
v1.2.6-maint
v1.2.7-maint
v1.2.8-maint
v1.2.9-maint
v1.3.0-maint
v1.3.1-maint
v1.3.2-maint
v1.3.3-maint
v1.3.4-maint
v1.3.5-maint
v2.0-maint
v2.1-maint
v2.2-maint
v3.0-maint
v3.2-maint
v3.7-maint
v4.1-maint
v4.10-maint
v4.2-maint
v4.3-maint
v4.4-maint
v4.5-maint
v4.6-maint
v4.7-maint
v4.8-maint
v4.9-maint
v5.0-maint
v5.1-maint
v5.1.0-maint
v5.2-maint
v5.3-maint
libvirt.org: git/libvirt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
virnetdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Update format strings in translated messages (part 2)
Jiri Denemark
2023-04-01
1
-76
/
+69
*
meson: remove obsolete check for DEVLINK_CMD_ESWITCH_GET
Daniel P. Berrangé
2022-12-12
1
-4
/
+2
*
meson: remove obsolete check for GET_VLAN_VID_CMD
Daniel P. Berrangé
2022-12-12
1
-3
/
+3
*
meson: remove obsolete check for ETHTOOL_GCOALESCE
Daniel P. Berrangé
2022-12-12
1
-15
/
+0
*
meson: remove obsolete check for ETHTOOL_GFEATURES
Daniel P. Berrangé
2022-12-12
1
-12
/
+1
*
meson: remove obsolete check for ETH_FLAG_RXHASH
Daniel P. Berrangé
2022-12-12
1
-2
/
+0
*
meson: remove obsolete check for ETH_FLAG_NTUPLE
Daniel P. Berrangé
2022-12-12
1
-4
/
+0
*
meson: remove obsolete check for ETH_FLAG_LRO
Daniel P. Berrangé
2022-12-12
1
-2
/
+0
*
meson: remove obsolete check for ETHTOOL_GFLAGS
Daniel P. Berrangé
2022-12-12
1
-12
/
+8
*
meson: remove obsolete check for ETHTOOL_GGRO
Daniel P. Berrangé
2022-12-12
1
-2
/
+0
*
meson: remove obsolete check for ETHTOOL_GGSO
Daniel P. Berrangé
2022-12-12
1
-2
/
+0
*
netdev: simplify check for ethtool functionality
Daniel P. Berrangé
2022-12-12
1
-6
/
+3
*
virnetdev: Make virNetDevGenerateName() return 1 if no name was generated
Michal Privoznik
2022-12-09
1
-2
/
+4
*
util: netdev: Dynamically allocate 'struct nlattr' in virNetDevSwitchdevFeature
Peter Krempa
2022-09-09
1
-1
/
+1
*
virNetDevSaveNetConfig: Pass mode to virFileWriteStr()
Michal Privoznik
2022-06-13
1
-1
/
+1
*
virnetdev: Fix regression in setting VLAN tag
Michal Privoznik
2022-05-05
1
-2
/
+3
*
virNetDevSetVfMac: Fix error message on invalid args
Michal Privoznik
2022-05-05
1
-1
/
+3
*
virnetdev: Use VIR_WITH_MUTEX_LOCK_GUARD in virNetDevGenerateName()
Michal Privoznik
2022-03-17
1
-1
/
+1
*
netdev: Use automatic mutex management
Tim Wiederhake
2022-03-16
1
-12
/
+8
*
lib: Use g_clear_pointer() more
Michal Privoznik
2022-02-08
1
-2
/
+1
*
Ignore EPERM on implicit clearing of VF VLAN ID
Dmitrii Shcherbakov
2022-02-03
1
-1
/
+9
*
Allow VF vlanid to be passed as a pointer
Dmitrii Shcherbakov
2022-02-03
1
-15
/
+26
*
Set VF MAC and VLAN ID in two different operations
Dmitrii Shcherbakov
2022-02-03
1
-66
/
+147
*
util: call virNetDevGetPhysPortID() in less places
Laine Stump
2021-12-06
1
-16
/
+2
*
util: fix erroneous requirement for phys_port_id to get ifname of a VF
Laine Stump
2021-12-06
1
-5
/
+1
*
lib: Drop intermediary return variables
Michal Privoznik
2021-10-25
1
-4
/
+1
*
virNetDevGetVirtualFunctions: Directly return virPCIVirtualFunctionList
Peter Krempa
2021-08-09
1
-22
/
+4
*
virPCIGetVirtualFunctions: Fetch also network interface name if needed
Peter Krempa
2021-08-09
1
-38
/
+6
*
virPCIGetVirtualFunctions: Simplify cleanup of returned data
Peter Krempa
2021-08-09
1
-3
/
+7
*
virNetDevGetVirtualFunctions: Remove 'max_vfs' argument
Peter Krempa
2021-08-09
1
-7
/
+4
*
util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElement
Peter Krempa
2021-08-06
1
-2
/
+1
*
Drop magic comments for coverity
Peter Krempa
2021-05-24
1
-1
/
+0
*
virnetdev: move virNetDevSetRootQDisc to virnetdevbandwidth
Pavel Hrdina
2021-04-21
1
-46
/
+0
*
Fix spelling
Tim Wiederhake
2021-04-15
1
-1
/
+1
*
lib: Drop internal virXXXPtr typedefs
Michal Privoznik
2021-04-13
1
-45
/
+43
*
util: don't log error if SRIOV PF has no associated netdev
Laine Stump
2021-03-23
1
-16
/
+15
*
util: virnetlink: Add wrapper for 'nlmsg_alloc_simple'
Peter Krempa
2021-03-02
1
-15
/
+3
*
util: replace VIR_FREE with g_free in all vir*Free() functions
Laine Stump
2021-02-05
1
-6
/
+6
*
virNetDevGetEthtoolGFeatures: Avoid use of VIR_ALLOC_VAR
Peter Krempa
2021-02-03
1
-3
/
+2
*
virpci.c: simplify virPCIDeviceNew() signature
Daniel Henrique Barboza
2021-01-29
1
-2
/
+1
*
util: add virNetDevGetPhysPortName
Moshe Levi
2021-01-25
1
-12
/
+55
*
util: Introduce helper functions for generating unique netdev name
Shi Lei
2020-12-15
1
-0
/
+122
*
remove unnecessary cleanup labels and unused return variables
Laine Stump
2020-11-02
1
-7
/
+3
*
change DIR* int g_autoptr(DIR) where appropriate
Laine Stump
2020-11-02
1
-2
/
+1
*
util: don't use virPCIGetSysfsFile()
Laine Stump
2020-10-21
1
-5
/
+2
*
util: fix very old bug/typo in virNetDevParseVfInfo()
Laine Stump
2020-10-21
1
-2
/
+2
*
util: rename virNetDevParseVfConfig to virNetDevParseVfInfo
zhenwei pi
2020-10-20
1
-4
/
+10
*
util: support device stats collection for <interface type='hostdev'>
zhenwei pi
2020-10-20
1
-2
/
+80
*
virnetdev: Introduce virNetDevSetRootQDisc()
Michal Privoznik
2020-10-13
1
-0
/
+46
*
util: netdev: use g_new0
Ján Tomko
2020-10-06
1
-16
/
+9
[next]