summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* device: track system interface state in NMDeviceThomas Haller2017-03-167-91/+199
* manager: always cleanup volatile settings-connection on active-connection rem...Thomas Haller2017-03-161-2/+1
* manager: simplify searching assumed connectionThomas Haller2017-03-164-39/+61
* manager: cleanup find_ac_for_connection() in "nm-manager.c"Thomas Haller2017-03-161-40/+54
* manager: merge/inline assume_connection() in recheck_assume_connection()Thomas Haller2017-03-161-62/+52
* core: once activated an assumed connection make it NM_ACTIVATION_TYPE_MANAGEDThomas Haller2017-03-161-0/+10
* core: upgrade EXTERNAL activation type when user saves connectionThomas Haller2017-03-161-6/+45
* core: only assume connections that were managed in a previous run of NetworkM...Thomas Haller2017-03-161-30/+44
* core: track external activations types in the active-connectionThomas Haller2017-03-166-40/+67
* core/trivial: rename activation-type related checks for device and active-con...Thomas Haller2017-03-167-40/+40
* active-connection: use activation-type for active connection instead of assum...Thomas Haller2017-03-163-22/+3
* core: add activation-type property to active-connectionThomas Haller2017-03-1611-3/+88
* device: set user-explicit unmanaged flag based on loaded device-stateThomas Haller2017-03-161-1/+15
* device: pass the user-explict flag to nm_device_realize_start()Thomas Haller2017-03-163-7/+33
* core/trivial: rename "nm-generated-assumed" flag to "volatile"Thomas Haller2017-03-165-18/+18
* device: return nm_device_master_add_slave() whether a slave was addedThomas Haller2017-03-161-10/+16
* core/dispatcher: pass act-request to device dispatcher callsThomas Haller2017-03-163-92/+93
* core/dispatcher: cleanup nm_dispatcher_call_connectivity()Thomas Haller2017-03-163-9/+17
* core/dispatcher: add and use nm_dispatcher_call_hostname()Thomas Haller2017-03-164-2/+27
* core/trivial: give names in src/nm-dispatcher.h header an "NM" prefixThomas Haller2017-03-167-84/+82
* core: minor cleanupsThomas Haller2017-03-162-16/+24
* manager: fix leaking settings connection in active_connection_remove()Thomas Haller2017-03-161-5/+6
* core: fix matching routes for assuming connectionsThomas Haller2017-03-161-4/+9
* policy: check for active devices before triggering dns update on hostname changeFrancesco Giudici2017-03-163-3/+28
* default-route-manager: decryptify logging line for default-route-managerThomas Haller2017-03-161-2/+2
* default-route-manager: alyways force a sync of the default routeThomas Haller2017-03-161-14/+29
* default-route-manager: use nm_cmp_uint32_p_with_data() instead of reimplement...Thomas Haller2017-03-161-12/+1
* default-route-manager: add nm_default_route_manager_resync() functionThomas Haller2017-03-162-2/+63
* default-route-manager: simplify _platform_changed_cb() handlingThomas Haller2017-03-161-31/+24
* default-route-manager: simplify determining synced flag in _ipx_update_defaul...Thomas Haller2017-03-161-3/+2
* device: force restart of IP method during reapplyThomas Haller2017-03-163-21/+31
* device: on reapply reset commit_first_time flagThomas Haller2017-03-161-3/+6
* device: ethernet: fix handling of autoconnect retries for non-802.1xBeniamino Galvani2017-03-151-7/+9
* device: fail DHCPv6 if a link-local address is not presentBeniamino Galvani2017-03-151-5/+8
* manager: don't schedule devices_inited_cb() a second timeThomas Haller2017-03-151-8/+0
* device: remove macro for logging in _set_unmanaged_flags()Thomas Haller2017-03-151-14/+10
* manager: disconnect NMSetting's startup-complete notification in check_if_sta...Thomas Haller2017-03-151-5/+12
* manager: delay startup-complete and devices-inited until idleThomas Haller2017-03-152-8/+35
* manager: process events of platform cache during nm_manager_start()Thomas Haller2017-03-151-5/+7
* device: delay startup complete until device is initialized in platformThomas Haller2017-03-151-1/+21
* all: use "unsigned" instead of "unsigned int"Thomas Haller2017-03-143-5/+5
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-149-15/+15
* device: clear deactivating_cancellable in dispose()Thomas Haller2017-03-131-0/+2
* all: use nm_clear_g_cancellable()Thomas Haller2017-03-137-35/+11
* ifcfg-rh: drop an unused variableLubomir Rintel2017-03-101-1/+0
* platform: implement NM_LINUX_PLATFORM_GET_PRIVATE() via _NM_GET_PRIVATE_VOID(...Thomas Haller2017-03-101-7/+1
* platform/tests: use NMTST_WAIT_ASSERT() to wait for addressThomas Haller2017-03-091-8/+5
* device: reapply proxy configurationBeniamino Galvani2017-03-091-39/+56
* device: allow reapply of MTUBeniamino Galvani2017-03-093-0/+57
* device: reapply connection.lldp propertyBeniamino Galvani2017-03-091-26/+41