summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: add NMActivationStateFlags "master-has-slaves"th/activation-state-flags-rh1454883Thomas Haller2017-10-043-0/+13
* core: add NMActivationStateFlags "layer2-ready", "ip4-ready", and "ip6-ready"Thomas Haller2017-10-043-0/+42
* core: add NMActivationStateFlags "is-master" and "is-slave"Thomas Haller2017-10-042-0/+23
* libnm: add NMActivationStateFlagsThomas Haller2017-10-047-0/+122
* core: refactor setting applied-connection in NMActiveConnectionThomas Haller2017-10-041-7/+37
* shared: move utils NM_UTILS_ENUM2STR*, NM_UTILS_FLAGS2STR*, and nm_utils_to_s...Thomas Haller2017-10-044-147/+151
* core/utils: extend nm_utils_flags2str() for multi-value flags and name for zeroThomas Haller2017-10-041-3/+9
* core: minor cleanup of _NMLOG() macro in "src/nm-active-connection.c"Thomas Haller2017-10-041-4/+3
* libnm,keyfile: merge branch 'th/libnm-keyfile-route-metric'Thomas Haller2017-10-043-45/+57
|\
| * keyfile: fix reading/writing route metric zeroThomas Haller2017-10-043-14/+19
| * keyfile: cleanup error argument for read_field()Thomas Haller2017-10-041-25/+33
| * keyfile: minor cleanup in get_one_int() to use _nm_utils_ascii_str_to_int64()Thomas Haller2017-10-041-6/+5
|/
* contrib/scripts: fix coloring for platform messages in NM-log for old logsThomas Haller2017-10-031-1/+1
* libnm: update property in the manager after connectivity checkBeniamino Galvani2017-10-031-3/+17
* core: cleanup handling addr_family in NMDeviceThomas Haller2017-10-022-51/+71
* shared: add nm_utils_addr_family_to_char()Thomas Haller2017-10-021-0/+15
* core: minor cleanup in dhcp_schedule_restart()Thomas Haller2017-10-021-12/+14
* core: merge branch 'th/manager-cleanup'Thomas Haller2017-09-292-57/+92
|\
| * device: fix delay startup complete for unrealized devicesThomas Haller2017-09-291-1/+2
| * core: keep platform link object alive and don't copy itThomas Haller2017-09-292-16/+21
| * 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
|/
* core: merge branch 'bg/autoconnect-blocked-rh1310676'Beniamino Galvani2017-09-294-31/+40
|\
| * core: rename NM_SETTINGS_AUTO_CONNECT_BLOCKED_REASON_UNBLOCKED enumBeniamino Galvani2017-09-293-7/+7
| * core: unblock failed connections when the master is availableBeniamino Galvani2017-09-291-17/+24
| * core: make auto-connect-blocked-reason more specificBeniamino Galvani2017-09-294-8/+10
|/
* man: clearify plain text secrets in keyfileThomas Haller2017-09-282-6/+13
* core: merge branch 'th/device-manage-conf'Thomas Haller2017-09-284-6/+66
|\
| * device: add configuration option to mark devices as unmanagedThomas Haller2017-09-284-6/+66
| * man: fix example for device section in NetworkManager.conf's manualThomas Haller2017-09-281-1/+1
|/
* core: merge branch 'bg/parent-uuid'Beniamino Galvani2017-09-287-208/+77
|\
| * device: match all UUIDs when no connection is activeBeniamino Galvani2017-09-281-3/+4
| * device: deduplicate match_hwaddr()Beniamino Galvani2017-09-284-52/+33
| * device: deduplicate match_parent()Beniamino Galvani2017-09-286-156/+39
| * manager: ignore unmanaged devices when looking for parent by UUIDBeniamino Galvani2017-09-281-0/+4
|/
* libnl: merge branch 'th/libnm-ip-route-equals'Thomas Haller2017-09-276-50/+78
|\
| * libnm: add nm_ip_route_equal_full() functionThomas Haller2017-09-273-9/+29
| * libnm: don't skip routes in nm_setting_ip_config_add_route() that only differ...Thomas Haller2017-09-271-4/+12
| * libnm: make index variable i unsigned for iterating arrayThomas Haller2017-09-274-39/+39
|/
* contrib/rpm: enable "NetworkManager-wait-online.service" on package upgradeThomas Haller2017-09-271-0/+10
* nm-policy: use nm_g_hash_table_add() instead of g_hash_table_add()Beniamino Galvani2017-09-271-1/+1
* policy: watch active-connection state to detect autoconnect early failuresBeniamino Galvani2017-09-271-2/+72
* core: merge branch 'th/policy-routing-pt1-rh1436531'Thomas Haller2017-09-2627-342/+820
|\
| * libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-2615-39/+189
| * libnm,cli: add IP setting "route-table-sync"Thomas Haller2017-09-2612-0/+151
| * cli: show additional route attributes in IP4_CONFIG outputThomas Haller2017-09-261-42/+57
| * cli: refactor printing IP6 device infoThomas Haller2017-09-262-67/+124
| * libnm-core: sort attribute names for nm_ip_route_get_attribute_names()Thomas Haller2017-09-261-0/+1