summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: preserve IPv6 multicast route added by kernelbg/ipv6-multicast-route-rh2004212Beniamino Galvani2021-09-201-0/+39
* l3cfg: fix assertion in NM_IS_L3_CONFIG_DATA() to allow NULLThomas Haller2021-09-161-1/+1
* l3cfg: accept %NULL argument to nm_l3_config_data_seal()Thomas Haller2021-09-161-2/+4
* contrib: improve nm-in-container.sh script (5)Thomas Haller2021-09-161-3/+28
* cloud-setup: merge branch 'th/cloud-setup-fix-containers'Thomas Haller2021-09-168-200/+347
|\
| * cloud-setup: use suppress_prefixlength rule to honor non-default-routes in th...th/cloud-setup-fix-containersThomas Haller2021-09-162-40/+62
| * cloud-setup: cleanup configuring addresses/routes/rules in _nmc_mangle_connec...Thomas Haller2021-09-161-29/+23
| * cloud-setup: limit number of supported interfaces to avoid overlapping table ...Thomas Haller2021-09-161-0/+8
| * cloud-setup: process iface-datas in sorted orderThomas Haller2021-09-161-15/+13
| * cloud-setup: track sorted list of NMCSProviderGetConfigIfaceDataThomas Haller2021-09-162-1/+56
| * cloud-setup: add "hwaddr" to NMCSProviderGetConfigIfaceData structThomas Haller2021-09-166-66/+68
| * cloud-setup: skip configuring policy routing if there is only one interface/a...Thomas Haller2021-09-161-8/+33
| * cloud-setup: count numbers of valid IPv4 addresses in get-config resultThomas Haller2021-09-162-1/+8
| * cloud-setup: cache number of valid interfaces in get-config resultThomas Haller2021-09-163-23/+17
| * cloud-setup: return structure for get_config() result instead of generic hash...Thomas Haller2021-09-163-30/+72
|/
* glib-aux: add ref/unref function for down-cast NMRefStringThomas Haller2021-09-161-0/+12
* 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