summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-vlan.c
Commit message (Expand)AuthorAgeFilesLines
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* libnm-core: fail verify() for NMSettingVlan for invalid vlan idThomas Haller2016-01-221-0/+10
* vlan: (all) add VLAN MVRP flagJiří Klimeš2015-10-271-4/+3
* libnm: treat missing NMSettingVlan:flags property as old default valueThomas Haller2015-10-231-1/+1
* libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)Jiří Klimeš2015-10-071-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm-core: mute coverity for RESOURCE_LEAK (CWE-772) in g_return_val_if_fail()Jiří Klimeš2014-12-151-1/+2
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-48/+0
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-util: add ifcfg-rh specific description for propertiesjk/bgo683111-keyfile-ifcfg-rh-docsJiří Klimeš2014-08-291-0/+48
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-6/+16
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-3/+1
* libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller2014-06-301-16/+12
* libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-191-52/+22
* libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-191-13/+16
* libnm-util: fix gtk-doc bugs in NMSetting* propertiesDan Winship2014-06-191-1/+1
* libnm-util: fix minor bugs in nm_setting_vlan_remove_priority_str_by_value()Dan Winship2014-03-051-3/+4
* libnm-util: add *_remove_*_by_value() functions for 'vlan' settingJiří Klimeš2014-02-281-1/+73
* docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš2014-02-241-4/+4
* libnm-util: refactor NMSetting name and register_settingsThomas Haller2013-12-121-1/+0
* libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams2013-12-051-6/+6
* libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams2013-12-021-6/+6
* libnm-util: trivial: rename private field and enum value in NMSettingVlanThomas Haller2013-11-271-13/+13
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-2/+0
* libnm: more valgrinding fixesDan Winship2013-10-031-0/+2
* all: standardize on NMSettingWired:mac-address for all VLANsDan Winship2013-09-121-9/+7
* libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš2013-06-131-5/+5
* libnm-util: deprecate nm_utils_slist_free(), use g_slist_free_full()Dan Winship2013-05-291-5/+5
* libnm-util: implement connection changed signalDan Williams2013-05-281-3/+13
* libnm-util: fix mis-freed VLAN priority list elementDan Williams2013-04-111-2/+2
* Revert :carrier-detect properties and associated codeDan Winship2013-04-031-60/+0
* libnm-util: make property verification errors more descriptiveJiří Klimeš2013-03-131-10/+22
* trivial: plug some memory leaksDan Williams2013-02-251-0/+1
* libnm-util: add the detailed description of carrier-detect to blurb as wellJiří Klimeš2013-02-181-1/+7
* libnm-utils: add :carrier-detect propertiesDan Winship2013-02-151-0/+51
* libnm-util: return FALSE on missing NMSettingVlan:parent && NMSettingWired:ma...Jiří Klimeš2012-11-291-0/+1
* libnm-util: clean up setting registrationDan Williams2012-10-291-1/+7
* libnm-util: Improve NMSettingVlan's verify()Dan Winship2012-09-271-15/+56
* libnm-util: remove InfiniBand references in NMSettingVlanDan Winship2012-07-301-8/+5
* docs: fix documentation for some VLAN setting functionsJiří Klimeš2012-07-111-6/+6
* Fix various bits of broken gtk-docColin Walters2012-06-141-1/+1
* docs: fix some annotations and documentationDan Williams2012-06-121-0/+1
* Fix a few misc issues noticed by CoverityDan Winship2012-04-051-1/+1
* libnm-util: add 'parent' property to VLAN settingDan Williams2012-03-011-31/+64
* libnm-util: various cleanups and documentation fixesDan Williams2012-02-161-73/+179
* libnm-util: add VLAN setting and propertiesWeiping Pan2012-02-161-0/+589