summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-16manager: relax check when creating virtual devicesbg/device-check-compatibleBeniamino Galvani1-1/+1
2023-03-16device: honor the @check_properties flagBeniamino Galvani7-7/+7
2023-03-16device: add @check_properties argument to check_connection_compatible()Beniamino Galvani25-54/+134
2023-03-16nm-in-container: disable handling of "/etc/resolv.conf" in container and use ...Thomas Haller3-0/+10
2023-03-15ifcfg-rh: merge branch 'th/ifcfg-hostname'Thomas Haller2-12/+32
2023-03-15ifcfg-rh: fix preserving hostname setting in readerThomas Haller1-5/+14
2023-03-15ifcfg-rh: set errno from svParseBoolean()/svGetValueBoolean()/svGetValueTerna...Thomas Haller1-5/+16
2023-03-15ifcfg-rh: return ENOKEY errno from svGetValueEnum() for missing keyThomas Haller2-2/+2
2023-03-15nm-in-container: add nm-deploy.sh script for reinstalling NetworkManagerThomas Haller2-0/+16
2023-03-15nm-in-container: symlink NM/NM-ci directories in nm-in-containerThomas Haller1-3/+20
2023-03-13glib-aux,cloud-setup: merge branch 'th/cloud-setup-utils-poll'Thomas Haller5-287/+307
2023-03-13glib-aux,cloud-setup: move nm{cs,}_utils_poll() to libnm-glib-auxThomas Haller5-298/+299
2023-03-13cloud-setup: add register-object callback to nmcs_utils_poll()Thomas Haller3-20/+37
2023-03-13cloud-setup/trivial: fix gtkdoc comment for nmcs_utils_poll()Thomas Haller1-6/+7
2023-03-13cloud-setup: don't pass separate user-data when polling in nm_http_client_pol...Thomas Haller1-3/+4
2023-03-13ip-tunnel: merge branch 'pr/1565'Beniamino Galvani5-38/+113
2023-03-13platform/tests: ip6gre & ip6gretap test cases (ip6 tunnel flags)Joao Machado2-34/+105
2023-03-13libnmc-setting/docs: how to disable ip-tunnel.encapsulation-limit (ip6)Joao Machado3-3/+3
2023-03-13libnm-core-impl: allow ip6 tunnel flags for ip6gre & ip6gretapJoao Machado1-1/+5
2023-03-09contrib: escape shell arguments in "nm-setup-git.sh" outputThomas Haller1-2/+12
2023-03-09release: improve hint about documentation in "release.sh"Thomas Haller1-0/+1
2023-03-09release: fix honoring $ORIGIN environment variableThomas Haller1-2/+3
2023-03-09core: fix constructing the IP4Config.Nameservers propertyHaochen Tong1-1/+1
2023-03-08glib-aux: ensure alignment for nm_ether_addr_zeroThomas Haller2-1/+6
2023-03-08glib-aux: drop unused union field NMIPAddr.arrayThomas Haller2-6/+5
2023-03-08glib-aux: make NMIPAddr a plain unionThomas Haller2-10/+8
2023-03-08glib-aux: remove duplicate forward declartion of nm_ip_addr_zeroThomas Haller1-4/+1
2023-03-08glib-aux: drop ethernet fields from NMIPAddr unionThomas Haller1-8/+1
2023-03-08all: merge branch 'th/platform-rt-prefsrc' (part 1)Thomas Haller7-13/+31
2023-03-08all: use c_list_is_empty_or_single() where appropriateThomas Haller3-4/+5
2023-03-08std-aux: add c_list_is_empty_or_single() helperThomas Haller2-0/+14
2023-03-08glib-aux: make _LOGT_ENABLED()/_LOGD_ENABLED() as G_UNLIKELY()Thomas Haller1-9/+9
2023-03-08std-aux/trivial: add code comment to NM_IS_IPv4()Thomas Haller1-0/+3
2023-03-08release: bump version to 1.43.3 (development)1.43.3-devLubomir Rintel2-2/+2
2023-03-08merge: branch 'ff/fix_networking_off'Fernando Fernandez Mancera4-21/+36
2023-03-08devices: drop wrong assertion on parent when ifindex is not presentff/fix_networking_offFernando Fernandez Mancera2-6/+22
2023-03-08core: set STATE_REASON_CONNECTION_ASSUMED when waking upFernando Fernandez Mancera1-1/+1
2023-03-08device: always queue recheck_assume before making device managedFernando Fernandez Mancera1-13/+9
2023-03-08device: do cleanup type removed if sys-iface-state is REMOVEDFernando Fernandez Mancera1-1/+4
2023-03-08merge: branch 'lr/aws-ec2-idms2'Lubomir Rintel7-146/+224
2023-03-08contrib: update history and hints in "nm-in-container.sh" scriptThomas Haller1-3/+3
2023-03-08libnm/docs: mention "ipv[46].dhcp-iaid=stable" to be affected by "connection....Thomas Haller3-8/+9
2023-03-07nmcli: set LESSSECURE=1 (unless already set)Lubomir Rintel1-0/+1
2023-03-07cloud-setup/ec2: start with requesting a IMDSv2 tokenlr/aws-ec2-idms2Lubomir Rintel1-20/+54
2023-03-07cloud-setup: document detect() and get_config() methodsLubomir Rintel1-0/+28
2023-03-07cloud-setup: make nm_http_client_req() accept a method argumentLubomir Rintel6-0/+31
2023-03-07cloud-setup: rename get/Get identifiers to req and ReqLubomir Rintel6-114/+114
2023-03-07cloud_setup: unexport nm_http_client_get()Lubomir Rintel2-17/+2
2023-03-07build: fix pretty() sed invocation portability in .ver scriptDaniel Kolesa1-1/+1
2023-03-06merge: branch 'ff/new_bond_options'Fernando Fernandez Mancera13-52/+273