summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-18device: emit dhcp-change dispatcher event also after a lease renewalbg/dispatcher-dhcp-changeBeniamino Galvani1-6/+6
2023-04-18nm-in-container: install libselinux-utilsBeniamino Galvani1-0/+1
2023-04-18ppp: merge branch 'th/ppp25'Thomas Haller10-145/+493
2023-04-17ppp: move ppp code to "nm-pppd-compat.c"Thomas Haller11-269/+472
2023-04-16ppp, adding support for compiling against pppd-2.5.0Eivind Næss6-23/+157
2023-04-16build: detect pppd version via pkg-config for PPPD_PLUGIN_DIREivind Næss2-3/+14
2023-04-16libnm: fix annotation for out_is_valid of nm_wireguard_peer_get_allowed_ip()Thomas Haller1-1/+1
2023-04-13gitlab-ci: make detached MR pipeline for external contributor's pipelines to runThomas Haller2-6/+20
2023-04-13gitlab: merge branch 'th/gitlab-ci-tiers'Thomas Haller5-287/+412
2023-04-13release.sh: adjust check for gitlab-ci for changes in pipelineThomas Haller1-1/+2
2023-04-13gitlab-ci: make tier tests automatic to simplify starting them manuallyThomas Haller2-97/+97
2023-04-13gitlab-ci: extract base_type for distros to reduce redundant informationThomas Haller3-19/+19
2023-04-13gitlab-ci: drop "tag"/"default_tag" from ci templatesThomas Haller3-23/+9
2023-04-13gitlab-ci: rename "@container-prep" tests to "@prep"Thomas Haller2-67/+67
2023-04-13gitlab-ci: use parallel:matrix for tier1 testsThomas Haller2-9/+33
2023-04-13gitlab-ci: add multiple stages/tiers for testsThomas Haller3-202/+273
2023-04-13gitlab-ci: use clearer names for NM_TEST_SELECT_RUN in "run-test.sh"Thomas Haller1-33/+34
2023-04-13gitlab-ci: assert that NM_TEST_SELECT_RUN is valid in "run-test.sh"Thomas Haller1-1/+43
2023-04-12po: update Russian (ru) translationAleksandr Melman1-3595/+3584
2023-04-11gitlab-ci: pass --break-system-packages to pip3 for the meson installPeter Hutterer2-3/+4
2023-04-11device: stop activation when queueing the unmanaged statebg/unmanage-raceBeniamino Galvani1-1/+3
2023-04-07platform/tests: fix unit test creating ip6gre tunnel with old iproute2Thomas Haller2-3/+16
2023-04-07find-backports: improve git_ref_exists() to cache also the hashes themselvesThomas Haller1-17/+33
2023-04-07po: update Czech (cs) translationAsciiWolf1-2041/+2413
2023-04-06find-backports: warn if any commits are not from the first referenceThomas Haller1-0/+26
2023-04-06find-backports: various cleanups in scriptThomas Haller1-11/+11
2023-04-06find-backports: enable debug logging in scriptThomas Haller1-10/+22
2023-04-06dhcp: reset IPv6 DAD flag on lease updatebg/dhcp6-dad-assertionBeniamino Galvani1-0/+1
2023-04-05release: bump version to 1.43.5 (development)1.43.5-devLubomir Rintel2-2/+2
2023-04-05ovs: merge branch 'th/ovsdb'Thomas Haller12-184/+300
2023-04-04ovsdb: debug log all messages of socket bufferThomas Haller1-2/+11
2023-04-04ovsdb: downgrade error logging to warningsThomas Haller1-2/+2
2023-04-04ovsdb: limit maxiumum data size for receive buffer from ovsdbThomas Haller1-0/+6
2023-04-04ovsdb: add watchdog for unparsable JSON data in socketThomas Haller1-1/+30
2023-04-04ovsdb: use the FD directly instead of GSocketConnection/GOutputStreamThomas Haller1-114/+110
2023-04-04ovsdb: use nm_auto_free cleanup attribute in "nm-ovsdb.c"Thomas Haller1-6/+4
2023-04-04ovsdb: don't track buffer offset in NMOvsdb data and refactor parsing JSON me...Thomas Haller1-25/+46
2023-04-04core: drop unnecessary initialization in nm_utils_spawn_helper()Thomas Haller1-4/+1
2023-04-04core: use nm_io_fcntl_setfl_update_nonblock() helperThomas Haller2-14/+5
2023-04-04glib-aux: add nm_io_fcntl_setfl_update_nonblock() helperThomas Haller2-0/+90
2023-04-04all: use G_SPAWN_CLOEXEC_PIPES with g_spawn_async_with_pipes()Thomas Haller5-5/+6
2023-04-04platform: drop unused nl_socket_set_nonblocking() functionThomas Haller3-14/+0
2023-04-04core: fix setting non-blocking FD in nm_utils_spawn_helper()Thomas Haller1-2/+2
2023-04-04core: fix setting FD flags in _rfkill_update_system()Thomas Haller1-9/+1
2023-04-04core: fix setting non-blocking stderr in nm_utils_spawn_helper()Thomas Haller1-1/+1
2023-04-04core: fix setting non-blocking FD in nm_utils_spawn_helper()Thomas Haller1-2/+2
2023-04-04merge: branch 'bg/rh2054933'Beniamino Galvani8-43/+124
2023-04-04ovs: implement asynchronous detach_port()bg/rh2054933Beniamino Galvani1-25/+24
2023-04-04device: wait port detach before leaving the DEACTIVATING stateBeniamino Galvani1-3/+28
2023-04-04device: make detach_port() method asynchronousBeniamino Galvani8-19/+76