summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: allow being called as ifup/ifdownlr/alternatives-twoLubomir Rintel2019-06-141-0/+19
* rpm: install alternative implementations of ifup/ifdownLubomir Rintel2019-06-141-1/+12
* build: only update config-extra.h if it changesLubomir Rintel2019-06-141-19/+19
* settings: merge branch 'th/various-settings-cleanup'Thomas Haller2019-06-1318-765/+933
|\
| * libnm: add _nm_connection_ensure_normalized() helperThomas Haller2019-06-132-0/+60
| * libnm: add nmtst_connection_assert_unchanging() helperThomas Haller2019-06-132-19/+65
| * settings: remove unused NMSettingsConnection.supports_secrets() functionThomas Haller2019-06-133-26/+0
| * settings: use _nm_utils_slist_to_strv() for NMSettings:unmanaged-specs proper...Thomas Haller2019-06-131-13/+6
| * settings,libnm: move is-adhoc-wpa check to libnmThomas Haller2019-06-133-34/+31
| * manager: cleanup freeing CList in NMManager's dispose()Thomas Haller2019-06-131-6/+6
| * auth-chain: track auth-chains in embedded CListThomas Haller2019-06-134-36/+66
| * settings,keyfile: move openconnect hack from settings to keyfile readerThomas Haller2019-06-132-47/+48
| * settings: in have_connection_for_device() first skip over irrelevant connecti...Thomas Haller2019-06-131-13/+9
| * settings/trivial: move code aroundThomas Haller2019-06-131-521/+535
| * settings: use nm_utils_g_slist_find_str() in update_specs()Thomas Haller2019-06-131-24/+15
| * settings: drop nm_settings_plugin_initialize() and initialize on demandThomas Haller2019-06-134-20/+18
| * settings: log settings plugin nameThomas Haller2019-06-131-4/+7
| * settings: don't remember path of setting pluginThomas Haller2019-06-131-14/+0
| * libnm: cleanup GSList/GPtrArray to/from strv conversionThomas Haller2019-06-132-23/+35
| * libnm: don't assert against %NULL string in nm_utils_is_uuid()Thomas Haller2019-06-131-2/+6
| * shared: add nm_g_variant_ref_sink() utilThomas Haller2019-06-131-0/+8
| * shared: add nm_c_list_elem_find_first() and minor cleanups of NMCListElem APIThomas Haller2019-06-131-15/+37
| * shared: add nm_utils_g_slist_find_str() utilThomas Haller2019-06-132-0/+33
|/
* src/tests: show exit status in test failure of test_nm_utils_kill_child()Thomas Haller2019-06-131-1/+6
* CONTRIBUTING: style updateThomas Haller2019-06-121-19/+18
* CONTRIBUTING: comment that all new contributions must be made under LGPL-2.0+...Thomas Haller2019-06-121-4/+9
* tui: add only some options to new bond connectionsBeniamino Galvani2019-06-112-6/+18
* libnm-core: change unsupported modes for arp_ip_targets bond optionBeniamino Galvani2019-06-111-0/+1
* cli: fix crash on autocompletionBeniamino Galvani2019-06-111-2/+3
* merge: branch 'bg/ipv6-disabled'Beniamino Galvani2019-06-1121-50/+172
|\
| * core: support creating ip6-config setting with disabled methodBeniamino Galvani2019-06-111-2/+28
| * ipv6: add 'disabled' methodBeniamino Galvani2019-06-1120-48/+144
|/
* device: reset cached route tables when starting new activationBeniamino Galvani2019-06-111-0/+3
* libnm: belatedly expose nm_ethtool_optname_is_feature() in libnmThomas Haller2019-06-113-3/+11
* man: update reference for reporting bugs in `man nmcli`Thomas Haller2019-06-111-2/+2
* cli: fix default value for team.runner-min-portsThomas Haller2019-06-111-1/+1
* libnm: add nm_setting_ethtool_get_optnames() functionThomas Haller2019-06-113-0/+39
* all: merge branch 'th/drop-emacs-file-variables'Thomas Haller2019-06-11777-974/+75
|\
| * all: drop empty first line from sourcesThomas Haller2019-06-1187-87/+0
| * all: drop vim file variables from source filesThomas Haller2019-06-1137-37/+0
| * all: drop emacs file variables from source filesThomas Haller2019-06-11775-775/+0
| * examples: use '\n' line endings in "examples/C/qt/add-connection-wired.cpp"Thomas Haller2019-06-111-76/+76
|/
* initrd/tests: increase test timeout for "initrd/test-cmdline-reader" with mesonThomas Haller2019-06-111-0/+1
* platform: merge branch 'th/platform-link-broadcast'Thomas Haller2019-06-1121-206/+313
|\
| * platform: avoid heap allocating string buffer for printing link flagsThomas Haller2019-06-113-15/+46
| * platform: handle IFLA_BROADCAST in platform cache for linksThomas Haller2019-06-117-67/+136
| * shared: add nmtst_get_rand_uint() helperThomas Haller2019-06-111-0/+7
| * tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-1113-123/+123
| * shared: use NM_MIN() in NM_CMP_FIELD_MEMCMP_LEN() macroThomas Haller2019-06-111-1/+1
|/
* dhcp: fallback to "internal" DHCP plugin if plugin does not support address f...Thomas Haller2019-06-113-28/+51