summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * core/setting-wpan: add page and channel propertiesLubomir Rintel2018-10-074-3/+137
| * core/setting-wpan: fix some whitespace errorsLubomir Rintel2018-10-071-15/+15
| * contrib/checkpatch: remove the first character off a diffLubomir Rintel2018-10-071-1/+1
| * contrib/checkpatch: check some more whitespace troubleLubomir Rintel2018-10-071-1/+9
| * contrib/checkpatch: correctly separate indentation across hunksLubomir Rintel2018-10-071-6/+6
|/
* merge: branch 'bg/covscan'Beniamino Galvani2018-10-079-22/+49
|\
| * libnm-core: fix int comparisons in team settingThomas Haller2018-10-072-3/+30
| * libnm-core: remove unneeded comparisonsBeniamino Galvani2018-10-061-2/+2
| * shared/nm-utils: avoid a coverity warningBeniamino Galvani2018-10-061-1/+1
| * device: fix a wrong comparisonBeniamino Galvani2018-10-061-1/+1
| * dispatcher: fix shellcheck warningsBeniamino Galvani2018-10-061-2/+2
| * libnm-core: use g_variant_type_equal() to compare variant typesBeniamino Galvani2018-10-062-2/+2
| * libnm-core: fix coverity warningBeniamino Galvani2018-10-061-11/+11
|/
* systemd: merge branch systemd into masterThomas Haller2018-10-0536-435/+621
|\
| * systemd: update code from upstream (2018-10-04)Thomas Haller2018-10-0544-460/+645
* | systemd: comment out unused code in utf8.cThomas Haller2018-10-051-1/+11
* | dhcp6: fix an off-by-one error in dhcp6_option_parse_domainnameEvgeny Vereshchagin2018-10-051-1/+1
* | dhcp6: check option length before reading valuesYu Watanabe2018-10-053-7/+8