summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-vlan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-10/+11
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-1/+1
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-25/+8
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-031-8/+10
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-1/+2
* libnm-core: drop the ability to verify settings from property overridesDan Winship2014-09-171-1/+1
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-041-17/+21
* libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-041-11/+10
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-041-52/+5
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-041-4/+1
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-7/+0
* libnm-core: allow nm_setting_verify() to succeed individually without @all_se...Thomas Haller2014-08-221-1/+2
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-1/+0
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-4/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+841