summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: assume ifname is present in _linktype_get_type()th/sysctl-ifname-race-bgo775613Thomas Haller2016-12-121-6/+10
* platform: avoid copying arguments for nmp_utils_ethtool_get_driver_info()Thomas Haller2016-12-125-36/+52
* platform: remove unused nmp_utils_device_exists() utilThomas Haller2016-12-122-18/+0
* platform: lookup ifname for ethtool/mii ioctl immediately before useThomas Haller2016-12-128-127/+177
* wifi: remove check for existing device in wifi_wext_is_wifi()Thomas Haller2016-12-121-2/+9
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-1218-34/+35
* platform/tests: add tests for nmp_utils_sysctl_open_netdir()Thomas Haller2016-12-121-0/+170
* platform/tests: use nmtstp_netns_select_random() utilThomas Haller2016-12-121-7/+2
* platform/tests: add nmtstp_netns_select_random() utilThomas Haller2016-12-122-0/+23
* core: use nmp_utils_sysctl_open_netdir() for platform master/slave optionsThomas Haller2016-12-122-38/+50
* core: use nmp_utils_sysctl_open_netdir() in platform link operationsThomas Haller2016-12-121-41/+22
* core: use nmp_utils_sysctl_open_netdir() to detect link-typeThomas Haller2016-12-123-54/+29
* core: use nmp_utils_sysctl_open_netdir() to read tun/tap sysctlThomas Haller2016-12-124-52/+35
* core: use nmp_utils_sysctl_open_netdir() to set infiniband sysctlThomas Haller2016-12-121-8/+5
* core: use nmp_utils_sysctl_open_netdir() to read infiniband sysctlThomas Haller2016-12-121-15/+8
* platform: implement sysctl access via relative path to sysctl_open_netdir()Thomas Haller2016-12-123-37/+97
* platform: add optional dirfd argument to sysctl functionsThomas Haller2016-12-1212-62/+110
* core: add nm_utils_file_get_contents() and nm_utils_fd_get_contents()Thomas Haller2016-12-122-6/+259
* platform: refactor nmp_utils_sysctl_open_netdir()Thomas Haller2016-12-123-45/+77
* platform: wifi: use nmp_utils_open_sysctl() to check if device is wifiKai-Heng Feng2016-12-123-11/+26
* platform: add a new function nmp_utils_open_sysctl()Kai-Heng Feng2016-12-122-0/+52
* shared: add NM_AUTO_PROTECT_ERRNOThomas Haller2016-12-121-0/+7
* logging: preserve errno in logging functionsThomas Haller2016-12-121-0/+5
* platform: preserve errno in nm_auto_pop_netnsThomas Haller2016-12-121-1/+5
* device/wwan: use nm_auto_close instead of gs_fd_closeThomas Haller2016-12-121-8/+8
* shared: add nm_auto_close and nm_auto_fcloseThomas Haller2016-12-121-0/+26
* platform: rename _assert_netns_current() to a ASSERT_NETNS_CURRENT()Thomas Haller2016-12-121-10/+6
* build: fix dependency of NetworkManager.ver for libnm-ppp-pluginThomas Haller2016-12-121-1/+2
* cli: implement 'networking' subcommand using nmc_do_cmd()Beniamino Galvani2016-12-092-74/+77
* device: fix activation_source_schedule() for rescheduling the same functionThomas Haller2016-12-081-1/+1
* proxy: stricter validate the proxy pac script in NMSettingProxyThomas Haller2016-12-061-7/+25
* ppp: merge branch 'bg/ppp-manager-split-bgo773482-squashed'Beniamino Galvani2016-12-0618-180/+565
|\
| * contrib/rpm: split PPP support into a separate packageBeniamino Galvani2016-12-061-4/+25
| * ppp: split ppp manager into a pluginBeniamino Galvani2016-12-0615-83/+408
| * core: factor out plugin validationBeniamino Galvani2016-12-062-11/+39
| * core: move plugin path reading function to nm-core-utils.cBeniamino Galvani2016-12-063-93/+104
|/
* contrib/travis: the test outputs are now logged more sanelyLubomir Rintel2016-12-051-1/+1
* contrib/rpm: mark the config packages noarchLubomir Rintel2016-12-051-0/+2
* core: merge branch 'bg/ip-order-rh1394500'Beniamino Galvani2016-12-057-99/+278
|\
| * platform: fix the order of addition of primary and secondary IPv4 addressesBeniamino Galvani2016-12-051-10/+151
| * ip6-config: sort addresses only when reading the property valueBeniamino Galvani2016-12-052-4/+7
| * ip6-config: add nm_ip6_config_set_privacy()Beniamino Galvani2016-12-054-10/+31
| * ip6-config: cache addresses variantsBeniamino Galvani2016-12-051-21/+38
| * ip4-config: sort addresses only when reading the property valueBeniamino Galvani2016-12-053-35/+6
| * ip4-config: cache addresses variantsBeniamino Galvani2016-12-051-18/+37
| * ip4-config: don't change order of addresses in the same subnetBeniamino Galvani2016-12-051-4/+11
|/
* cli: the 'networking' command needs a client and NM runningBeniamino Galvani2016-12-051-1/+1
* platform: increase initial buffer size of libnl's nl_recvmsg() to 32KThomas Haller2016-12-021-1/+1
* device: allow device reapply of a connection with differing connection.autoco...Thomas Haller2016-12-011-0/+1
* platform: don't use static temporary cache_idThomas Haller2016-12-013-12/+16