summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-vlan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm: sort INGRESS_PRIORITY_MAP, EGRESS_PRIORITY_MAP propertiesJiří Klimeš2015-10-271-1/+17
* libnm: do not add duplicates to VLAN priority mappingsJiří Klimeš2015-10-271-26/+35
* ifcfg-rh: read/write VLAN GVRP flags with GVRP= ifcfg file variableJiří Klimeš2015-10-271-2/+2
* libnm: treat missing NMSettingVlan:flags property as old default valueThomas Haller2015-10-231-1/+18
* libnm: always serialize NMSettingVlan:flags property for D-BusThomas Haller2015-10-231-0/+11
* libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)Jiří Klimeš2015-10-071-1/+1
* libnm-core: fix a crash in priority_strv_to_maplist()Jiří Klimeš2015-09-011-1/+1
* doc: fix the names of [in|e]gress-priority-map properties in ifcfg-rh man pageJiří Klimeš2015-08-311-2/+2
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* docs: fix a copy/paste error in description of VLAN flagsJiří Klimeš2015-07-171-1/+1
* libnm-core: mute coverity for RESOURCE_LEAK (CWE-772) in g_return_val_if_fail()Jiří Klimeš2014-12-151-1/+2
* libnm: Override parts of nm-setting-docs.xmlDan Winship2014-11-191-0/+7
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-0/+42
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2