summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: gracefully handle unmanaged device during _device_activate()th/device-activation-fix-rh1537160Thomas Haller2018-02-061-1/+12
* device: don't return value from _device_activate()Thomas Haller2018-02-051-11/+10
* device: clear priv->queued_act_request before setting stateThomas Haller2018-02-051-2/+4
* device: minor cleanup unqueuing queued_act_requestThomas Haller2018-02-051-9/+7
* core: transit to DISCONNECTING state for NMActiveConnectionThomas Haller2018-02-052-9/+9
* manager: use nm_active_connection_set_state_fail() instead of _internal_activ...Thomas Haller2018-02-051-23/+10
* core: add nm_active_connection_set_state_fail() helperThomas Haller2018-02-052-0/+34
* manager: abort activation if the device is still unmanagedThomas Haller2018-02-051-1/+12
* manager: reorder adding active-connection and queueing activationThomas Haller2018-02-051-15/+15
* manager: refactor active_connection_parent_active() to return-earlyThomas Haller2018-02-051-15/+19
* manager: reorder conditions in unmanaged_to_disconnected() to check cheaper c...Thomas Haller2018-02-051-2/+2
* core/trivial: add comment in set_property() for construct-only propertiesThomas Haller2018-02-051-0/+2
* core/trivial: add FIXME comment about uncancellable async actionThomas Haller2018-02-051-0/+3
* manager: use cleanup functions for impl_manager_activate_connection()Thomas Haller2018-02-051-11/+8
* ovs: fix compiler error for passing NMDevice pointer to NM_DEVICE_OVS_INTERFA...Thomas Haller2018-02-051-1/+1
* build: fix configure check for CC support of _Generic() and __auto_typeThomas Haller2018-02-051-4/+4
* ovs-interface: avoid starting ip[46] configuration more than onceLubomir Rintel2018-02-051-3/+21
* po: update Polish (pl) translation (bgo #792436)Piotr Drąg2018-02-051-712/+923
* nmcli: fix signal handlingLubomir Rintel2018-01-241-8/+10
* nmcli/agent: fix handling of polkit agent failureLubomir Rintel2018-01-241-1/+7
* shared/utils: don't warn of unknown warning disables with clangLubomir Rintel2018-01-241-0/+1
* wifi/iwd: fix compiler warning about uninitialized variable with cleanup attr...Thomas Haller2018-01-241-2/+1
* trivial: avoid XXX tag and replace by NOTE or FIXMEThomas Haller2018-01-2311-14/+15
* all: merge branch 'th/version-macros'Thomas Haller2018-01-2312-18/+36
|\
| * version: add reminder comment for adding version macros to configure.acThomas Haller2018-01-232-0/+9
| * version: rename macro NM_VERSION_CUR_STABLE to NM_API_VERSIONThomas Haller2018-01-233-11/+21
| * version: calculate NM_VERSION_CUR_STABLE based on the version numbersThomas Haller2018-01-231-1/+4
| * version: drop NM_VERSION_MAX_ALLOWED defines for internal buildThomas Haller2018-01-236-7/+1
| * version: combine NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller2018-01-239-12/+14
| * config: fix using the right nm-version for the match specificationThomas Haller2018-01-231-1/+1
|/
* cli: merge branch 'fg/team_link_watchers_overwrite-rh1533926'Francesco Giudici2018-01-221-2/+4
|\
| * doc: fix describe message for team link watchersFrancesco Giudici2018-01-221-2/+2
| * nmcli: clear link-watchers before adding the new ones we want to setFrancesco Giudici2018-01-221-0/+2
|/
* libnm-core: ensure alignment of team.config and other team propertiesFrancesco Giudici2018-01-221-1/+3
* wifi/iwd: merge branch 'pr/60'Thomas Haller2018-01-221-47/+84
|\
| * iwd: Wait for disconnect to finishAndrew Zaborowski2018-01-221-0/+19
| * iwd: Initialize priv->scanning when DBus interface appearsAndrew Zaborowski2018-01-221-0/+4
| * iwd: use connection.auth-retries to handle authentication retriesAndrew Zaborowski2018-01-221-42/+2
| * iwd: Implement deactivate_asyncAndrew Zaborowski2018-01-221-0/+49
| * iwd: Improve Device.State property change handlingAndrew Zaborowski2018-01-221-5/+10
|/
* wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports themBeniamino Galvani2018-01-226-59/+68
* tests: fix test setup after requiring glib 2.40Thomas Haller2018-01-221-4/+0
* device: skip IP configuration phase for external devicesBeniamino Galvani2018-01-191-0/+12
* device: increase carrier wait time to 6 secondsBeniamino Galvani2018-01-181-1/+1
* connection: treat connection type's ability to have slaves uniformlyLubomir Rintel2018-01-183-7/+15
* ifcfg: don't forget master of ovs interfacesLubomir Rintel2018-01-182-0/+23
* ifcfg-rh/trivial: fix cosmetic issuesLubomir Rintel2018-01-181-5/+5
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-1840-563/+26
* all: require jansson 2.5Lubomir Rintel2018-01-183-32/+2
* libnm: fix empty statements that were supposed to return NULLPavel Šimerda2018-01-171-3/+3