summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wired.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-241-4/+2
* libnm: sort fields in NMSetting structures by size and alignmentThomas Haller2019-12-241-11/+11
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-301-10/+10
* libnm: replace _properties_override_add_override() with _properties_override_...Thomas Haller2019-09-301-7/+6
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-301-24/+4
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-1/+1
* libnm: fix variable type for holding g_strv_length() result in "nm-setting-wi...Thomas Haller2019-09-271-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* core: fix a typoLubomir Rintel2019-09-031-1/+1
* core/wired: include the invalide MAC address in error messagesLubomir Rintel2019-07-021-12/+15
* 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-1/+5
* libnm: rename function pointers of NMSettInfoPropertyThomas Haller2019-05-011-5/+5
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-7/+11
* libnm: refactor implementation of "ethernet.s390-options" propertyThomas Haller2019-04-251-54/+262
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* libnm: don't assert for valid string length in nm_setting_wired_add_s390_opti...Thomas Haller2019-03-251-6/+1
* libnm: don't use strlen() for checking for non-empty stringThomas Haller2019-03-251-6/+3
* libnm/docs: fix enum definition that confuses gtk-docThomas Haller2019-02-221-0/+5
* 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-112/+120
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-111/+92
* libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-111-9/+13
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-22/+35
* 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-10/+9
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* libnm/trivial: fix indentationThomas Haller2018-06-271-2/+2
* libnm-core: allow speed and duplex values when auto-negotiate=yesfg/auto_neg_specmodes-rh1487477Francesco Giudici2018-06-151-33/+38
* libnm: don't use deprecated tags for GOobject introspectionJiří Klimeš2018-03-261-3/+1
* all: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-11-161-1/+1
* docs: fix spelling errors in tranlated strings and documentationThomas Haller2017-08-111-1/+1
* device: don't set a fake permanent hardware addressBeniamino Galvani2017-07-261-1/+2
* all: fix minor typos in settings docsYuri Chornoivan2017-07-031-3/+3
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* libnm-core,shared: fix typo in '(allow-none)' annotationBeniamino Galvani2017-04-271-1/+1
* libnm: document to allow omitting argument to get-options functionsThomas Haller2017-03-281-1/+3
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-2/+2
* man/ifcfg-rh: mark some ifcfg-rh variables with (+) as NM extensionsJiří Klimeš2016-12-151-1/+1
* libnm-core/man: add a warning on static link negotiation parameterspoma2016-12-011-0/+2
* libnm-core: make normalizable ethernet_link properties _VERIFY_NORMALIZABLEFrancesco Giudici2016-11-251-4/+6
* libnm-core: normalize ethernet_link properties when auto-negotiate is offFrancesco Giudici2016-11-241-7/+19
* libnm-core: refactor NMSettingWired:verify() to use NM_IN_STRSET()Thomas Haller2016-11-221-6/+3
* nmcli: add get functions for 802-3.speed and 802-3.duplex propertiesFrancesco Giudici2016-11-221-1/+1
* ifcfg-rh: add support to 802-3.[auto-negotiate,speed,duplex] propertiesFrancesco Giudici2016-11-221-7/+44