summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli/tests: add test for adding and displaying gsm/serial settingsth/cli-fix-serial-propertiesThomas Haller2018-10-173-1997/+2737
* tests: support UInt64 type in test-networkmanager-service.pyThomas Haller2018-10-171-3/+6
* cli: minor cleanup of _set_fcn_gobject_enum()Thomas Haller2018-10-171-5/+6
* cli: fix setting "serial.parity" enumThomas Haller2018-10-171-1/+0
* cli: fix handling uint64 connection property "serial.send-delay"Thomas Haller2018-10-172-60/+104
* shared: add _nm_utils_ascii_str_to_uint64() helperThomas Haller2018-10-172-1/+46
* core: merge branch 'th/no-gasyncresult'Thomas Haller2018-10-1725-469/+590
|\
| * modem: cleanup nm_modem_deactivate_async()Thomas Haller2018-10-174-96/+69
| * ppp: make ppp-manager cancellable via GCancellableThomas Haller2018-10-178-43/+49
| * modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller2018-10-179-208/+188
| * bluez: make connect operation (partially) cancellable and drop GAsyncResult p...Thomas Haller2018-10-175-115/+155
| * shared: add nm_utils_invoke_on_idle() helperThomas Haller2018-10-172-0/+76
| * libnm-core: expose internal _nm_dbus_typecheck_response() helperThomas Haller2018-10-172-26/+72
|/
* core: improve selection of device when activating profile on any deviceThomas Haller2018-10-171-4/+85
* po: update from Red Hat translatorsLubomir Rintel2018-10-169-17945/+20876
* dhcp: merge branch 'bg/dhcp-failed-rh1625901'Beniamino Galvani2018-10-153-50/+51
|\
| * dhcp: don't start grace period if the client is not runningBeniamino Galvani2018-10-151-33/+31
| * dhcp: introduce terminated dhcp-stateBeniamino Galvani2018-10-153-14/+12
| * dhcp: reset @was_active on cleanupBeniamino Galvani2018-10-151-0/+2
| * dhcp: log whether the client was activeBeniamino Galvani2018-10-151-4/+6
| * dhcp6: fix handling of failure eventsBeniamino Galvani2018-10-151-7/+8
|/
* ndisc: merge branch 'th/ndisc-addr-lifetime'Thomas Haller2018-10-137-88/+163
|\
| * ndisc: don't update dad_counter for addresses in router configThomas Haller2018-10-131-3/+1
| * ndisc: fix updating address lifetime on Router Announcement according to RFC4862Thomas Haller2018-10-135-14/+64
| * ndisc: handle integer overflows better for lifetime handlingThomas Haller2018-10-132-59/+56
| * ndisc: minor refactoring loop in nm_ndisc_add_address()Thomas Haller2018-10-131-11/+18
| * ndisc: only generate address interface identifer after checking existing prefixThomas Haller2018-10-132-22/+43
| * ndisc: ensure we skip unspecified IPv6 address in ndisc_set_router_config()Thomas Haller2018-10-131-1/+2
| * ndisc: ignore addresses with preferred lifetime larger than lifetimeThomas Haller2018-10-132-4/+5
|/
* all: remove \n endings from log callsLubomir Rintel2018-10-127-40/+40
* devices/olpc: don't assert we're waiting for companion on device_added_cb()Lubomir Rintel2018-10-121-1/+1
* systemd: don't make NetworkManager D-Bus activatableMichael Biebl2018-10-125-28/+7
* wwan: don't assume DNS info is always available for IPv6Thomas Haller2018-10-121-1/+1
* cli: check we have an active connection before showing hintbg/fix-hint-assertionBeniamino Galvani2018-10-111-0/+3
* wifi/iwd: merge branch 'balrog-kun/iwd-ap-adhoc'Thomas Haller2018-10-113-279/+714
|\
| * wifi/iwd: use KnownNetwork DBus properties on Network objectsAndrew Zaborowski2018-10-111-14/+35
| * wifi/iwd: always update can_connect in state_changedAndrew Zaborowski2018-10-111-5/+7
| * wifi/iwd: add Ad-hoc mode supportAndrew Zaborowski2018-10-111-41/+96
| * wifi/iwd: add AP mode supportAndrew Zaborowski2018-10-111-194/+511
| * wifi/iwd: use nm_utils_error_is_cancelled consistentlyAndrew Zaborowski2018-10-111-4/+5
| * wifi/iwd: free variants returned by g_dbus_proxy_call_finishAndrew Zaborowski2018-10-111-16/+25
| * wifi: skip nm_platform_wifi_get_capabilities/get_mode for IWD backendAndrew Zaborowski2018-10-113-23/+27
| * wifi/iwd: set capabilities property based on IWD supportAndrew Zaborowski2018-10-111-30/+56
|/
* ndisc: merge branch 'th/ndisc-fixes'Thomas Haller2018-10-112-79/+99
|\
| * ndisc: always emit changed signal if an ndisc parameter changesThomas Haller2018-10-111-23/+37
| * ndisc/trivial: move codeThomas Haller2018-10-111-51/+53
| * ndisc: abort handling IO in event_ready() if we are unable to switch namespaceThomas Haller2018-10-111-2/+5
| * ndisc: keep NMNDisc instance alive while processing IO in event_ready()Thomas Haller2018-10-111-0/+1
| * ndisc: first reschedule timeout before invoking change event in check_timesta...Thomas Haller2018-10-111-3/+3
|/
* keyfile/tests: drop unused variablesThomas Haller2018-10-101-2/+0