summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initrd: reword warnings when parsing "rd.ethtool=" optionth/initrd-ethtoolThomas Haller2021-09-162-36/+20
* initrd: only reset autoneg/speed if specifiedThomas Haller2021-09-162-13/+14
* initrd: warn about disabling autoneg without setting speedThomas Haller2021-09-162-0/+23
* initrd: refactor parsing of "rd.ethtool=" to accept zero positional argumentsThomas Haller2021-09-162-12/+3
* initrd: refactor parsing of "rd.ethtool=" to not return after autonegThomas Haller2021-09-162-31/+33
* initrd/tests: add more tests for "rd.ethtool" (test_rd_ethtool())Thomas Haller2021-09-161-0/+31
* initrd/tests: refactor tests for "rd.ethtool" (test_rd_ethtool())Thomas Haller2021-09-161-153/+63
* l3cfg: fix leak of ObjStateData's os_plobjThomas Haller2021-09-161-1/+2
* contrib: reformat by default from "nm-code-format.sh" scriptThomas Haller2021-09-161-5/+5
* contrib: explicitly pass "-n" to "nm-code-format.sh" in gitlab-ci check-tree jobThomas Haller2021-09-162-7/+7
* contrib: explicitly pass "-n" to "nm-code-format.sh" in "code-style-git-post-...Thomas Haller2021-09-161-1/+1
* device: suppress warning for external device if it is down (!IFF_UP)Thomas Haller2021-09-161-1/+2
* device: set up device also while "assuming"Thomas Haller2021-09-161-1/+1
* ifupdown: downgrade warning about missing /etc/network/interfaces fileThomas Haller2021-09-161-1/+1
* l3cfg: track platform object in NML3Cfg's object stateThomas Haller2021-09-151-26/+31
* l3cfg/ipv6ll: add NM_L3_IPV6LL_STATE_DEFUNCT enumThomas Haller2021-09-152-5/+12
* l3cfg: allow injecting default dns-priority for NML3ConfigDataThomas Haller2021-09-157-1/+43
* core: move NM_DNS_PRIORITY_DEFAULT_{NORMAL,VPN} to libnm-baseThomas Haller2021-09-152-5/+5
* contrib: improve nm-in-container.sh script (4)Thomas Haller2021-09-151-4/+26
* gitignore: fix ignore file for nm-in-container.dThomas Haller2021-09-151-1/+1
* contrib: fix "nm-code-format.sh" to select files to formatThomas Haller2021-09-151-21/+44
* nm-active-connection: Emit device-metered-changed if device changesPhilip Withnall2021-09-151-0/+7
* contrib: improve nm-in-container.sh scriptThomas Haller2021-09-151-10/+21
* contrib: improve nm-in-container.sh scriptThomas Haller2021-09-143-32/+56
* contrib: improve nm-in-container.sh scriptThomas Haller2021-09-142-27/+58
* ovs: avoid asking nm-sudo if ovsdb socket does not existThomas Haller2021-09-131-0/+5
* contrib: improve nm-in-container.sh scriptThomas Haller2021-09-133-2/+59
* contrib: add nm-in-container.sh script to build a (podman) container for testingThomas Haller2021-09-133-0/+315
* core: fix typo in function name nmp_object_ip_route_is_best_default_route()Vojtech Bubela2021-09-133-5/+5
* platform/tests: fix test failure for "platform_ip_address_pretty_sort_cmp"Thomas Haller2021-09-131-79/+79
* nmcli: make relatives path for `nmcli connection load` absoluteThomas Haller2021-09-131-5/+23
* core/trivial: fix spelling in commentThomas Haller2021-09-131-1/+1
* core/trivial: fix small typo Ipv vs IPvjosef radinger2021-09-131-1/+1
* libnm: fix leak and return "failures" from nm_client_load_connections()gaoxingwang2021-09-131-1/+1
* platform: avoid bitfield at end of __NMPlatformIPAddress_COMMON macroThomas Haller2021-09-101-4/+3
* l3cfg: merge branch 'th/l3cfg-ipv6ll'Thomas Haller2021-09-1029-442/+2095
|\
| * core: add NML3IPv6LL helperThomas Haller2021-09-108-1/+1103
| * l3cfg: implement NM_L3CFG_CONFIG_FLAGS_ASSUME_CONFIG_ONCE and rework object s...Thomas Haller2021-09-101-309/+561
| * l3cfg: add NM_L3CFG_CONFIG_FLAGS_ASSUME_CONFIG_ONCE flagThomas Haller2021-09-084-4/+55
| * platform: move ip4acd_not_ready flag to NMPlatformIP4AddressThomas Haller2021-09-084-12/+12
| * platform: add assume_config_once flags to NMPlatformIP{Address,Route}Thomas Haller2021-09-083-13/+57
| * l3cfg: refactor modification of address in nm_l3_config_data_merge()Thomas Haller2021-09-081-12/+29
| * l3cfg: also call nm_l3_config_data_merge()'s add-obj-hook for routesThomas Haller2021-09-082-26/+45
| * l3cfg: add a "result" structure to nm_l3_config_data_merge()'s add-obj-hookThomas Haller2021-09-083-21/+29
| * l3cfg: change NM_L3_CONFIG_MERGE_FLAGS_ONLY_FOR_ACD to be a NML3CfgConfigFlag...Thomas Haller2021-09-084-18/+22
| * l3cfg: add config_flags argument to nm_l3cfg_add_config()Thomas Haller2021-09-084-0/+15
| * core/tests: add nmtst_utils_host_id_{push,pop}() helpers to stub the host-idThomas Haller2021-09-082-1/+101
| * glib-aux/tests: add NMTST_COPY() helperThomas Haller2021-09-081-0/+13
| * glib-aux: add nm_g_array_{first,last}() helpersThomas Haller2021-09-081-0/+22
| * all: rename nmtst_* functions that are used by the daemonThomas Haller2021-09-0810-27/+27