summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: ignore unmanaged devices for explicit activation request with multi-con...th/device-availabilityThomas Haller2018-10-171-2/+25
* device: add and use overrule-unmanaged flag for nm_device_check_connection_av...Thomas Haller2018-10-172-8/+15
* device: cleanup checking device avilability for ignoring carrierThomas Haller2018-10-171-7/+17
* core/trivial: add code comment for NMDeviceCheckDevAvailableFlags and NMDevic...Thomas Haller2018-10-171-0/+17
* core/trivial: add code comment for nm_manager_get_best_device_for_connection()Thomas Haller2018-10-171-1/+5
* core: fix checking multi-connect flag in nm_manager_get_best_device_for_conne...Thomas Haller2018-10-171-1/+4
* 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
* 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
|/