summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* all: codespell fixesLubomir Rintel2019-07-241-3/+3
* libnm,core: use nm_utils_clock_gettime_*() instead of clock_gettime()Thomas Haller2019-07-231-9/+9
* libnm,core: support more "arp_validate" bond optionsThomas Haller2019-07-181-2/+2
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-163-2/+12
* settings: change filename for per-connection metadata (previously UUID nm-loa...Thomas Haller2019-07-162-4/+7
* libnm: accept %NULL argument in nmtst_connection_assert_unchanging()Thomas Haller2019-07-161-0/+3
* libnm: add nm_key_file_get_boolean() helperThomas Haller2019-07-162-0/+39
* libnm,core: add support for "suppress_prefixlength" rule attributeThomas Haller2019-07-163-86/+173
* libnm: accept special table names for policy-routingThomas Haller2019-07-161-3/+12
* libnm/crypto: accept TPM2-wrapped PEM keysDaniel Kobras2019-07-103-3/+76
* libnm,cli,ifcfg-rh: add connection:wait-device-timeout propertyThomas Haller2019-07-103-0/+77
* libnm/crypto: use memmem() instead of naive O(n*m) search in find_tag()Thomas Haller2019-07-081-12/+14
* core/wired: include the invalide MAC address in error messagesLubomir Rintel2019-07-021-12/+15
* libnm: implement serialization options (inject timestamp/seen-bssids) for nm_...Thomas Haller2019-06-283-1/+69
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-2819-45/+99
* libnm: track wifi.seen-bssids in a GPtrArray instead of a GSListThomas Haller2019-06-281-41/+71
* libnm: fix setting error for nm_connection_update_secrets()Thomas Haller2019-06-262-10/+23
* libnm: workaround assertion failure for nmtst_connection_assert_unchanging() ...Thomas Haller2019-06-263-3/+21
* libnm: add NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED serialization flagThomas Haller2019-06-174-11/+35
* settings: add _nm_connection_clear_secrets_by_secret_flags() function to simp...Thomas Haller2019-06-172-0/+49
* libnm: cleanup _nm_connection_ensure_normalized() and split nm_connection_nor...Thomas Haller2019-06-172-76/+125
* core/ovs-interface: add support for dpdk typeLubomir Rintel2019-06-141-15/+29
* libnm-core: add ovs-dpdk settingLubomir Rintel2019-06-146-0/+231
* core/ovs-interface: fix type documentationLubomir Rintel2019-06-141-1/+1
* libnm: add _nm_connection_ensure_normalized() helperThomas Haller2019-06-132-0/+60
* libnm: add nmtst_connection_assert_unchanging() helperThomas Haller2019-06-132-19/+65
* settings,libnm: move is-adhoc-wpa check to libnmThomas Haller2019-06-132-0/+29
* settings,keyfile: move openconnect hack from settings to keyfile readerThomas Haller2019-06-131-0/+48
* libnm: cleanup GSList/GPtrArray to/from strv conversionThomas Haller2019-06-132-23/+35
* libnm: don't assert against %NULL string in nm_utils_is_uuid()Thomas Haller2019-06-131-2/+6
* libnm-core: change unsupported modes for arp_ip_targets bond optionBeniamino Galvani2019-06-111-0/+1
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-115-21/+33
* libnm: belatedly expose nm_ethtool_optname_is_feature() in libnmThomas Haller2019-06-112-3/+7
* libnm: add nm_setting_ethtool_get_optnames() functionThomas Haller2019-06-112-0/+38
* all: drop empty first line from sourcesThomas Haller2019-06-1173-73/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-11121-121/+0
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-112-23/+23
* libnm/tests: fix team tests with "--enable-json-validation=no"Thomas Haller2019-06-111-1/+1
* libnm/team: fix setting setting same JSON stringThomas Haller2019-06-091-5/+8
* libnm/team: strict validate team settings by libnm clients not sending the JSONThomas Haller2019-06-043-31/+53
* libnm/team: fix handling default values and stricter validate team configThomas Haller2019-06-046-550/+772
* libnm/team: reorder fields in JSON output for team link watcherThomas Haller2019-06-042-14/+14
* libnm/team: add space in JSON output for link watcherThomas Haller2019-06-042-4/+4
* libnm/keyfile: don't parse JSON config in keyfile reader twiceThomas Haller2019-05-231-5/+5
* libnm: support strict parsing of team link watcher from GVariantThomas Haller2019-05-234-52/+106
* libnm: implement team's _link_watcher_from_variant() reusing meta dataThomas Haller2019-05-231-85/+148
* libnm: implement team's _link_watcher_to_variant() reusing meta dataThomas Haller2019-05-231-102/+76
* libnm: split creation/conversion of team link watcher from variantThomas Haller2019-05-231-155/+171
* libnm: move team link-watchers to/from variant to "nm-team-setting.c"Thomas Haller2019-05-234-207/+211
* libnm: rework team handling of JSON configThomas Haller2019-05-239-1579/+2717