summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: deprecate nm_utils_iface_valid_name()lr/ifname-validationLubomir Rintel2017-01-062-0/+3
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-0616-54/+65
* libnm-core: add nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-063-7/+39
* keyfile: merge branch 'th/keyfile-parsing-bgo776484'Thomas Haller2017-01-0511-207/+324
|\
| * keyfile: write also empty byte arrays to keyfilesThomas Haller2017-01-051-9/+13
| * keyfile: assert that write_array_of_uint() writes valid integer listThomas Haller2017-01-052-10/+21
| * keyfile: use nm_keyfile_plugin_kf_set_integer_list_uint8() helperThomas Haller2017-01-051-29/+10
| * keyfile: add nm_keyfile_plugin_kf_set_integer_list_uint8() helperThomas Haller2017-01-052-0/+30
| * keyfile: refactor parsing in get_bytes() to replace regexThomas Haller2017-01-051-64/+107
| * shared: move nm_utils_strbuf_*() helper to shared/nm-utilsThomas Haller2017-01-054-94/+98
| * keyfile/tests: add test for reading dcb connectionThomas Haller2017-01-053-0/+44
| * keyfile: fix memleak in keyfile reader's read_array_of_uint()Thomas Haller2017-01-051-1/+1
|/
* systemd: merge branch systemd into masterThomas Haller2017-01-0427-155/+434
|\
| * systemd: update code from upstreamThomas Haller2017-01-0425-155/+430
* | device: merge branch 'th/device-parent-bgo776719'Thomas Haller2017-01-0421-476/+536
|\ \
| * | device: drop unused hook nm_device_notify_new_device_added()Thomas Haller2017-01-043-31/+0
| * | device: move tracking of peer device from NMDeviceVeth to NMDeviceThomas Haller2017-01-041-48/+28
| * | device: move tracking of parent device from NMDeviceVxlan to NMDeviceThomas Haller2017-01-042-47/+19
| * | device: move tracking of parent device from NMDeviceVlan to NMDeviceThomas Haller2017-01-042-96/+65
| * | device: move tracking of parent device from NMDeviceMacvlan to NMDeviceThomas Haller2017-01-043-93/+49
| * | device: move tracking of parent device from NMDeviceIPTunnel to NMDeviceThomas Haller2017-01-043-34/+9
| * | device: track parent device in NMDeviceThomas Haller2017-01-043-0/+202
| * | device: only emit notify::ifindex when the value actually changesThomas Haller2017-01-041-2/+4
| * | device: cleanup setting of ip-ifaceThomas Haller2017-01-041-36/+70
| * | platform: use wrappers for if_nametoindex() and if_indextoname()Thomas Haller2017-01-042-8/+5
| * | platform: add wrappers for if_nametoindex() and if_indextoname()Thomas Haller2017-01-044-0/+44
| * | device: mark _nm_device_log_self_to_device() as unusedThomas Haller2017-01-041-1/+1
| * | trivial: rename reload_tun_properties() to update_properties()Thomas Haller2017-01-041-2/+2
| * | device: have realize_start_notify() call link_changed()Thomas Haller2017-01-048-60/+10
| * | device/ethernet: refactor loading s390 subchannels during realizeThomas Haller2017-01-041-14/+12
| * | device/vlan: update vlan properties when link changesThomas Haller2017-01-041-2/+11
| * | device: do nothing in NMDevice's link_changed() functionThomas Haller2017-01-042-8/+9
| * | device: make @pllink argument in link_changed() function constThomas Haller2017-01-047-18/+20
|/ /
* | wifi: merge refactor tracking of APsThomas Haller2017-01-044-78/+110
|\ \
| * | wifi: fix nm_wifi_ap_get_id() to parse the ID as guint64 from the exported pathThomas Haller2017-01-043-6/+16
| * | wifi: implement NM_DEVICE_WIFI_ACCESS_POINTS property getter via ap_list_get_...Thomas Haller2017-01-041-11/+8
| * | wifi: refactor getting sorted AP listThomas Haller2017-01-041-42/+68
| * | dns: fix memleak in _get_config_variant()Thomas Haller2017-01-041-21/+20
|/ /
* | libnm/docs: merge fix for generating API documentation fro enums (bgo#776848)Thomas Haller2017-01-043-186/+189
|\ \
| * | libnm: explicitly set enum values in public nm-dbus-interface.h headersThomas Haller2017-01-042-184/+184
| * | docs: fix handling enums without explicit numeric value in "tools/enums-to-do...Thomas Haller2017-01-041-2/+5
|/ /
* | nm-online: obtain NMClient asynchronouslyLubomir Rintel2017-01-041-90/+82
* | exported-object: merge extending counter for D-Bus paths to 64bitThomas Haller2017-01-0312-16/+20
|\ \
| * | exported-object: don't use "/0" for D-Bus paths but start with 1Thomas Haller2017-01-031-1/+1
| * | exported-object: don't clone class_export_path for counter cacheThomas Haller2017-01-031-1/+1
| * | exported-object: make export_path D-Bus counter 64 bitThomas Haller2017-01-032-6/+8
| * | exported-object: use NM_EXPORT_PATH_NUMBERED() macroThomas Haller2017-01-0310-10/+10
| * | exported-object: add NM_EXPORT_PATH_NUMBERED() macroThomas Haller2017-01-031-0/+2
|/ /
* | ifcfg-rh: merge branch 'th/ifcfg-shvar-line-bgo776467'Thomas Haller2017-01-022-221/+275
|\ \
| * | ifcfg-rh: refactor svOpenFile() to use nm_utils_fd_get_contents()Thomas Haller2017-01-021-68/+62