summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm: add nm_utils_version() function to query libnm version at runtimeThomas Haller2016-12-203-0/+21
* libnm: add public macro NM_VERSION for the current build-time version of libnmThomas Haller2016-12-202-0/+3
* core: merge branch 'th/cancel-get-secrets-bgo776168'Thomas Haller2016-12-206-43/+162
|\
| * ethernet: cancel get-secrets request in ethernet deviceThomas Haller2016-12-201-20/+66
| * wifi: cancel get-secrets request in wifi deviceThomas Haller2016-12-201-20/+62
| * act-request: allow omitting the @self argument in nm_act_request_cancel_secre...Thomas Haller2016-12-206-6/+37
| * act-request: use NULL return value instead of "0"Thomas Haller2016-12-201-1/+1
|/