summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: fix emitting ip-config properties-changed signalsbg/nextBeniamino Galvani2021-09-301-5/+5
* dns: fix evaluation of changed flagBeniamino Galvani2021-09-301-1/+1
* fixup! core: rework IP configuration in NetworkManager using layer 3 configur...Thomas Haller2021-09-292-132/+276
* fixup! core: rework IP configuration in NetworkManager using layer 3 configur...Beniamino Galvani2021-09-291-6/+9
* l3cfg: accept NULL NML3ConfigData for several gettersThomas Haller2021-09-292-5/+42
* glib-aux: add nm_memcmp_n()/nm_memeq_n() helpersThomas Haller2021-09-291-0/+17
* glib-aux: add nm_strv_equal_n_null() helper (and related)Thomas Haller2021-09-291-1/+22
* glib-aux: add nm_g_variant_singleton_{i_0,as,aay,au}() helpersThomas Haller2021-09-292-0/+28
* core: rework IP configuration in NetworkManager using layer 3 configurationThomas Haller2021-09-29117-18620/+8605
* nmcli: show default instead of null adressVojtech Bubela2021-09-291-4/+9
* l3cfg/trivial: explain commit-type in code commentsThomas Haller2021-09-292-3/+38
* l3cfg: fix nm_l3cfg_commit_type_register() to set commit_type and add debug l...Beniamino Galvani2021-09-285-14/+37
* std-aux: add nm_clear_fd() helperThomas Haller2021-09-281-0/+13
* glib-aux/trivial: update code comment for nm_g_idle_add()Thomas Haller2021-09-281-4/+5
* l3cfg: track "never-default" in NML3CfgThomas Haller2021-09-283-3/+55
* libnm: minor cleanup of NM_TERNARY_FROM_OPTION_BOOL()/NM_TERNARY_TO_OPTION_BO...Thomas Haller2021-09-281-4/+4
* std-aux: add nm_assert_addr_family_or_unspec() and nm_utils_addr_family_other...Thomas Haller2021-09-281-0/+9
* l3cfg: drop nm_l3cfg_property_emit_register() APIThomas Haller2021-09-272-167/+0
* glib-aux: add nm_g_variant_equal() helperThomas Haller2021-09-271-0/+6
* l3cfg: configure dependent routes when creating combined configThomas Haller2021-09-276-155/+211
* l3cfg: fix assertion failure in _l3_hook_add_obj_cb()Thomas Haller2021-09-251-19/+29
* platform/tests: fix assertion failure in NMTstpAcdDefenderThomas Haller2021-09-251-1/+5
* l3cfg: mediate commit_type with nm_l3cfg_commit_on_idle_schedule()Thomas Haller2021-09-245-46/+71
* device: minor cleanup in reapply_cb()Thomas Haller2021-09-241-5/+5
* libsystemd-network: disable event sources before unref themYu Watanabe2021-09-243-13/+11
* docs: update URL for latest online documentationThomas Haller2021-09-2411-13/+13
* l3cfg: add nm_l3cfg_check_ready() helperThomas Haller2021-09-232-2/+80
* l3cfg/trivial: add code comment about NM_L3_CONFIG_NOTIFY_TYPE_PLATFORM_CHANGEThomas Haller2021-09-231-1/+3
* trivial: update fixme commentThomas Haller2021-09-231-1/+1
* device: use proper define NM_SETTING_IP6_CONFIG_METHOD_SHARED in addrconf6_st...Thomas Haller2021-09-231-1/+1
* libnm: add required-timeout backported symbol from 1.30.8Beniamino Galvani2021-09-232-0/+10
* checkpatch: discourage use of g_clear_pointer()Thomas Haller2021-09-221-0/+1
* core: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2021-09-221-1/+1
* release: bump version to 1.33.3 (development)1.33.3-devBeniamino Galvani2021-09-222-2/+2
* gitlab-ci: enable build on f35 and f36Thomas Haller2021-09-222-7/+67
* gitlab-ci: update used ci-templates versionThomas Haller2021-09-222-7/+7
* gitlab-ci: drop fedora 28/29 from gitlab-ciThomas Haller2021-09-222-67/+5
* NEWS: updateBeniamino Galvani2021-09-221-0/+8
* contrib: improve nm-in-container.sh script (7)Thomas Haller2021-09-212-19/+69
* contrib: improve nm-in-container.sh script (6)Thomas Haller2021-09-211-0/+14
* l3cfg/trivial: rename parameter in nm_l3cfg_remove_config()Thomas Haller2021-09-213-4/+5
* l3cfg: add nm_l3_config_data_lookup_address_4() helperThomas Haller2021-09-212-0/+25
* l3cfg: return any IPv4/IPv6 route from nm_l3_config_data_get_best_default_rou...Thomas Haller2021-09-211-2/+9
* initrd: merge branch 'th/initrd-ethtool'Thomas Haller2021-09-212-212/+154
|\
| * initrd: reword warnings when parsing "rd.ethtool=" optionThomas Haller2021-09-212-36/+20
| * initrd: only reset autoneg/speed if specifiedThomas Haller2021-09-212-13/+14
| * initrd: warn about disabling autoneg without setting speedThomas Haller2021-09-212-0/+23
| * initrd: refactor parsing of "rd.ethtool=" to accept zero positional argumentsThomas Haller2021-09-212-12/+3
| * initrd: refactor parsing of "rd.ethtool=" to not return after autonegThomas Haller2021-09-212-31/+33
| * initrd/tests: add more tests for "rd.ethtool" (test_rd_ethtool())Thomas Haller2021-09-211-0/+31