summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* all: don't include error->code in log messagesThomas Haller2016-03-031-12/+6
* libnm-core: remove special handling of missing VLAN_FLAGSBeniamino Galvani2016-02-291-16/+1
* ifcfg-rh: change the handling of REORDER_HDR flagBeniamino Galvani2016-02-291-2/+2
* device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller2016-02-231-0/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-1954-93/+61
* libnm-core: fix ifcfg-rh documentation for dhcp-timeout propertyBeniamino Galvani2016-02-161-2/+2
* libnm-core: make ipvx.dhcp-timeout signedBeniamino Galvani2016-02-161-7/+7
* libnm,core,cli: move dhcp-timeout property to generic NMSettingIPConfigBeniamino Galvani2016-02-165-44/+44
* all: add version-id argument to device's Reapply methodThomas Haller2016-02-161-0/+2
* wifi: don't touch by default current powersave settingBeniamino Galvani2016-02-162-7/+27
* nmtst: add nmtst_assert_connection_verify() and don't normalize connection in...Thomas Haller2016-02-152-3/+13
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-142-111/+56
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-141-119/+35
* libnm/tests: convert test cases to use g_assert() instead of ASSERT()Thomas Haller2016-02-141-169/+85
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-144-13/+13
* libnm/keyfile/trivial: rename VPN_SECRETS_GROUP define to NM_KEYFILE_GROUP_VP...Thomas Haller2016-02-143-5/+5
* build: cleanup default includesThomas Haller2016-02-1213-34/+34
* macros: add NM_IN_STRSET()Thomas Haller2016-02-111-0/+127
* macros: simplify NM_IN_SET() macroThomas Haller2016-02-111-0/+3
* tests: get rid of FAIL macroDan Williams2016-02-111-2/+4
* libnm-core: fix documentation for MAC_ADDRESS_RANDOMIZATION propertyBeniamino Galvani2016-02-111-3/+2
* 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
* all/tests: fix messages for ASSERT() macroThomas Haller2016-02-031-3/+1
* vpn-plugin-info: add description for @filename parameterJiří Klimeš2016-02-031-1/+1
* libnm-core: cleanup handling IP address in NMIPRouteThomas Haller2016-01-291-12/+13
* libnm-core: use utility function in NMIPRoute for getting size of addresses p...Thomas Haller2016-01-281-8/+16
* libnm-core: ensure any next_hop in NMIPRoute is NULLThomas Haller2016-01-281-8/+25
* libnm-core: fail verify() for NMSettingVlan for invalid vlan idThomas Haller2016-01-221-1/+10
* libnm: assert against valid dest in NMIPRouteThomas Haller2016-01-221-1/+7
* docs, trivial: fix some documentation issuesDan Williams2016-01-202-2/+10
* libnm-core,core,cli: fix spelling of NM_IP_TUNNEL_MODE_UNKNOWNDan Williams2016-01-201-1/+1
* ifcfg-rh: read/write ipv4.dad-timeout using ARPING_WAITJiří Klimeš2016-01-201-0/+10
* libnm: add NMSettingIPConfig 'dad-timeout' propertyJiří Klimeš2016-01-203-0/+51
* build: rename directory "include" to "shared"Thomas Haller2015-12-243-5/+5
* ip-tunnel: add a MTU propertyBeniamino Galvani2015-12-192-0/+46
* libnm-core/docs: add/fix missing descriptionsJiří Klimeš2015-12-182-1/+9
* libnm: fix documentation of NMSettingIP6ConfigAddrGenMode valuesJiří Klimeš2015-12-181-2/+2
* libnm-core: add missing transfer annotation for nm_utils_enum_get_values()Jiří Klimeš2015-12-121-1/+1
* device/vxlan: support device creationBeniamino Galvani2015-12-092-1/+4
* libnm-core: add NMSettingVxlanBeniamino Galvani2015-12-097-0/+976
* device/macvlan: support device creationBeniamino Galvani2015-12-092-1/+5
* libnm-core: add NMSettingMacvlanBeniamino Galvani2015-12-097-0/+468
* vpn-editor-plugin: improve the error handling a bitLubomir Rintel2015-12-071-0/+10
* device: add NMDeviceIPTunnelBeniamino Galvani2015-12-012-1/+3
* libnm-core: add NMSettingIPTunnelBeniamino Galvani2015-12-018-1/+874
* libnm-core: add nm_utils_enum_get_values()Beniamino Galvani2015-12-013-0/+76
* libnm: add NMDeviceTunBeniamino Galvani2015-11-251-0/+2
* device/tun: support device creationBeniamino Galvani2015-11-251-1/+2
* libnm-core: add NMSettingTunBeniamino Galvani2015-11-257-0/+526