summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: use delegation instead of inheritance for NMSettingsConnection and ...th/settings-connection-delegateThomas Haller2018-08-226-138/+122
* device: refactor setting parent in device's update_connection()Thomas Haller2018-08-227-104/+63
* wifi: merge branch 'th/wifi-gbytes-ssid'Thomas Haller2018-08-2227-340/+662
|\
| * wifi: refactor nm_wifi_ap_set_ssid() to accept GBytesThomas Haller2018-08-224-34/+72
| * wifi: don't use GBytesArray for NMWifiAP's ssidThomas Haller2018-08-2211-152/+179
| * wifi: don't ignore trailing NUL byte when comparing SSIDThomas Haller2018-08-221-1/+1
| * shared: add nm_utils_buf_utf8safe_escape() utilThomas Haller2018-08-223-73/+345
| * wifi: use GBytes for ssids scan listThomas Haller2018-08-223-34/+27
| * device: avoid intermediary GByteArray when creating DUID GBytesThomas Haller2018-08-221-13/+13
| * dhcp/trivial: add fixme comments to nm_dhcp_dhclient_unescape_duid()Thomas Haller2018-08-221-0/+7
| * all: avoid useless cast of g_free() to GDestroyNotifyThomas Haller2018-08-225-7/+7
| * wifi: use GBytes instead of GBytesArray for tracking blobs in supplicantThomas Haller2018-08-222-15/+6
| * wifi/olpc: fix setting SSID for OLPC mesh in complete_connection()Thomas Haller2018-08-221-5/+4
| * platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()Thomas Haller2018-08-222-8/+0
| * libnm: replace _nm_utils_bytes_to_dbus() with nm_utils_gbytes_get_variant_ay()Thomas Haller2018-08-223-19/+1
| * shared: add nm_utils_gbytes_to_variant_ay() utilThomas Haller2018-08-222-0/+21
|/
* 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