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