summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-vlan.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-983/+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-88/+88
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-534/+534
* all: fix typo in man pagesSayed Shah2020-07-031-1/+1
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-171-1/+1
* libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-241-4/+4
* libnm: sort fields in NMSetting structures by size and alignmentThomas Haller2019-12-241-2/+2
* 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-8/+8
* libnm: replace _properties_override_add_override() with _properties_override_...Thomas Haller2019-09-301-7/+7
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-301-5/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* libnm: fix assertions in NMSettingVlan's priority APIThomas Haller2019-08-021-20/+21
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+2
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: unify property-to-dbus handling of NMSettingThomas Haller2019-05-011-2/+6
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* libnm/cli: support deleting VLAN egress/ingress priority map by "from"Thomas Haller2019-03-251-32/+44
* libnm: move parsing VLAN priority mapping to "shared/nm-libnm-core-utils.h"Thomas Haller2019-03-251-65/+2
* libnm: refactor parsing of NMVlanQosMapping and support wildcard for "to"Thomas Haller2019-03-251-20/+69
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* libnm-core: reorder code in settingsThomas Haller2019-01-151-60/+68
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-51/+45
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-11/+18
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-3/+3
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-9/+7
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-2/+2
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* libnm: fix rejecting NMSettingVlan with id >= 4095Thomas Haller2017-05-301-0/+1
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-051-2/+2
* libnm-core: add ethernet setting for vlan connectionThomas Haller2017-03-021-1/+13
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-061-1/+1
* libnm-core: minor cleanups in nm-setting-vlan.cThomas Haller2016-11-021-8/+4
* libnm-core: fix memleak in nm-setting-vlan.c (priority_strv_to_maplist())Thomas Haller2016-11-021-0/+2
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* libnm-core: allow strict and relaxed error behavior for _nm_setting_new_from_...Thomas Haller2016-03-261-3/+6
* ifcfg-rh: change the handling of REORDER_HDR flagBeniamino Galvani2016-02-291-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-3/+1
* build: cleanup default includesThomas Haller2016-02-121-2/+3
* libnm-core: fail verify() for NMSettingVlan for invalid vlan idThomas Haller2016-01-221-1/+10
* vlan: handle vlan flags, ingress and egress map in NMDeviceVlanThomas Haller2015-11-021-0/+82
* libnm: don't re-sort the vlan priorities every time in set_map()Thomas Haller2015-11-021-9/+30
* libnm: internally expose NMVlanQosMapping struct in "nm-core-internal.h"Thomas Haller2015-11-021-21/+17
* vlan: (all) add VLAN MVRP flagJiří Klimeš2015-10-271-6/+5