summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* device: penalize default route metrics for connectivity failureslr/device-connLubomir Rintel2017-03-281-27/+46
* core: make connectivity checking per-deviceLubomir Rintel2017-03-281-94/+63
* manager: sort slaves to be autoconnected by device nameBeniamino Galvani2017-03-271-0/+20
* manager: rework find_slaves() to return the matching deviceBeniamino Galvani2017-03-271-37/+61
* manager: change nm_manager_get_best_device_for_connection() signatureBeniamino Galvani2017-03-271-3/+8
* manager: check that slaves connection have a compatible deviceBeniamino Galvani2017-03-271-1/+16
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* nm-manager: Use g_dbus_message_new_method_error_literal()Iain Lane2017-03-231-18/+18
* manager: ensure proper disposal of unrealized devicesBeniamino Galvani2017-03-211-0/+5
* vpn-connection: use NMActiveConnectionStateReasonlr/active-connection-state-changedLubomir Rintel2017-03-171-2/+2
* active-connection: emit a StateChanged signal on state changesLubomir Rintel2017-03-171-4/+12
* device: track system interface state in NMDeviceThomas Haller2017-03-161-3/+18
* manager: always cleanup volatile settings-connection on active-connection rem...Thomas Haller2017-03-161-2/+1
* manager: simplify searching assumed connectionThomas Haller2017-03-161-13/+9
* 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: 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-161-6/+8
* core/trivial: rename activation-type related checks for device and active-con...Thomas Haller2017-03-161-3/+3
* active-connection: use activation-type for active connection instead of assum...Thomas Haller2017-03-161-2/+1
* core: add activation-type property to active-connectionThomas Haller2017-03-161-2/+18
* 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-161-3/+15
* core/trivial: rename "nm-generated-assumed" flag to "volatile"Thomas Haller2017-03-161-3/+3
* manager: fix leaking settings connection in active_connection_remove()Thomas Haller2017-03-161-5/+6
* manager: don't schedule devices_inited_cb() a second timeThomas Haller2017-03-151-8/+0
* 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-151-8/+33
* manager: process events of platform cache during nm_manager_start()Thomas Haller2017-03-151-5/+7
* manager: fix clearing error variable in autoconnect_slaves()Thomas Haller2017-02-241-1/+1
* device: mark uses of device's state-reason with nm_device_state_reason_check()Thomas Haller2017-02-231-1/+2
* device: separately handle NMDevice's autoconnect by user and internal decisionThomas Haller2017-02-171-1/+1
* manager: retrigger the connectivity check if we loose a default routeLubomir Rintel2017-02-161-1/+14
* core: define a full sort order for nm_settings_connection_cmp_timestamp()Thomas Haller2017-02-101-1/+1
* core: consolidate sorting of connections by autoconnect/timestampThomas Haller2017-02-101-1/+1
* core: refactor nm_manager_get_activatable_connections() to return an arrayThomas Haller2017-02-101-21/+36
* core: refactor nm_settings_get_connections_sorted() to return array instead o...Thomas Haller2017-02-101-27/+35
* core: drop nm_settings_get_best_connections() for new nm_settings_get_connect...Thomas Haller2017-02-101-1/+1
* core: add and use nm_settings_connection_cmp_timestamp*()Thomas Haller2017-02-101-1/+1
* all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller2017-02-101-2/+1
* core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller2017-02-101-7/+7
* manager: avoid an extra path to ac translationLubomir Rintel2017-01-271-11/+7
* manager: guard the flag setting by the actual device presenceLubomir Rintel2017-01-271-2/+4
* manager: don't let a master device go unmanaged on a slave activationLubomir Rintel2017-01-251-0/+7
* core: use _nm_packed attribute instead of __attribute__((packed))Thomas Haller2017-01-161-1/+1
* device: drop unused hook nm_device_notify_new_device_added()Thomas Haller2017-01-041-7/+0
* device: track parent device in NMDeviceThomas Haller2017-01-041-0/+36
* manager: better handle failures in AddAndActivateConnectionBeniamino Galvani2016-12-231-1/+2
* ifcfg-rh: write the master device name even if the master property is an UUIDlr/ifcfg-device-rh1369008Lubomir Rintel2016-12-151-0/+24
* manager: don't upgrade the state when connectivity check failsBeniamino Galvani2016-12-141-3/+1