summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! core: rework IP configuration in NetworkManager using layer 3 configur...th/next-for-ciThomas Haller2021-09-281-190/+238
* fixup! core: rework IP configuration in NetworkManager using layer 3 configur...Thomas Haller2021-09-281-89/+120
* fixup! core: rework IP configuration in NetworkManager using layer 3 configur...Thomas Haller2021-09-281-129/+181
* core: rework IP configuration in NetworkManager using layer 3 configurationThomas Haller2021-09-28116-18370/+8099
* 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
| * initrd/tests: refactor tests for "rd.ethtool" (test_rd_ethtool())Thomas Haller2021-09-211-153/+63
|/
* core/ndisc: move nm_lndp_ndisc_get_sysctl() to "nm-ndisc.[ch]"Thomas Haller2021-09-207-88/+90
* tc: merge branch 'bg/tc-no-cache'Beniamino Galvani2021-09-2013-167/+212
|\
| * core: disable tc cache by defaultbg/tc-no-cacheBeniamino Galvani2021-09-204-2/+11
| * platform: allow disabling caching of tc objectsBeniamino Galvani2021-09-207-16/+52
| * platform: drop test-tc-fakeBeniamino Galvani2021-09-203-14/+5
| * device: ensure tc_commit() is called only once per activationBeniamino Galvani2021-09-201-2/+6