summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: clean up dispatcher calls when canceling an activationbg/rh1888348Beniamino Galvani2021-01-141-0/+1
* contrib: handle no files in "nm-code-format.sh"Thomas Haller2021-01-131-0/+4
* src/tests: avoid "-Wmaybe-uninitialized" warning in nmtstp_acd_defender_new()Thomas Haller2021-01-131-1/+1
* contrib: improve nm-code-format.sh scriptThomas Haller2021-01-131-59/+125
* core: replace g_return_if_fail() with nm_assert() in nm_ip_config_iter_ip[46]...Thomas Haller2021-01-132-3/+7
* device: set out-argument to nm_device_get_permanent_hw_address_full() in asse...Thomas Haller2021-01-131-1/+4
* lldp/tests: make assertion in _test_recv_fixture_setup() clearerThomas Haller2021-01-121-1/+4
* core: avoid "-Wmaybe-uninitialized" warning in lldp_neighbor_get_raw()Thomas Haller2021-01-121-2/+2
* NEWS: updateThomas Haller2021-01-121-0/+1
* libnm: avoid "-Wmaybe-uninitialized" warning in nm_setting_ethtool_get_optnam...Thomas Haller2021-01-121-1/+1
* contrib: fix "contrib/scripts/nm-copr-build.sh" scriptThomas Haller2021-01-121-3/+4
* contrib: add "contrib/scripts/nm-copr-build.sh" scriptThomas Haller2021-01-121-0/+65
* contrib: add "contrib/scripts/nm-copr-build-nm-git-bundle.sh" scriptThomas Haller2021-01-121-0/+84
* shared: fix unit tests for nm_utils_get_next_realloc_size()Thomas Haller2021-01-122-8/+12
* n-dhcp4: work around compiler warning in n_dhcp4_socket_packet_send()Thomas Haller2021-01-111-1/+2
* shared: avoid compiler warning for nm_utils_get_next_realloc_size() returning...Thomas Haller2021-01-112-19/+49
* device: add "ipv4.dhcp-client-id=ipv6-duid" property for RFC4361Thomas Haller2021-01-116-20/+83
* wifi: merge branch 'ac/wpa3_pmf_fix'Antonio Cardace2021-01-111-10/+0
|\
| * wifi: always require PMF when using WPA-EAP-SUITE-B-192ac/wpa3_pmf_fixAntonio Cardace2021-01-111-10/+0
|/
* n-dhcp4: revert "all: remove unnecessary <netinet/ether.h> includes"Thomas Haller2021-01-111-0/+1
* po: update Ukrainian (uk) translationYuri Chornoivan2021-01-111-1013/+1025
* clients: fix compiler warning in _do_test_parse_passwd_file()Thomas Haller2021-01-081-1/+1
* cloud-setup: merge branch 'th/cloud-setup-man'Thomas Haller2021-01-0810-516/+699
|\
| * man: improve "nm-cloud-setup" manual pageThomas Haller2021-01-081-10/+90
| * cloud-setup: assign incremental iface_idx for Azure,GCP get_config() resultThomas Haller2021-01-082-39/+46
| * cloud-setup: fail get_config() for Azure on invalid prefixThomas Haller2021-01-081-0/+2
| * cloud-setup: use nmcs_utils_ipaddr_normalize_bin() in Azure providerThomas Haller2021-01-081-9/+18
| * cloud-setup: use nmcs_utils_ipaddr_normalize_gbytes() in GCP providerThomas Haller2021-01-081-5/+5
| * cloud-setup: add nmcs_utils_ipaddr_normalize*() helperThomas Haller2021-01-082-0/+73
| * cloud-setup: handle unknown interaces in get_config() for GCP/AzureThomas Haller2021-01-084-37/+92
| * cloud-setup: add and use nmcs_utils_hwaddr_normalize_gbytes()Thomas Haller2021-01-084-3/+22
| * cloud-setup: strip whitespace from nmcs_utils_hwaddr_normalize()Thomas Haller2021-01-081-7/+15
| * cloud-setup: move common code for get_config() to base class and improve canc...Thomas Haller2021-01-085-444/+356
| * cloud-setup/trivial: rename "response_data" variableThomas Haller2021-01-083-16/+16
| * cloud-setup/trivial: rename variables "config_data" to "get_config_data"Thomas Haller2021-01-082-27/+28
| * shared: add nm_g_bytes_new_from_str() helperThomas Haller2021-01-082-0/+17
|/
* platform: avoid "-Wmaybe-uninitialized" warning in ip_route_add()Thomas Haller2021-01-081-10/+3
* build: add comment for disabling "-Wmaybe-uninitialized" with LTOThomas Haller2021-01-081-2/+7
* Revert "build: set CFLAGS "-Wno-error=maybe-uninitialized" with LTO build"Thomas Haller2021-01-081-7/+3
* build: set CFLAGS "-Wno-error=maybe-uninitialized" with LTO buildThomas Haller2021-01-081-3/+7
* core: avoid "-Wmaybe-uninitialized" warning in update_system_hostname() with LTOThomas Haller2021-01-081-1/+1
* shared: add code comment to nm_clear_g_object()Thomas Haller2021-01-081-0/+8
* platform/tests: workaround failure to add veth device on coprThomas Haller2021-01-081-4/+23
* nmcli: change "--help" to "help"scootergrisen2021-01-071-1/+1
* systemd: avoid difference to upstream in "network-internal.c"Thomas Haller2021-01-051-0/+1
* all: merge branch 'th/spdx-or-later'Thomas Haller2021-01-051007-1009/+1008
|\
| * checkpatch: update check for SPDX license identifier tagThomas Haller2021-01-051-1/+1
| * all: update deprecated SPDX license identifiersThomas Haller2021-01-051007-1007/+1007
| * examples: remove editor hint to mark source code as UTF-8Thomas Haller2021-01-051-1/+0
| * libnm: fix style for SPDX License Identifer in "libnm-core/nm-keyfile.h"Thomas Haller2021-01-051-1/+1
|/