summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: fix autocompletion for connection commandsbg/completion-fixes-rh1588952Beniamino Galvani2018-08-241-10/+10
* cli: autocomplete connection type even if it has an aliasBeniamino Galvani2018-08-241-5/+3
* cli: fix connection type completion on connection addBeniamino Galvani2018-08-241-7/+27
* po: update German translationChristian K2018-08-211-2354/+3112
* po: fix a typo in fr translationLubomir Rintel2018-08-201-1/+1
* platform: if AF_INET6 is not available, don't warnLubomir Rintel2018-08-202-1/+5
* ip4-config: fix a typoLubomir Rintel2018-08-196-6/+6
* po/ja: translations from the Red Hat translatorsLubomir Rintel2018-08-191-2308/+2586
* 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