summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: write the master device name even if the master property is an UUIDlr/ifcfg-device-rh1369008Lubomir Rintel2016-12-155-26/+82
* ifcfg-rh: add test case for remembering the unset valuesLubomir Rintel2016-12-151-0/+1
* ifcfg-rh: remember where the keys have been when we remove themLubomir Rintel2016-12-151-56/+81
* ifcfg-rh: merge branch 'fg/dhcp_hostname_bgo775622'Francesco Giudici2016-12-156-68/+113
|\
| * ifcfg-rh/tests: add ipv6 hostname legacy support read testfg/dhcp_hostname_bgo775622Francesco Giudici2016-12-143-0/+29
| * ifcfg-rh: add DHCPV6_HOSTNAME and DHCPV6_SEND_HOSTNAME varsFrancesco Giudici2016-12-143-6/+36
| * ifcfg-rh: write [IPV6_]PEERDNS and [IPV6_]PEERROUTES only when they are "no"Francesco Giudici2016-12-141-6/+8
| * ifcfg-rh: save/restore dhcp related properties also when ip method != DHCP/AUTOFrancesco Giudici2016-12-142-65/+49
| * trivial: fix indentationFrancesco Giudici2016-12-091-1/+1
* | platform/trivial: rename macro offset_plus_sizeof() to offsetofend()Thomas Haller2016-12-141-8/+8
* | build: allow specifying the python interpreter for buildingThomas Haller2016-12-143-3/+10
* | python: make test-secret-agent.py python3 readyThomas Haller2016-12-141-9/+8
* | tests: improve run-nm-test.sh to weak valgrind usageThomas Haller2016-12-141-29/+46
* | libnm/dns: fix memleak in demarshal_dns_configurationThomas Haller2016-12-141-0/+2
* | contrib/rpm: add note to NetworkManager.conf about rate-limiting in loggingThomas Haller2016-12-141-0/+4
* | cli: remove duplicate duplicate check on nmc->completeBeniamino Galvani2016-12-141-2/+0
* | manager: merge branch 'bg/manager-state-bgo776001'Beniamino Galvani2016-12-141-4/+1
|\ \
| * | manager: don't upgrade the state when connectivity check failsBeniamino Galvani2016-12-141-3/+1
| * | manager: don't update the manager state in get_property()Beniamino Galvani2016-12-141-1/+0
|/ /
* | libnm-core/utils: remove unused code from nm_utils_hwaddr_matches()Thomas Haller2016-12-131-2/+1
* | man: clarify NMSettingIPConfig:dns-options in documentationThomas Haller2016-12-131-1/+1
* | core: merge branch 'th/sysctl-ifname-race-bgo775613'Thomas Haller2016-12-1338-534/+1221
|\ \
| * | platform: assume ifname is present in _linktype_get_type()Thomas Haller2016-12-131-6/+10
| * | platform: avoid copying arguments for nmp_utils_ethtool_get_driver_info()Thomas Haller2016-12-135-36/+52
| * | platform: remove unused nmp_utils_device_exists() utilThomas Haller2016-12-132-18/+0
| * | platform: lookup ifname for ethtool/mii ioctl immediately before useThomas Haller2016-12-138-127/+177
| * | wifi: remove check for existing device in wifi_wext_is_wifi()Thomas Haller2016-12-131-2/+9
| * | all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-1318-34/+35
| * | platform/tests: add tests for nmp_utils_sysctl_open_netdir()Thomas Haller2016-12-131-0/+170
| * | platform/tests: use nmtstp_netns_select_random() utilThomas Haller2016-12-131-7/+2
| * | platform/tests: add nmtstp_netns_select_random() utilThomas Haller2016-12-132-0/+23
| * | core: use nmp_utils_sysctl_open_netdir() for platform master/slave optionsThomas Haller2016-12-132-38/+50
| * | core: use nmp_utils_sysctl_open_netdir() in platform link operationsThomas Haller2016-12-131-41/+22
| * | core: use nmp_utils_sysctl_open_netdir() to detect link-typeThomas Haller2016-12-133-54/+29
| * | core: use nmp_utils_sysctl_open_netdir() to read tun/tap sysctlThomas Haller2016-12-134-52/+35
| * | core: use nmp_utils_sysctl_open_netdir() to set infiniband sysctlThomas Haller2016-12-131-8/+5
| * | core: use nmp_utils_sysctl_open_netdir() to read infiniband sysctlThomas Haller2016-12-131-15/+8
| * | platform: implement sysctl access via relative path to sysctl_open_netdir()Thomas Haller2016-12-133-37/+97
| * | platform: add optional dirfd argument to sysctl functionsThomas Haller2016-12-1312-62/+110
| * | core: add nm_utils_file_get_contents() and nm_utils_fd_get_contents()Thomas Haller2016-12-132-6/+259
| * | platform: refactor nmp_utils_sysctl_open_netdir()Thomas Haller2016-12-133-45/+77
| * | platform: wifi: use nmp_utils_open_sysctl() to check if device is wifiKai-Heng Feng2016-12-133-11/+26
| * | platform: add a new function nmp_utils_open_sysctl()Kai-Heng Feng2016-12-132-0/+52
| * | shared: add NM_AUTO_PROTECT_ERRNOThomas Haller2016-12-131-0/+7
| * | logging: preserve errno in logging functionsThomas Haller2016-12-131-0/+5
| * | platform: preserve errno in nm_auto_pop_netnsThomas Haller2016-12-131-1/+5
| * | device/wwan: use nm_auto_close instead of gs_fd_closeThomas Haller2016-12-131-8/+8
| * | shared: add nm_auto_close and nm_auto_fcloseThomas Haller2016-12-131-0/+26
| * | platform: rename _assert_netns_current() to a ASSERT_NETNS_CURRENT()Thomas Haller2016-12-131-10/+6
|/ /
* | dns: merge branch 'bg/dns-dbus-bgo603321'Beniamino Galvani2016-12-1215-111/+1331
|\ \