summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-816/+0
* all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-121-1/+1
* libnm: fix detecting address family for error message in NMSettingVxlan.verify()Thomas Haller2020-10-201-31/+28
* libnm: canonicalize local/remote IP address in NMSettingVxlanThomas Haller2020-10-201-4/+15
* libnm,core: allow VXLAN connections without an explicit remote VTEPbarinet2020-10-201-21/+17
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-104/+104
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-425/+432
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-171-1/+1
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-281-3/+3
* libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-241-17/+6
* libnm: sort fields in NMSetting structures by size and alignmentThomas Haller2019-12-241-6/+6
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* 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
* 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-81/+90
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-133/+116
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-2/+3
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-3/+3
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-7/+5
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* 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
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-061-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* libnm: fix NMSettingVxlan ageing and limit max valuesDan Williams2016-02-051-2/+2
* libnm: fix copy & paste error in NMSettingVxlan propertiesDan Williams2016-02-051-1/+1
* libnm-core: add NMSettingVxlanBeniamino Galvani2015-12-091-0/+843