summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: cleanup handling master/slave relationships in NMDeviceth/device-master-slave-bgo759027Thomas Haller2015-12-054-89/+118
* device: implement slave property in parent device classThomas Haller2015-12-058-161/+38
* merge: branch 'lr/nmcli-monitor-rh1034158'Lubomir Rintel2015-12-0515-224/+612
|\
| * cli: add nmcli monitorlr/nmcli-monitor-rh1034158Lubomir Rintel2015-12-058-3/+131
| * cli,connections: add connection monitorLubomir Rintel2015-12-052-2/+127
| * cli,devices: add device monitorLubomir Rintel2015-12-053-7/+130
| * cli,devices: factor out parsing of the interface listLubomir Rintel2015-12-051-109/+63
| * cli,devices: factor out device_state_to_color()Lubomir Rintel2015-12-051-8/+20
| * cli: turn should_wait into a semaphoreLubomir Rintel2015-12-056-30/+20
| * libnm,device: don't notify of property change when getting vendor & product f...Lubomir Rintel2015-12-051-10/+15
| * libnm,nm-object: only send "notify" signal when the object property actually ...Lubomir Rintel2015-12-051-25/+65
| * cli: move the decision whether to use colors to nmc_colorize()Lubomir Rintel2015-12-053-32/+43
|/
* core: strip trailing dot from domain search listBeniamino Galvani2015-12-054-10/+84
* core: merge branch 'th/device-master-slave-bgo759027' (part 1)Thomas Haller2015-12-046-51/+41
|\
| * device: don't return error from release_slave()Thomas Haller2015-12-045-22/+11
| * device/trivial: rename master related function of nm-deviceThomas Haller2015-12-041-12/+11
| * device/trivial: rename fields to have unique namesThomas Haller2015-12-041-16/+16
| * utils: save duplicate lookup of path in nm_utils_g_value_set_object_path_array()Thomas Haller2015-12-041-2/+4
|/
* policy: add a friendly warningLubomir Rintel2015-12-041-1/+5
* core: subscribe recheck_assume_connection() early when adding deviceThomas Haller2015-12-041-11/+18
* utils: assert for valid flags description in nm_utils_flags2str()Thomas Haller2015-12-041-0/+13
* macros: fix nm_utils_is_power_of_two() for const argumentsThomas Haller2015-12-041-1/+1
* platform: use NM_UTILS_FLAGS2STR_DEFINE() macroThomas Haller2015-12-041-42/+32
* utils: add NM_UTILS_FLAGS2STR_DEFINE() macroThomas Haller2015-12-041-0/+15
* core: merge branch 'lr/default-unmanaged-bgo746566' (part 3)Thomas Haller2015-12-047-107/+113
|\
| * device: expose nm_device_set_autoconnect() functionThomas Haller2015-12-045-4/+5
| * device: return the unmanaged flags from nm_device_get_unmanaged_flags()Thomas Haller2015-12-042-6/+7
| * core/trivial: rename functionsThomas Haller2015-12-045-77/+77
| * core/trivial: move codeThomas Haller2015-12-042-16/+18
| * device: reorder unmanaged-flagsThomas Haller2015-12-041-12/+14
|/
* manager: fix clearing weak-ref in platform_link_added()Thomas Haller2015-12-041-25/+28
* core: merge branch 'dcbw/devices-for-all'Thomas Haller2015-12-0444-605/+1832
|\
| * core: allow multiple devices with the same interface namedcbw/devices-for-allDan Williams2015-12-045-122/+191
| * libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-12-0411-41/+387
| * test: some refactoring of test-networkmanager-service.pyThomas Haller2015-12-041-46/+43
| * api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-12-044-13/+104
| * core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-0419-29/+125
| * core: create devices first and realize them laterDan Williams2015-12-0413-277/+354
| * ip-tunnel: don't update_properties() during update_connection()/check_connect...Thomas Haller2015-12-041-4/+0
| * ip-tunnel: let update_properties_from_ifindex() clear properties on failureThomas Haller2015-12-041-4/+5
| * ip-tunnel: refactor update_properties in NMDeviceIPTunnelThomas Haller2015-12-041-26/+40
| * core: add class function for device unrealizationDan Williams2015-12-047-9/+217
| * libnm-glib/libnm: add support for "real" NMDevice propertyDan Williams2015-12-046-0/+89
| * core: add "real" NMDevice propertyDan Williams2015-12-044-6/+74
| * device: let NM_DEVICE_MASTER be equal to nm_device_get_master()Thomas Haller2015-12-041-1/+1
| * utils: construct paths array directly in nm_utils_g_value_set_object_path_arr...Thomas Haller2015-12-041-7/+8
| * utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-12-046-7/+27
| * device: split new_device_added() out of component_added()Thomas Haller2015-12-044-32/+55
| * libnm-glib: queue added/removed signals and suppress uninitialized notificationsLubomir Rintel2015-12-041-50/+181
|/
* device: fix disconnecting slave-device when master gets deletedThomas Haller2015-12-041-12/+7