summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* manager: add a method to get a particular device of given typeLubomir Rintel2017-10-301-7/+23
* manager: always update the device when the plink comes and goesLubomir Rintel2017-10-301-0/+3
* manager: don't assign a new link to a device of a different link typeLubomir Rintel2017-10-301-0/+3
* manager: match device type when removing an ip interfaceLubomir Rintel2017-10-301-0/+2
* settings: extend commit_changes() to update the settings after writingThomas Haller2017-10-251-0/+1
* settings: get rid of callback arguments for nm_settings_connection_delete()Thomas Haller2017-10-251-3/+3
* settings: get rid of callback arguments for nm_settings_connection_commit_cha...Thomas Haller2017-10-251-1/+1
* manager: fix evaluation of manager stateBeniamino Galvani2017-10-201-1/+1
* device/trivial: rename nm_device_get_ip_route_metric() to nm_device_get_route...Thomas Haller2017-10-061-4/+4
* device: remove wrappers for nm_device_get_ip_route_metric()Thomas Haller2017-10-061-4/+4
* core: avoid compiler warnings related to cleanup attributeThomas Haller2017-10-051-1/+2
* core: keep platform link object alive and don't copy itThomas Haller2017-09-291-6/+5
* manager: refactor lifetime handling for idle callback _platform_link_cb_idle()Thomas Haller2017-09-291-15/+29
* manager: disconnect platform_link_cb() from NMManager in dispose()Thomas Haller2017-09-291-0/+4
* manager/trivial: rename self variable in NMManager:dispose()Thomas Haller2017-09-291-19/+19
* manager: don't use platform singleton but keep a private pointerThomas Haller2017-09-291-12/+23
* manager: ignore unmanaged devices when looking for parent by UUIDBeniamino Galvani2017-09-281-0/+4
* manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-201-2/+9
* manager: try other connections only after the device is realizedBeniamino Galvani2017-09-201-5/+6
* core: don't require manageable device in unmanaged_to_disconnected()Thomas Haller2017-09-041-1/+4
* manager: add connectivity-check-{available,enabled} properties.James Henstridge2017-08-171-0/+33
* core: implement activation of PPP devicesBeniamino Galvani2017-08-051-0/+18
* platform: refactor NMPObject cast macros using _Generic()th/dedup-multi-bgo784220Thomas Haller2017-07-051-1/+1
* platform: refactor nm_platform_link_get_all() to return GPtrArrayThomas Haller2017-07-051-10/+10
* manager: when a connection is upped on a device, do an early update of its in...Francesco Giudici2017-06-211-2/+3
* manager: avoid that auto-activations preempt user activationsBeniamino Galvani2017-06-191-0/+26
* device: suppress logging and return error reason from nm_device_generate_conn...Thomas Haller2017-06-081-2/+4
* manager: cleanup logging message during recheck_assume_connection()/get_exist...Thomas Haller2017-06-081-28/+24
* manager: add more logging to recheck_assume_connection()Thomas Haller2017-06-081-4/+9
* manager: add "rfkill" prefix to related logging messagesThomas Haller2017-06-081-11/+11
* manager: add logging macro _NMLOG3() for logging connection messagesThomas Haller2017-06-081-14/+36
* manager: add logging macro _NMLOG2() for logging device messagesThomas Haller2017-06-081-44/+53
* manager: fix preserving assume state during activationThomas Haller2017-06-081-45/+48
* core: allow assuming connections on "nm-owned" software devicesThomas Haller2017-06-081-3/+0
* device: only set nm-owned from statefile during initial setupThomas Haller2017-06-081-0/+3
* manager: restore the previous persistent nm-owned state of devicesBeniamino Galvani2017-06-071-1/+4
* config: allow persisting the device nm-owned stateBeniamino Galvani2017-06-071-1/+2
* device: rename priv->is_nm_owned to priv->nm_ownedBeniamino Galvani2017-06-071-1/+1
* core: minor refactoring condition in validate_activation_request()Thomas Haller2017-06-071-15/+11
* device: mark device as sys-iface-state=external when assuming connectionThomas Haller2017-06-051-2/+4
* device: when setting back a device to managed, update internal sys stateFrancesco Giudici2017-05-261-0/+2
* core: add configuration flag to choose slaves activation orderBeniamino Galvani2017-05-241-6/+20
* hostname: cache hostname-manager's hostname propertyThomas Haller2017-05-121-46/+21
* hostname: split out hostname management from NMSettingsThomas Haller2017-05-121-1/+4
* manager: avoid generating in memory connections during startup for managed de...Francesco Giudici2017-05-091-1/+2
* nm-manager: try assuming connections on managed devicesFrancesco Giudici2017-05-041-1/+5
* device: fix restricting Generic connection by interface-nameThomas Haller2017-04-261-9/+17
* device: assume matching connections during first startThomas Haller2017-04-201-24/+66
* config: remove unused NMConfig self argument from nm_config_device_state_*() APIThomas Haller2017-04-201-7/+3
* manager: set interface as removed when the link disappearsBeniamino Galvani2017-04-181-0/+1