summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* XXX no verbose ninjalr/cloud-setup-test-checkLubomir Rintel2023-03-211-1/+2
* tests/client: test nm-cloud-setupLubomir Rintel2023-03-214-2/+188
* tests/client: split out nmcli specific bits into a separate cassLubomir Rintel2023-03-213-217/+224
* tools/test-cloud-meta-mock: add a mock metadata server for cloud-setupLubomir Rintel2023-03-211-0/+90
* test/nm-service: short circuit activation if AC activation delay is zeroLubomir Rintel2023-03-211-3/+11
* test/nm-service: make activation delay actually usefulLubomir Rintel2023-03-211-4/+5
* test/nm-service: implement applied connection handlingLubomir Rintel2023-03-211-0/+19
* test/nm-service: deconstruct string properties in connections tooLubomir Rintel2023-03-211-1/+1
* glib-aux/prioq: remove unused includesThomas Haller2023-03-211-3/+0
* platform,core: merge branch 'th/platform-rt-prefsrc'Thomas Haller2023-03-2121-630/+1474
|\
| * platform: rework handling of failed routes during nm_platform_ip_route_sync()Thomas Haller2023-03-215-315/+305
| * l3cfg: don't return success/failure from _l3_commit_one()Thomas Haller2023-03-211-11/+7
| * platform: log extack_msg for failures in nm_platform_ip_route_sync()Thomas Haller2023-03-211-5/+8
| * platform: cleanup error handling in nm_platform_ip_route_sync()Thomas Haller2023-03-211-63/+57
| * core: skip watching prefsrc addresses if the address is readyThomas Haller2023-03-211-2/+47
| * core: watch IP addresses appearing/disappearing and recommit pref_src routesThomas Haller2023-03-211-0/+110
| * core: remove unused tag-less API from nm_netns_watcher*()Thomas Haller2023-03-212-108/+49
| * core: add "watch" infrastructure to NMNetnsThomas Haller2023-03-212-3/+691
| * platform: move NMPlatformSignalChangeType to "nmp-base.h" headerThomas Haller2023-03-212-7/+9
| * platform,l3cfg: remove force-commit flag for addresses/routesThomas Haller2023-03-218-108/+26
| * platform: don't add onlink route to gateway in nm_platform_ip_route_sync()Thomas Haller2023-03-211-75/+1
| * platform: always reconfigure IP routes even if removed externallyThomas Haller2023-03-211-10/+26
| * platform: add nm_platform_ip_route_get_pref_src() helperThomas Haller2023-03-211-0/+13
| * platform: fix assertion in _ip_route_add() to return correct error codeThomas Haller2023-03-211-1/+1
| * glib-aux/prioq: rename NM_PRIOQ_FOREACH_ITEM() to nm_prioq_for_each()Thomas Haller2023-03-212-1/+2
| * glib-aux/prioq: assert for valid index in find_item() of NMPrioqThomas Haller2023-03-212-1/+16
| * glib-aux/prioq: refactor find_item() in NMPrioqThomas Haller2023-03-211-12/+14
| * glib-aux/prioq: ensure to clear "idx" when removing item from NMPrioqThomas Haller2023-03-211-4/+15
| * glib-aux/prioq: minor cleanups for NMPrioqThomas Haller2023-03-211-6/+7
| * glib-aux/prioq: rework asserts in NMPrioqThomas Haller2023-03-211-18/+43
| * glib-aux/prioq: add and use internal PrioqItem typedefThomas Haller2023-03-211-13/+13
| * glib-aux/prioq: add nm_prioq_update()Thomas Haller2023-03-213-16/+79
| * glib-aux: add nm_g_timeout_reschedule() helperThomas Haller2023-03-212-0/+51
| * glib-aux: optimize nm_ip_addr_is_null()Thomas Haller2023-03-211-4/+7
| * glib-aux: add NMIPAddrTyped struct for tagging NMIPAddr unionThomas Haller2023-03-211-0/+29
| * platform: fix returning extrack_msg from platform add addr/route functionsThomas Haller2023-03-211-0/+1
|/
* log,dhcp: avoid deprecated GTimeVal API and use g_get_real_time()Thomas Haller2023-03-212-20/+22
* contrib,tools: move "nm-in-container.sh" script to "tools"Thomas Haller2023-03-207-12/+20
* merge: branch 'bg/device-check-compatible'Beniamino Galvani2023-03-1625-61/+141
|\
| * manager: relax check when creating virtual devicesbg/device-check-compatibleBeniamino Galvani2023-03-161-1/+1
| * device: honor the @check_properties flagBeniamino Galvani2023-03-167-7/+7
| * device: add @check_properties argument to check_connection_compatible()Beniamino Galvani2023-03-1625-54/+134
|/
* nm-in-container: disable handling of "/etc/resolv.conf" in container and use ...Thomas Haller2023-03-163-0/+10
* ifcfg-rh: merge branch 'th/ifcfg-hostname'Thomas Haller2023-03-152-12/+32
|\
| * ifcfg-rh: fix preserving hostname setting in readerThomas Haller2023-03-151-5/+14
| * ifcfg-rh: set errno from svParseBoolean()/svGetValueBoolean()/svGetValueTerna...Thomas Haller2023-03-151-5/+16
| * ifcfg-rh: return ENOKEY errno from svGetValueEnum() for missing keyThomas Haller2023-03-152-2/+2
|/
* nm-in-container: add nm-deploy.sh script for reinstalling NetworkManagerThomas Haller2023-03-152-0/+16
* nm-in-container: symlink NM/NM-ci directories in nm-in-containerThomas Haller2023-03-151-3/+20
* glib-aux,cloud-setup: merge branch 'th/cloud-setup-utils-poll'Thomas Haller2023-03-135-287/+307
|\