summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* keyfile: assert that write_array_of_uint() writes valid integer listth/keyfile-parsing-bgo776484Thomas Haller2017-01-042-10/+21
* keyfile: use nm_keyfile_plugin_kf_set_integer_list_uint8() helperThomas Haller2017-01-041-29/+10
* keyfile: add nm_keyfile_plugin_kf_set_integer_list_uint8() helperThomas Haller2017-01-042-0/+30
* keyfile: refactor parsing in get_bytes() to replace regexThomas Haller2017-01-041-57/+101
* shared: move nm_utils_strbuf_*() helper to shared/nm-utilsThomas Haller2017-01-044-94/+98
* keyfile/tests: add test for reading dcb connectionThomas Haller2017-01-043-0/+44
* keyfile: fix memleak in keyfile reader's read_array_of_uint()Thomas Haller2017-01-041-1/+1
* 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
| * ifcfg-rh: add assertions for handling lines in "shvar.c"Thomas Haller2017-01-021-0/+47
| * ifcfg-rh: refactor handling of lines in shvar.cThomas Haller2017-01-021-115/+126
| * ifcfg-rh: refactor searching and replacing shvarLine in svhar.cThomas Haller2017-01-011-86/+76
| * shared: add nm_str_skip_leading_spaces() macroThomas Haller2016-12-251-0/+12
|/
* manager: better handle failures in AddAndActivateConnectionBeniamino Galvani2016-12-231-1/+2
* policy: don't apply DNS configuration for non-active devicesBeniamino Galvani2016-12-211-1/+1
* wifi: don't request new PSK for locally-generated WLAN_REASON_DISASSOC_DUE_TO...Dan Williams2016-12-201-1/+11