summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-27all: point git references to the GitLab instanceLubomir Rintel5-12/+7
2018-08-27systemd: merge branch systemd into masterThomas Haller74-353/+1515
2018-08-26wifi: don't use :1 bitfield for gboolean typeThomas Haller1-1/+1
2018-08-26systemd: update code from upstream (2018-08-26)Thomas Haller68-334/+1494
2018-08-23vpn-service-plugin: cancel the connect timer on has_ipv4=has_ipv6=falseLubomir Rintel1-0/+4
2018-08-22wifi: merge branch 'th/wifi-gbytes-ssid'Thomas Haller27-340/+662
2018-08-22wifi: refactor nm_wifi_ap_set_ssid() to accept GBytesThomas Haller4-34/+72
2018-08-22wifi: don't use GBytesArray for NMWifiAP's ssidThomas Haller11-152/+179
2018-08-22wifi: don't ignore trailing NUL byte when comparing SSIDThomas Haller1-1/+1
2018-08-22shared: add nm_utils_buf_utf8safe_escape() utilThomas Haller3-73/+345
2018-08-22wifi: use GBytes for ssids scan listThomas Haller3-34/+27
2018-08-22device: avoid intermediary GByteArray when creating DUID GBytesThomas Haller1-13/+13
2018-08-22dhcp/trivial: add fixme comments to nm_dhcp_dhclient_unescape_duid()Thomas Haller1-0/+7
2018-08-22all: avoid useless cast of g_free() to GDestroyNotifyThomas Haller5-7/+7
2018-08-22wifi: use GBytes instead of GBytesArray for tracking blobs in supplicantThomas Haller2-15/+6
2018-08-22wifi/olpc: fix setting SSID for OLPC mesh in complete_connection()Thomas Haller1-5/+4
2018-08-22platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()Thomas Haller2-8/+0
2018-08-22libnm: replace _nm_utils_bytes_to_dbus() with nm_utils_gbytes_get_variant_ay()Thomas Haller3-19/+1
2018-08-22shared: add nm_utils_gbytes_to_variant_ay() utilThomas Haller2-0/+21
2018-08-21po: update German translationChristian K1-2354/+3112
2018-08-20po: fix a typo in fr translationLubomir Rintel1-1/+1
2018-08-20platform: if AF_INET6 is not available, don't warnLubomir Rintel2-1/+5
2018-08-19ip4-config: fix a typoLubomir Rintel6-6/+6
2018-08-19po/ja: translations from the Red Hat translatorsLubomir Rintel1-2308/+2586
2018-08-15build: fix meson build with -Dppp=falseBeniamino Galvani1-1/+3
2018-08-15po: update Brazilian Portuguese translationRafael Fontenelle1-3323/+4594
2018-08-14device: cope with devices' failure to provide reason for incompatibilityLubomir Rintel1-0/+1
2018-08-14wifi: provide reasons for connection incompatibilityLubomir Rintel1-7/+28
2018-08-14iwd: improve error messagesLubomir Rintel1-3/+3
2018-08-13release: bump version to 1.13.3 (development)Thomas Haller2-2/+2
2018-08-13release: update NEWSThomas Haller1-0/+3
2018-08-11utils/test: don't assert on debug level messagesLubomir Rintel1-2/+3
2018-08-11merge: branch 'bg/wildcard-match-rh1555012'Beniamino Galvani28-91/+866
2018-08-11device: support match.interface-nameBeniamino Galvani3-4/+47
2018-08-11ifcfg-rh: add support for 'match' settingBeniamino Galvani5-1/+140
2018-08-11all: add 'match' settingBeniamino Galvani14-0/+462
2018-08-11shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani9-84/+108
2018-08-11libnm-core: remove wrong annotation in NMSettingIPConfigBeniamino Galvani1-2/+0
2018-08-11shared: add space escape functionsBeniamino Galvani3-0/+109
2018-08-10all/ethtool: merge branch 'th/ethtool-options-rh1335409-1'Thomas Haller96-1951/+5049
2018-08-10all/ethtool: add support for all currently supported kernel featuresThomas Haller6-49/+322
2018-08-10cli: hide ethtool options form `nmcli connection show "$PROFILE"` outputThomas Haller1-0/+1
2018-08-10cli: add functionality to hide properties from outputThomas Haller2-1/+17
2018-08-10device: implement setting ethtool offload featuresThomas Haller1-0/+87
2018-08-10platform/ethtool: add code to get/set offload features via ethtoolThomas Haller10-26/+599
2018-08-10platform/mii: use SocketHandle also for nmp_utils_mii_supports_carrier_detect()Thomas Haller1-16/+12
2018-08-10platform/ethtool: add SocketHandle to reuse socket for ethtool requestsThomas Haller1-83/+131
2018-08-10platform/ethtool: split functions for ETHTOOL_GSTRINGSThomas Haller1-33/+69
2018-08-10shared: add NM_DIV_ROUND_UP() helper macroThomas Haller1-0/+8
2018-08-10libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller29-91/+1241