summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-vxlan.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-20libnm: fix detecting address family for error message in NMSettingVxlan.verify()Thomas Haller1-31/+28
2020-10-20libnm: canonicalize local/remote IP address in NMSettingVxlanThomas Haller1-4/+15
2020-10-20libnm,core: allow VXLAN connections without an explicit remote VTEPbarinet1-21/+17
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller1-1/+1
2020-09-28format: replace tabs for indentation in code commentsThomas Haller1-104/+104
2020-09-28all: reformat all with new clang-format styleAntonio Cardace1-425/+432
2020-02-17all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace1-1/+1
2020-01-28all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller1-3/+3
2019-12-24libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller1-17/+6
2019-12-24libnm: sort fields in NMSetting structures by size and alignmentThomas Haller1-6/+6
2019-10-02all: unify format of our Copyright source code commentsThomas Haller1-1/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-15/+1
2019-06-11all: drop empty first line from sourcesThomas Haller1-1/+0
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-1/+0
2019-01-15libnm-core: reorder code in settingsThomas Haller1-81/+90
2019-01-15libnm-core: cleanup NMSetting's class initializationThomas Haller1-133/+116
2018-08-10libnm: rework setting metadata for property handlingThomas Haller1-2/+3
2018-08-10libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller1-3/+3
2018-08-10libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller1-7/+5
2018-07-01libnm: avoid constructor function for registering NMSetting typesThomas Haller1-1/+0
2017-06-07libnm: use enum for setting prioritiesThomas Haller1-1/+1
2017-05-28all: fix typos in documentation, translated strings and commentsYuri Chornoivan1-1/+1
2017-01-06all: use nm_utils_is_valid_iface_name()Lubomir Rintel1-1/+1
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-02-05libnm: fix NMSettingVxlan ageing and limit max valuesDan Williams1-2/+2
2016-02-05libnm: fix copy & paste error in NMSettingVxlan propertiesDan Williams1-1/+1
2015-12-09libnm-core: add NMSettingVxlanBeniamino Galvani1-0/+843