summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* device: optimize nm_manager_get_connection_iface()th/lr/conn-device-ifnameThomas Haller2016-02-171-0/+14
* manager: reused the factory looked up in nm_manager_get_connection_iface()Thomas Haller2016-02-171-7/+10
* device: move the interface name check from managerLubomir Rintel2016-02-171-3/+1
* manager: export nm_manager_get_connection_iface()Lubomir Rintel2016-02-171-12/+12
* device-factory/trivial: rename get_virtual_iface_name() to get_connection_ifa...Lubomir Rintel2016-02-171-4/+4
* manager: fix typo in error messageBeniamino Galvani2016-02-161-1/+1
* device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-151-51/+46
* device/trivial: rename nm_device_set_unmanaged_flags()Thomas Haller2016-02-151-6/+6
* core: fix matching of default metric value for static routesBeniamino Galvani2016-02-111-0/+2
* manager: downgrade assertions to g_critical() in manager's singleton gettersThomas Haller2016-01-271-5/+9
* manager: cleanup active connections upon exitBeniamino Galvani2016-01-231-0/+2
* core: check generated virtual interfaceplatform nameThomas Haller2016-01-211-16/+3
* manager: fix a couple of memory leaksBeniamino Galvani2016-01-211-1/+4
* manager: refactor construction of manager singleton instanceThomas Haller2016-01-181-28/+56
* manager: initilize NETWORKING_ENABLED as constructor paramterThomas Haller2016-01-181-5/+8
* core: add NMLOG macros to nm-manager.cThomas Haller2016-01-181-0/+19
* core: always unrealize software devices when platform link disappearsThomas Haller2016-01-171-1/+1
* device: minor logging changes to device creationThomas Haller2016-01-171-3/+1
* trivial: fix whitespaceThomas Haller2016-01-171-5/+5
* manager: retry virtual connections when a device is added or changesBeniamino Galvani2016-01-151-11/+45
* manager: don't reject all internal activations on non-autoconnectable devicesLubomir Rintel2016-01-131-11/+0
* device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-111-1/+1
* device/trivial: rename realize/setup function in NMDeviceThomas Haller2016-01-111-6/+6
* trivial: fix whitespaceThomas Haller2016-01-111-1/+1
* trivial: fix whitespaceThomas Haller2016-01-081-4/+4
* manager: get rid of unused definesBeniamino Galvani2016-01-071-2/+0
* core: simplify generation of default connection for new devicesBeniamino Galvani2016-01-071-12/+5
* core: use NM_PLATFORM_GET instead of nm_platform_get() in function callsBeniamino Galvani2016-01-061-1/+1
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-12/+3
* manager: return values for a non-void functionLubomir Rintel2015-12-181-2/+2
* manager: retry device creation for connection that would use a newly created ...Lubomir Rintel2015-12-181-26/+40
* trivial: fix indention/whitespaceThomas Haller2015-12-171-3/+3
* manager: don't create the virtual devices on all connection changesLubomir Rintel2015-12-151-8/+6
* manager: clean up the system_create_virtual_device() error handlingLubomir Rintel2015-12-111-33/+33
* manager: if there's an unrealized device that matches new connection, realize itLubomir Rintel2015-12-111-28/+36
* manager: let external devices go on removalLubomir Rintel2015-12-091-3/+3
* device: during activating device transit to DISCONNECTED stateThomas Haller2015-12-091-1/+1
* manager: improve the add_device() error handling a bitlr/device-link-typeLubomir Rintel2015-12-081-8/+17
* core: use define for NMManager's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* core: subscribe recheck_assume_connection() early when adding deviceThomas Haller2015-12-041-11/+18
* device: expose nm_device_set_autoconnect() functionThomas Haller2015-12-041-1/+1
* core/trivial: rename functionsThomas Haller2015-12-041-13/+13
* manager: fix clearing weak-ref in platform_link_added()Thomas Haller2015-12-041-25/+28
* core: allow multiple devices with the same interface namedcbw/devices-for-allDan Williams2015-12-041-116/+139
* api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-12-041-8/+71
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-041-15/+22
* core: create devices first and realize them laterDan Williams2015-12-041-146/+173
* core: add class function for device unrealizationDan Williams2015-12-041-1/+11
* utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-12-041-2/+2