summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-tc-config.c
Commit message (Expand)AuthorAgeFilesLines
* 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-14/+14
* libnm: replace _properties_override_add_override() with _properties_override_...Thomas Haller2019-09-301-14/+14
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-2/+4
* libnm: unify property-to-dbus handling of NMSettingThomas Haller2019-05-011-19/+15
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-8/+12
* libnm: don't return deep-copied strv array from nm_tc_qdisc_get_attribute_nam...Thomas Haller2019-04-201-6/+4
* libnm-core: avoid cloning attributes of NMTCQdisc/NMTCAction to convert to st...Thomas Haller2019-04-201-0/+16
* core/qdisc: add support for attributesLubomir Rintel2019-04-121-4/+149
* nmcli: fix an error message when the tc qdisc kind is missingLubomir Rintel2019-04-121-3/+27
* libnm-core: reorder code in settingsThomas Haller2019-01-151-82/+89
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-31/+26
* libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-111-16/+23
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-13/+18
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-2/+2
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-13/+10
* libnm-core: tc: fix indentation and typoBeniamino Galvani2018-07-111-4/+4
* ifcfg-rh: add missing NM-only annotationsBeniamino Galvani2018-07-111-2/+2
* libnm-core: don't emit signal when clearing lists already emptyBeniamino Galvani2018-07-111-4/+8
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* libnm-core: reject tc configurations with duplicate elementsBeniamino Galvani2018-06-231-0/+95
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-6/+2
* libnm: sort attribute names in nm_tc_action_get_attribute_names()Thomas Haller2017-12-181-15/+5
* ifcfg-rh: add tc supportlr/tcLubomir Rintel2017-12-111-0/+14
* libnm: disable g_warning() from libraryThomas Haller2017-12-111-6/+6
* libnm-core/tests: test NMSettingTCConfig traffic filter supportLubomir Rintel2017-12-111-2/+19
* libnm-core: add traffic filter support to NMSettingTCConfigLubomir Rintel2017-12-111-0/+614
* libnm-core: add functionality for dealing with tc-style action specifiersLubomir Rintel2017-12-111-0/+8
* libnm-core: consider attributes in nm_tc_action_equal()Thomas Haller2017-12-111-6/+24
* libnm-core: add action support to NMSettingTCConfigLubomir Rintel2017-12-111-0/+235
* libnm-core: add NMSettingTCConfig with qdisc supportLubomir Rintel2017-12-111-0/+670