summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-vlan.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-1/+1
2017-05-05all: fix typo 'entires' -> 'entries'Beniamino Galvani1-2/+2
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-1/+1
2016-01-22libnm-core: fail verify() for NMSettingVlan for invalid vlan idThomas Haller1-0/+10
2015-10-27vlan: (all) add VLAN MVRP flagJiří Klimeš1-4/+3
2015-10-23libnm: treat missing NMSettingVlan:flags property as old default valueThomas Haller1-1/+1
2015-10-07libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)Jiří Klimeš1-1/+1
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2014-12-15libnm-core: mute coverity for RESOURCE_LEAK (CWE-772) in g_return_val_if_fail()Jiří Klimeš1-1/+2
2014-11-19libnm, libnm-util: move settings doc generation to libnm-coreDan Winship1-48/+0
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-08-29libnm-util: add ifcfg-rh specific description for propertiesJiří Klimeš1-0/+48
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-6/+16
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-3/+1
2014-06-30libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller1-16/+12
2014-06-19libnm-util: remove NMSetting* GParamSpec docsDan Winship1-52/+22
2014-06-19libnm-util: various NMSetting* property doc fixes/improvementsDan Winship1-13/+16
2014-06-19libnm-util: fix gtk-doc bugs in NMSetting* propertiesDan Winship1-1/+1
2014-03-05libnm-util: fix minor bugs in nm_setting_vlan_remove_priority_str_by_value()Dan Winship1-3/+4
2014-02-28libnm-util: add *_remove_*_by_value() functions for 'vlan' settingJiří Klimeš1-1/+73
2014-02-24docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš1-4/+4
2013-12-12libnm-util: refactor NMSetting name and register_settingsThomas Haller1-1/+0
2013-12-05libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams1-6/+6
2013-12-02libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams1-6/+6
2013-11-27libnm-util: trivial: rename private field and enum value in NMSettingVlanThomas Haller1-13/+13
2013-11-13coverity: fix various warnings detected with CoverityThomas Haller1-2/+0
2013-10-03libnm: more valgrinding fixesDan Winship1-0/+2
2013-09-12all: standardize on NMSettingWired:mac-address for all VLANsDan Winship1-9/+7
2013-06-13libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš1-5/+5
2013-05-29libnm-util: deprecate nm_utils_slist_free(), use g_slist_free_full()Dan Winship1-5/+5
2013-05-28libnm-util: implement connection changed signalDan Williams1-3/+13
2013-04-11libnm-util: fix mis-freed VLAN priority list elementDan Williams1-2/+2
2013-04-03Revert :carrier-detect properties and associated codeDan Winship1-60/+0
2013-03-13libnm-util: make property verification errors more descriptiveJiří Klimeš1-10/+22
2013-02-25trivial: plug some memory leaksDan Williams1-0/+1
2013-02-18libnm-util: add the detailed description of carrier-detect to blurb as wellJiří Klimeš1-1/+7
2013-02-15libnm-utils: add :carrier-detect propertiesDan Winship1-0/+51
2012-11-29libnm-util: return FALSE on missing NMSettingVlan:parent && NMSettingWired:ma...Jiří Klimeš1-0/+1
2012-10-29libnm-util: clean up setting registrationDan Williams1-1/+7
2012-09-27libnm-util: Improve NMSettingVlan's verify()Dan Winship1-15/+56
2012-07-30libnm-util: remove InfiniBand references in NMSettingVlanDan Winship1-8/+5
2012-07-11docs: fix documentation for some VLAN setting functionsJiří Klimeš1-6/+6
2012-06-14Fix various bits of broken gtk-docColin Walters1-1/+1
2012-06-12docs: fix some annotations and documentationDan Williams1-0/+1
2012-04-05Fix a few misc issues noticed by CoverityDan Winship1-1/+1
2012-03-01libnm-util: add 'parent' property to VLAN settingDan Williams1-31/+64
2012-02-16libnm-util: various cleanups and documentation fixesDan Williams1-73/+179
2012-02-16libnm-util: add VLAN setting and propertiesWeiping Pan1-0/+589