summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* device: fix assertion condition in _dev_ipdhcpx_start()Thomas Haller2023-04-041-1/+1
* merge: branch 'bg/dhcp6-pd-hint'Beniamino Galvani2023-04-0319-541/+872
|\
| * dhcp: export the prefix delegationBeniamino Galvani2023-04-033-1/+24
| * dhcp: support prefix delegation hintBeniamino Galvani2023-04-034-0/+41
| * libnm,nmcli: add ipv6.dhcp-pd-hint propertyBeniamino Galvani2023-04-0313-540/+807
|/
* core: merge branch 'th/dameon-helper-cleanup'Thomas Haller2023-04-032-68/+77
|\
| * core: error out in nm_utils_kill_child_{sync,async}() if first waitpid() give...Thomas Haller2023-04-032-25/+17
| * core: pre-allocate exact buffer size for output in nm_utils_spawn_helper()Thomas Haller2023-04-031-1/+4
| * core/trivial: add code comment about using GChildWatchSourceThomas Haller2023-04-031-0/+12
| * core: use nm_g_child_watch_source_new() in nm_utils_spawn_helper()Thomas Haller2023-04-031-5/+5
| * core: assert that nm_utils_spawn_helper() is used with default contextThomas Haller2023-04-031-0/+6
| * core: store main context in variable in nm_utils_spawn_helper()Thomas Haller2023-04-031-5/+8
| * core: qualify logging lines related to helper with "nm-daemon-helper"Thomas Haller2023-04-031-8/+2
| * core: rename nmlog defines in "nm-core-utils.c"Thomas Haller2023-04-031-20/+26
| * core: use nm_clear_fd() helper in nm_utils_spawn_helper()Thomas Haller2023-04-031-12/+5
|/
* po: update Ukrainian (uk) translationYuri Chornoivan2023-04-031-603/+585
* libnm/tests: avoid uninitialized variable warning in _invalid_option_write_ha...Thomas Haller2023-03-311-2/+2
* clients/tests: merge branch 'th/test-client-fixes'Thomas Haller2023-03-312-10/+8
|\
| * client/tests: don't do dup2() dance to pass file descriptor to "tools/test-cl...Thomas Haller2023-03-302-9/+3
| * client/tests: close process stdin in test-python.py to avoid warning about leakThomas Haller2023-03-301-0/+1