summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: show better logging message when setting MTU failsth/device-mtu-rh1414901Thomas Haller2017-10-231-3/+22
* platform: log result also for EEXIST in sysctl_set()Thomas Haller2017-10-231-3/+5
* platform: return platform error code from nm_platform_link_set_mtu()Thomas Haller2017-10-235-10/+10
* platform: suppress logging error on failure to set MTUThomas Haller2017-10-231-2/+11
* core: add nm_utils_sysctl_ip_conf_is_path() utilThomas Haller2017-10-233-1/+80
* core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller2017-10-236-71/+46
* core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller2017-10-236-32/+59
* platform: merge do_change_link_request() into do_change_link()Thomas Haller2017-10-231-30/+26
* platform: merge do_change_link_result() into do_change_link()Thomas Haller2017-10-231-18/+8
* platform: move evaluating the result of set_address to do_change_link_result()Thomas Haller2017-10-231-37/+41
* platform: downgrade warning about failure to set MTUThomas Haller2017-10-233-10/+23
* device: reset MTU when slave's MTU changesThomas Haller2017-10-231-0/+8
* device: reset MTU when VLAN's parent device changes MTUThomas Haller2017-10-233-3/+39
* device: set MTU property of device in new _set_mtu() functionThomas Haller2017-10-231-18/+19
* platform: fix return value for nm_platform_sysctl_set()Thomas Haller2017-10-231-1/+2
* libnm: reject colon in nm_utils_is_valid_iface_name()Thomas Haller2017-10-231-13/+19
* build: disable lcov version checkBeniamino Galvani2017-10-201-24/+2
* manager: fix evaluation of manager stateBeniamino Galvani2017-10-201-1/+1
* merge: branch 'bg/close-rh1451236'Beniamino Galvani2017-10-1912-41/+76
|\
| * core: add option to pass ownership of file descriptor to nm_utils_fd_get_cont...Thomas Haller2017-10-193-7/+18
| * shared: add nm_steal_fd() helper functionThomas Haller2017-10-191-0/+13
| * core: use nm_close()Beniamino Galvani2017-10-199-33/+24
| * shared: introduce nm_close()Beniamino Galvani2017-10-191-1/+21
|/
* libnm-core: normalize "tx_hash" when comparing team configBeniamino Galvani2017-10-192-0/+27
* build: create clients/common/ when building libnmc_base libraryBeniamino Galvani2017-10-191-1/+1
* core: don't close input fd in nm_utils_fd_get_contents()Beniamino Galvani2017-10-191-1/+8
* ifcfg-rh: limit reading GATEWAY_PING_TIMEOUT to 600 secondsThomas Haller2017-10-181-2/+6
* dhcp: include "nm-dhcp-manager.h" in "nm-dhcp-listener.c"Thomas Haller2017-10-181-0/+1
* systemd: re-merge branch 'systemd'Thomas Haller2017-10-180-0/+0
|\
| * systemd: update code from upstream (2017-10-11)Thomas Haller2017-10-183-0/+0
* | all: merge branch 'th/hash'Thomas Haller2017-10-1865-1020/+1370
|\ \
| * | platform: don't hash the compare type in nm_platform_ip4_route_hash_update()Thomas Haller2017-10-181-8/+0
| * | core: refactor hashing to use reduce calls to siphash24_compress()Thomas Haller2017-10-184-233/+289
| * | all: extend hash functions with an NMHashState argumentThomas Haller2017-10-188-513/+412
| * | all: add helper functions for nm_hash_update*()Thomas Haller2017-10-1810-259/+425
| * | all: use siphash24 for hashingThomas Haller2017-10-1810-251/+146
| * | core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-1843-76/+93
| * | all: refactor hashing by introducing NMHashStateThomas Haller2017-10-1811-360/+558
| * | shared: split random and hash utilsThomas Haller2017-10-1712-188/+300
| * | test: add gdbus leak to valgrind.suppressionsThomas Haller2017-10-171-3/+1
| * | shared: add _NM_ENSURE_TYPE() macroThomas Haller2017-10-171-0/+12
| * | shared: add _nm_align() and _nm_alignof() macrosThomas Haller2017-10-171-5/+8
| * | platform: fix comparing parent_ifindex in nm_platform_lnk_macsec_cmp()Thomas Haller2017-10-171-0/+2
|/ /
* | clients: merge branch 'bg/tui-activation-rh1500651'Beniamino Galvani2017-10-168-385/+384
|\ \
| * | tui: fix memory leakbg/tui-activation-rh1500651Beniamino Galvani2017-10-161-0/+2
| * | tui: improve tracking of activation stateBeniamino Galvani2017-10-161-21/+53
| * | clients: move get_effective_activation_state() to nm-clients-utils.cBeniamino Galvani2017-10-163-69/+79
| * | build: move nm-client-utils.c to libnmc-base.aBeniamino Galvani2017-10-166-297/+234
| * | cli: split evaluation of activation stateBeniamino Galvani2017-10-161-41/+59
|/ /
* | tui: add group-forward-mask property to bridge pageBeniamino Galvani2017-10-131-0/+6