summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-01team: pass -N twice to teamdteamd-NNLubomir Rintel1-1/+1
2022-08-31version: add 1.42 macrosVojtech Bubela2-0/+15
2022-08-31nmcli: merge branch 'th/nmcli-modify-uuid'Thomas Haller10-166/+266
2022-08-31NEWS: updateThomas Haller1-0/+3
2022-08-31nmcli: allow setting the "connection.uuid" for new profilesThomas Haller1-10/+12
2022-08-31nmcli: allow changing the UUID of a profile in offline modeThomas Haller4-3/+38
2022-08-31nmcli: support changing the connection type in offline modeThomas Haller1-14/+30
2022-08-31nmcli: add get_env_flags() accessor to NMMetaEnvironment for checking offline...Thomas Haller2-0/+28
2022-08-31libnmc: avoid "g_set_error(error, 1, 0, ...)" and use nm_utils_error_set()Thomas Haller1-145/+161
2022-08-31glib-aux/trivial: fix typo in commentThomas Haller1-1/+1
2022-08-31glib-aux: first try stack allocated temporary buffer in nm_uuid_generate_from...Thomas Haller1-1/+1
2022-08-31glib-aux: fix spurious semicolon after NM_STR_BUF_INIT() macrosThomas Haller1-2/+2
2022-08-31checkpatch.pl: discourage g_str_hash()/g_direct_hash() and g_direct_equal()Thomas Haller1-0/+4
2022-08-31cloud-setup,glib-aux: use NULL instead of g_direct_equal() for hash tablesThomas Haller2-8/+7
2022-08-31initrd: avoid duplicate file check and NULL pointer dereference in nmi_ibft_r...Thomas Haller1-7/+9
2022-08-31device: load only required modulesAdrian Freihofer1-13/+22
2022-08-30wifi: use GSource instead of source ID for Wi-Fi scan_kickoff_timeoutThomas Haller1-21/+23
2022-08-30wifi: allow explicit scans during AP/ADHOC modesThomas Haller1-1/+4
2022-08-26NEWS: updateThomas Haller1-0/+10
2022-08-26release: bump version to 1.41.1 (development)1.41.1-devThomas Haller171-1824/+1922
2022-08-26release: bump version to 1.40.01.40.0Ana Cabral2-3/+3
2022-08-26NEWS: updateAna Cabral1-5/+3
2022-08-26NEWS: updateAna Cabral1-5/+3
2022-08-26tests: merge branch 'th/test-client-no-pexpect'Thomas Haller1-11/+32
2022-08-26tests: fix "test-client.py" for early python3 versionsThomas Haller1-3/+1
2022-08-26tests: fix "test-client.py" ignoring missing "NM" moduleThomas Haller1-3/+7
2022-08-26tests: skip test in "test-client.py" if the pexepect dependency is not availableThomas Haller1-11/+30
2022-08-26tests: fix "test-client.py" for early python3 versionsThomas Haller1-3/+1
2022-08-25style: fix code formattingThomas Haller1-4/+1
2022-08-25style: fix code formattingThomas Haller1-4/+1
2022-08-25dhcp: merge branch 'bg/restart-dhcp-on-mac-change'Thomas Haller5-12/+17
2022-08-25device: restart DHCP when the MAC changesBeniamino Galvani1-3/+6
2022-08-25core: log when dynamic IP configuration is restarted and whyBeniamino Galvani5-9/+11
2022-08-25dhcp: merge branch 'bg/restart-dhcp-on-mac-change'Thomas Haller5-12/+17
2022-08-25device: restart DHCP when the MAC changesBeniamino Galvani1-3/+6
2022-08-25core: log when dynamic IP configuration is restarted and whyBeniamino Galvani5-9/+11
2022-08-25device: wait for carrier on unavailable device even when it gets a connection...Lubomir Rintel1-7/+7
2022-08-25device: wait for carrier on unavailable device even when it gets a connection...Lubomir Rintel1-7/+7
2022-08-25mptcp: merge branch 'th/mptcp-flags-changes'Thomas Haller11-73/+99
2022-08-25glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()Thomas Haller2-1/+14
2022-08-25mptcp: rework "connection.mptcp-flags" for enabling MPTCPThomas Haller9-72/+85
2022-08-25mptcp: merge branch 'th/mptcp-flags-changes'Thomas Haller11-73/+99
2022-08-25glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()Thomas Haller2-1/+14
2022-08-25mptcp: rework "connection.mptcp-flags" for enabling MPTCPThomas Haller9-72/+85
2022-08-25std-aux: workaround maybe uninitialized warning with LTO on nm_ip_addr_is_null()Thomas Haller1-6/+3
2022-08-25glib-aux/trivial: rename function for consistencyThomas Haller2-6/+6
2022-08-25all: merge branch 'th/inet-utils'Thomas Haller87-1651/+1623
2022-08-25glib-aux: simplify nm_inet_parse_str() by using nm_inet_parse_bin()Thomas Haller1-14/+4
2022-08-25glib-aux: fix various nm_ip_addr_*() functions for unaligned addressesThomas Haller2-37/+46
2022-08-25glib-aux/tests: test nm_ip_addr_is_site_local()Thomas Haller1-0/+14