summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: if AF_INET6 is not available, don't warnlr/no-inet6-logLubomir Rintel2018-08-152-1/+5
* build: fix meson build with -Dppp=falseBeniamino Galvani2018-08-151-1/+3
* po: update Brazilian Portuguese translationRafael Fontenelle2018-08-151-3323/+4594
* device: cope with devices' failure to provide reason for incompatibilityLubomir Rintel2018-08-141-0/+1
* wifi: provide reasons for connection incompatibilityLubomir Rintel2018-08-141-7/+28
* iwd: improve error messagesLubomir Rintel2018-08-141-3/+3
* release: bump version to 1.13.3 (development)1.13.3-devThomas Haller2018-08-132-2/+2
* release: update NEWSThomas Haller2018-08-131-0/+3
* utils/test: don't assert on debug level messagesLubomir Rintel2018-08-111-2/+3
* merge: branch 'bg/wildcard-match-rh1555012'Beniamino Galvani2018-08-1128-91/+866
|\
| * device: support match.interface-nameBeniamino Galvani2018-08-113-4/+47
| * ifcfg-rh: add support for 'match' settingBeniamino Galvani2018-08-115-1/+140
| * all: add 'match' settingBeniamino Galvani2018-08-1114-0/+462
| * shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani2018-08-119-84/+108
| * libnm-core: remove wrong annotation in NMSettingIPConfigBeniamino Galvani2018-08-111-2/+0
| * shared: add space escape functionsBeniamino Galvani2018-08-113-0/+109
|/
* all/ethtool: merge branch 'th/ethtool-options-rh1335409-1'Thomas Haller2018-08-1096-1951/+5049
|\
| * all/ethtool: add support for all currently supported kernel featuresThomas Haller2018-08-106-49/+322
| * cli: hide ethtool options form `nmcli connection show "$PROFILE"` outputThomas Haller2018-08-101-0/+1
| * cli: add functionality to hide properties from outputThomas Haller2018-08-102-1/+17
| * device: implement setting ethtool offload featuresThomas Haller2018-08-101-0/+87
| * platform/ethtool: add code to get/set offload features via ethtoolThomas Haller2018-08-1010-26/+599
| * platform/mii: use SocketHandle also for nmp_utils_mii_supports_carrier_detect()Thomas Haller2018-08-101-16/+12
| * platform/ethtool: add SocketHandle to reuse socket for ethtool requestsThomas Haller2018-08-101-83/+131
| * platform/ethtool: split functions for ETHTOOL_GSTRINGSThomas Haller2018-08-101-33/+69
| * shared: add NM_DIV_ROUND_UP() helper macroThomas Haller2018-08-101-0/+8
| * libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller2018-08-1029-91/+1241
| * libnm: add generic-data for implementing NMSettingThomas Haller2018-08-105-96/+708
| * libnm: rework setting metadata for property handlingThomas Haller2018-08-1046-540/+810
| * libnm/keyfile: use NMMetaSettingInfo for indexing keyfile vtableThomas Haller2018-08-101-49/+63
| * shared: use binary search in nm_meta_setting_infos_by_name()Thomas Haller2018-08-102-12/+47
| * libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-1049-398/+344
| * cli: fix nmc_setting_get_valid_properties() to use setting metadataThomas Haller2018-08-101-18/+12
| * libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-1044-363/+315
| * libnm-core/trivial: move codeThomas Haller2018-08-101-36/+38
| * libnm: minor rework checking property flags in _nm_setting_to_dbus()Thomas Haller2018-08-101-15/+18
| * libnm: use nm_utils_hash_table_equal() in nm-setting-userThomas Haller2018-08-101-25/+2
| * shared: move nm_utils_ptrarray_find_binary_search() to shared utilsThomas Haller2018-08-106-98/+100
| * shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller2018-08-108-60/+99
| * shared: add nm_utils_hash_table_equal() utilThomas Haller2018-08-102-0/+69
| * cli: drop NMCTriStateValue for NMTernaryThomas Haller2018-08-103-16/+10
| * ifcfg-rh: refactor parsing in parse_ethtool_option() to not call helper funct...Thomas Haller2018-08-101-125/+110
| * ifcfg-rh: always reset ETHTOOL_WAKE_ON_LAN valueThomas Haller2018-08-101-5/+7
| * ifcfg-rh: split setting ETHTOOL_OPTS from write_wired_setting()Thomas Haller2018-08-103-12/+27
| * ifcfg-rh: cleanup write_wired_setting()Thomas Haller2018-08-101-44/+42
| * ifcfg-rh/tests: regenerate .cexpected files with NM_TEST_REGENERATE=1Thomas Haller2018-08-101-1/+2
| * keyfile: fix asserting for absolute base-dir in nm_keyfile_read()Thomas Haller2018-08-101-1/+1
| * build/meson: fix naming of shared_nm_meta_setting_c variableThomas Haller2018-08-103-3/+3
| * platform/tests: increase wait timeout in test_cleanup_internal()Thomas Haller2018-08-101-1/+1
|/
* cli: remove assertion in nmc_device_state_to_color()Beniamino Galvani2018-08-101-1/+1