summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* modem: cleanup nm_modem_deactivate_async()th/no-gasyncresultThomas Haller2018-10-154-96/+69
* ppp: make ppp-manager cancellable via GCancellableThomas Haller2018-10-158-43/+49
* modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller2018-10-139-208/+188
* bluez: make connect operation (partially) cancellable and drop GAsyncResult p...Thomas Haller2018-10-135-115/+155
* shared: add nm_utils_invoke_on_idle() helperThomas Haller2018-10-132-0/+76
* libnm-core: expose internal _nm_dbus_typecheck_response() helperThomas Haller2018-10-132-26/+72
* 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
* platform/netlink: fix overrun in attribute iteration in nla_ok()Thomas Haller2018-10-101-1/+1
* cli: merge branch 'th/cli-drop-some-global'Thomas Haller2018-10-1013-190/+265
|\
| * cli: don't needlessly cast function pointer for rl_attempted_completion_functionThomas Haller2018-10-102-4/+4
| * cli: don't access global nm_cli variable from nmc_setting_set_property()Thomas Haller2018-10-103-23/+29
| * cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller2018-10-106-18/+26
| * cli: don't use global nm_cli in nmc_readline_*()Thomas Haller2018-10-106-135/+194
| * cli: don't pass complex info argument to active_connection_hint()Thomas Haller2018-10-101-10/+12
|/
* devices/olpc: correct the signal handler argumentsLubomir Rintel2018-10-091-1/+1
* cli: fix memory leakbg/issue51Beniamino Galvani2018-10-091-0/+4
* cli: fix cleanup after activation from editorBeniamino Galvani2018-10-091-4/+6
* libnm-core: fix other int comparisons in team settingBeniamino Galvani2018-10-081-7/+7
* merge: branch 'lr/wpan-channel'Lubomir Rintel2018-10-0712-27/+249
|\
| * cli: add support for wpan.page and wpan.channel propertieslr/wpan-channelLubomir Rintel2018-10-072-2/+32
| * devices/wpan: set channel on activationLubomir Rintel2018-10-071-0/+10
| * platform/wpan: allow setting channelLubomir Rintel2018-10-075-0/+40