summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Coerce connectivity "LIMITED" to "NONE" when device is disconnected"bg/concheck-issue181Thomas Haller2019-06-181-8/+0
* connectivity: make platform argument to nm_connectivity_check_start() optionalThomas Haller2019-06-181-12/+15
* connectivity: simplify passing result to idle handlerThomas Haller2019-06-181-13/+12
* connectivity: remove unused error varialbe in _idle_cb()Thomas Haller2019-06-181-10/+2
* fixup! device: don't start connectivity check on unconfigured devicesThomas Haller2019-06-181-0/+1
* device: don't start connectivity check on unconfigured devicesBeniamino Galvani2019-06-173-1/+92
* build/autotools: generate "config-extra.h" via makefile "config-extra.h.mk"Lubomir Rintel2019-06-172-28/+37
* build/autotools: depend "config-extra.h" on "config.h"Thomas Haller2019-06-171-1/+1
* Revert "build: only update config-extra.h if it changes"Thomas Haller2019-06-171-19/+19
* settings: merge branch 'th/various-settings-cleanup-2'Thomas Haller2019-06-1713-239/+346
|\
| * keyfile: rework selecting path name in nms_keyfile_writer_connection() and ad...Thomas Haller2019-06-174-57/+62
| * settings: avoid cloning the connection to maintain agent-owned secretsThomas Haller2019-06-172-15/+8
| * 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-174-60/+64
| * settings: pass const strv plugins array to load_plugins()Thomas Haller2019-06-171-6/+5
| * settings: avoid emiting notify::unmanaged-specs for NMSettings if there are n...Thomas Haller2019-06-171-9/+18
| * settings: track keyfile plugin explicitly in NMSettingsThomas Haller2019-06-171-11/+14
| * libnm: cleanup _nm_connection_ensure_normalized() and split nm_connection_nor...Thomas Haller2019-06-172-76/+125
| * shared: add nm_utils_g_slist_strlist_cmp() utilThomas Haller2019-06-172-0/+21
|/
* core: merge branch 'th/reapply-route-table'Thomas Haller2019-06-179-103/+160
|\
| * device: support reapplying route-tableThomas Haller2019-06-177-84/+107
| * device: use nm_platform_sysctl_ip_conf_get_rp_filter_ipv4() for warning about...Thomas Haller2019-06-171-19/+8
| * platform: add nm_platform_sysctl_ip_conf_get_rp_filter_ipv4()Thomas Haller2019-06-172-0/+45
|/
* platform/tests: relax assertion for accepting signals in /link/software/bridg...Thomas Haller2019-06-161-1/+1
* release: bump version to 1.19.4-dev1.19.4-devLubomir Rintel2019-06-142-2/+2
* platform/tests: relax assertion for accepting signals in /link/software/bond ...Thomas Haller2019-06-141-1/+1
* core/pppd-plugin: wait to recover port settings before notifying deathAlfonso Sánchez-Beato2019-06-141-3/+18
* merge: branch 'lr/ovs-dpdk'Lubomir Rintel2019-06-1417-23/+306
|\
| * clients: add ovs-dpdk interface supportlr/ovs-dpdkLubomir Rintel2019-06-142-1/+14
| * ovs/ovsdb: add support for setting dpdk devargs optionLubomir Rintel2019-06-141-4/+14
| * core/ovs-interface: add support for dpdk typeLubomir Rintel2019-06-141-15/+29
| * libnm-core: add ovs-dpdk settingLubomir Rintel2019-06-1413-1/+248
| * ovs/ovsdb: remove unused headersLubomir Rintel2019-06-141-2/+1
| * core/ovs-interface: fix type documentationLubomir Rintel2019-06-142-2/+2
|/
* merge: branch 'lr/ovs-failures'Lubomir Rintel2019-06-143-31/+96
|\
| * ovs/factory: fail the NMDevice if there's an error in OVSDBlr/ovs-failuresLubomir Rintel2019-06-141-1/+40
| * ovs/ovsdb: track the devices before we signal additionLubomir Rintel2019-06-141-3/+3
| * ovs/ovsdb: signal a failure when an error column is setLubomir Rintel2019-06-142-5/+24
| * ovs/ovsdb: fix signal handler argument typesLubomir Rintel2019-06-141-2/+2
| * ovs/ovsdb: remove the device-changes signalLubomir Rintel2019-06-142-15/+0
| * ovs/ovsdb: guard against OVSDB integrity issuesLubomir Rintel2019-06-141-9/+31
|/
* build: only update config-extra.h if it changesLubomir Rintel2019-06-141-19/+19
* settings: merge branch 'th/various-settings-cleanup'Thomas Haller2019-06-1318-765/+933
|\
| * 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: remove unused NMSettingsConnection.supports_secrets() functionThomas Haller2019-06-133-26/+0
| * settings: use _nm_utils_slist_to_strv() for NMSettings:unmanaged-specs proper...Thomas Haller2019-06-131-13/+6
| * settings,libnm: move is-adhoc-wpa check to libnmThomas Haller2019-06-133-34/+31
| * manager: cleanup freeing CList in NMManager's dispose()Thomas Haller2019-06-131-6/+6
| * auth-chain: track auth-chains in embedded CListThomas Haller2019-06-134-36/+66