summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: create virtual device on settings changes in idle handler"bg/rh1804350Beniamino Galvani2020-02-181-49/+2
* shared/trivial: add code comment to nm_utils_ifname_valid_kernel()Thomas Haller2020-02-181-0/+4
* shared: check for valid UTF-8 in nm_utils_ifname_valid()Thomas Haller2020-02-181-1/+5
* nm-shared-utils: relax ovs ifname check to accept any (non-space) ASCII print...Antonio Cardace2020-02-182-17/+10
* device: fix handling of DHCP grace periodBeniamino Galvani2020-02-181-0/+2
* ovs: merge branch 'bg/ovs-deactivate-async-pt2'Beniamino Galvani2020-02-173-27/+84
|\
| * ovs: discard link updates when deactivatingBeniamino Galvani2020-02-173-0/+25
| * ovs: rework asynchronous deactivation of ovs interfacesBeniamino Galvani2020-02-171-27/+59
|/
* n-dhcp4: request previous address after expirationBeniamino Galvani2020-02-172-4/+10
* shared: fix returning out_len from nm_utils_hash_values_to_array()Thomas Haller2020-02-171-0/+1
* Merge branch 'ac/ovs_ifname_length' into 'master'Antonio Cardace2020-02-1727-135/+421
|\
| * libnm-core: use different ifname validation function for OVS bridges, ports a...Antonio Cardace2020-02-175-20/+277
| * nm-setting-ovs-interface: remove unneeded check on 'self'Antonio Cardace2020-02-171-1/+1
| * libnm-core: add assertion for valid 'error' argument in nm_utils_is_valid_ifa...Antonio Cardace2020-02-171-0/+2
| * all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-1718-37/+37
| * nm-shared-utils: add nm_utils_ifname_valid*() to shared utilsAntonio Cardace2020-02-173-40/+103
| * nmcli: remove interface length check in nmcliAntonio Cardace2020-02-172-29/+1
| * nm-device-factory: remove ifname check as it prevents activating OVS connectionsAntonio Cardace2020-02-171-8/+0
| * nm-dhcp-client: use nm_assert() to check ifnameAntonio Cardace2020-02-171-2/+2
|/
* license: add Michael to RELICENSE.mdThomas Haller2020-02-171-0/+1
* libnm: move nm_setting_ip6_config_get_ra_timeout() to "libnm_1_22_8" symbol v...Thomas Haller2020-02-171-2/+6
* all: merge branch 'th/ra-timeout-2'Thomas Haller2020-02-172-215/+224
|\
| * device: more unify handling of DHCP data for IPv4/IPv6 (client, config, state...Thomas Haller2020-02-171-132/+132
| * device: unify handling of grace-period for DHCPv4 and DHCPv6 (2)Thomas Haller2020-02-171-71/+63
| * device: unify handling of grace-period for DHCPv4 and DHCPv6 (1)Thomas Haller2020-02-171-28/+37
| * shared: add LOGD_DHCP_from_addr_family() helperThomas Haller2020-02-171-0/+8
|/
* all: merge branch 'th/ra-timeout'Thomas Haller2020-02-1725-626/+1090
|\
| * ndisc: implement "ipv6.ra-timeout" propertyThomas Haller2020-02-178-9/+69
| * ndisc: rename NM_NDISC_RA_TIMEOUT signal to NM_NDISC_RA_TIMEOUT_SIGNALThomas Haller2020-02-174-8/+8
| * ndisc: improve logging message with nm_ndisc_start() and minor cleanupThomas Haller2020-02-171-14/+20
| * libnm,cli,ifcfg-rh: add ipv6.ra-timeout configuration optionThomas Haller2020-02-1711-513/+718
| * cli: add support for "ipv6.dhcp-timeout" propertyThomas Haller2020-02-173-524/+669
| * ifcfg-rh: belatedly add support for "ipv6.dhcp-timeout" settingThomas Haller2020-02-175-4/+21
| * ifcfg-rh: fix potential crash with variadic argument make_ip6_setting()Thomas Haller2020-02-171-1/+1
| * ifcfg-rh: inline unnecessary function write_ip6_setting_dhcp_hostname()Thomas Haller2020-02-171-23/+16
| * device: don't schedule grace timeout if dhcp-timeout is infinityThomas Haller2020-02-173-33/+67
| * device/trivial: rename get_dhcp_timeout() virtual function to have a unique nameThomas Haller2020-02-174-8/+8
| * libnm/doc: explain values for dhcp-timeout settingThomas Haller2020-02-172-3/+7
|/
* Revert "manager: drop devices_inited field in NManagerPrivate for devices_ini...Beniamino Galvani2020-02-171-3/+5
* license: merge branch 'th/fix-lgpl-license-violations' (part 1)Thomas Haller2020-02-167-7/+7
|\
| * license: relicense "libnm-core/nm-errors.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
| * license: relicense "shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h" unde...Thomas Haller2020-02-161-1/+1
| * license: relicense "shared/nm-utils/nm-vpn-editor-plugin-call.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
| * license: relicense "shared/nm-libnm-core-intern-aux/nm-auth-subject.[hc]" und...Thomas Haller2020-02-162-2/+2
| * license: relicense "shared/nm-glib-aux/nm-jansson.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
| * license: relicense "shared/nm-glib-aux/nm-glib.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
|/
* license: "Red Hat, Inc." agreement in RELICENSE.mdThomas Haller2020-02-161-1/+1
* libnm/doc: fix example for MULTI_CONNECT ifcfg-rh settingThomas Haller2020-02-141-1/+1
* manager: drop devices_inited field in NManagerPrivate for devices_inited_idThomas Haller2020-02-141-5/+3
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-1443-98/+98