summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-sriov.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-1372/+0
* all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-121-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-82/+82
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-746/+737
* all: fix typo in man pagesSayed Shah2020-07-031-1/+1
* all: use "int/char" instead of "gint/gchar" typedefsThomas Haller2020-05-081-1/+1
* libnm-core: slightly improve sriov setting documentationBeniamino Galvani2020-03-231-1/+2
* libnm-core: remove trailing dot from setting descriptionBeniamino Galvani2020-03-231-1/+1
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-2/+2
* libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-241-2/+2
* libnm: use designated initalizers for NMSriovVF and VFVlanThomas Haller2019-12-201-12/+16
* libnm: fix type annotation for nm_sriov_vf_get_vlan_ids()Thomas Haller2019-12-201-1/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-301-7/+7
* libnm: replace _properties_override_add_override() with _properties_override_...Thomas Haller2019-09-301-7/+7
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-9/+1
* wireguard: support configuring policy routing to avoid routing loopsThomas Haller2019-07-291-1/+1
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+2
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: use macro and designated initializers for NMVariantAttributeSpecThomas Haller2019-05-071-10/+7
* libnm: mark NMVariantAttributeSpec pointers as constThomas Haller2019-05-071-1/+1
* libnm: unify property-to-dbus handling of NMSettingThomas Haller2019-05-011-1/+5
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-7/+11
* libnm-core: fix typos in API documentationBeniamino Galvani2019-03-261-1/+1
* libnm-core: add missing notify in sriov settingBeniamino Galvani2019-03-261-1/+3
* all: avoid bogus compiler warning about uninitialized variableThomas Haller2019-02-041-1/+1
* libnm-core: reorder code in settingsThomas Haller2019-01-151-68/+75
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-35/+30
* libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-111-13/+21
* libnm-core: slightly improve SR-IOV documentationBeniamino Galvani2018-12-121-0/+10
* libnm-core: use g_variant_type_equal() to compare variant typesBeniamino Galvani2018-10-061-1/+1
* Fix typosRafael Fontenelle2018-09-301-1/+1
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-7/+11
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-2/+2
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-11/+11
* ifcfg-rh: SR-IOV supportBeniamino Galvani2018-07-111-0/+22
* libnm-core: add SR-IOV settingBeniamino Galvani2018-07-111-0/+1331