summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.37.92 (1.38-rc3) (development)1.38-rc3Thomas Haller2022-05-042-2/+2
* build/meson: add dependency libnm_client_public_dep for "libnm-client-test"Yi Zhao2022-05-041-0/+1
* ovsdb: fix memory leakBeniamino Galvani2022-05-031-20/+18
* platform: log skipped addresses in nm_platform_ip_address_sync()Thomas Haller2022-05-031-1/+1
* platform: ensure the platform cache is up to date during nm_platform_ip_addre...Thomas Haller2022-05-031-0/+3
* NEWS: updateThomas Haller2022-05-031-1/+1
* build/meson: avoid compiler warning generating "NM-1.0.gir"Thomas Haller2022-05-031-0/+8
* platform: merge branch 'th/platform-address-sync-one-by-one'Thomas Haller2022-05-031-23/+46
|\
| * platform: simplify loop for IPv6 addresses in nm_platform_ip_address_sync()Thomas Haller2022-05-031-4/+3
| * platform: fix handling IPv6 address index in nm_platform_ip_address_sync()Thomas Haller2022-05-031-1/+0
| * platform: re-configure one address at a time in nm_platform_ip_address_sync()Thomas Haller2022-05-031-18/+43
|/
* platform: merge branch 'th/ipv6-address-order-rh2073032'Thomas Haller2022-05-035-14/+27
|\
| * core: change the priority order in static "ipv6.addresses"Thomas Haller2022-05-035-11/+9
| * core: change order/priority of static IPv6 addresses relative to autoconf6/DH...Thomas Haller2022-05-033-11/+26
|/
* platform: merge branch 'th/platform-address-order' (part 2)Thomas Haller2022-05-0321-497/+639
|\
| * glib-aux: add assertions for valid prefix lengthThomas Haller2022-05-033-7/+4
| * glib-aux/tests: avoid invalid prefix length in test_platform_ip_address_prett...Thomas Haller2022-05-031-268/+270
| * glib-aux: use uint32 type for prefix length parameterThomas Haller2022-05-032-10/+11
| * glib-aux: move nm_utils_ip4_address_clear_host_address() to header so it can ...Thomas Haller2022-05-032-30/+27
| * glib-aux: move ip address utils in "nm-shared-utils.h" headerThomas Haller2022-05-031-32/+22
| * platform: use nm_utils_ip4_address_clear_host_address()Thomas Haller2022-05-031-2/+2
| * platform: guard logging statements with check whether logging is enabledThomas Haller2022-05-031-15/+19
| * glib-aux: assert that nm_utils_to_string_buffer_init() does not use the globa...Thomas Haller2022-05-031-0/+5
| * all: avoid using global string buffer for to-string methodsThomas Haller2022-05-038-62/+118
| * all: use "NM_UTILS_TO_STRING_BUFFER_SIZE" macroThomas Haller2022-05-0312-27/+27
| * all: add "NM_UTILS_TO_STRING_BUFFER_SIZE" macroThomas Haller2022-05-031-1/+3
| * platform: avoid unnecessary configuration of IP address in nm_platform_ip_add...Thomas Haller2022-05-031-0/+18
| * platform: add nm_platform_ip_address_get() helperThomas Haller2022-05-032-0/+40
| * platform: avoid duplicated code in _nmp_object_stackinit_from_type()Thomas Haller2022-05-031-15/+3
| * platform: rename local variable in nm_platform_ip_address_sync()Thomas Haller2022-05-031-5/+5
| * platform: make "idx" argument in _addr_array_clean_expired() mandatoryThomas Haller2022-05-031-7/+6
| * platform: add ascending/descending functions for ip6_address_scope_cmp*()Thomas Haller2022-05-031-17/+11
| * platform: allocate result array when needed in nm_platform_ip_{address,route}...Thomas Haller2022-05-031-14/+10
| * platform: add logging statements to nm_platform_ip_address_sync() for printf(...Thomas Haller2022-05-031-0/+53
|/
* trivial: fix code formatThomas Haller2022-05-031-2/+2
* l3cfg: drop NM_L3_CFG_COMMIT_TYPE_ASSUME and assume_config_onceFernando Fernandez Mancera2022-04-2811-139/+36
* platform: add semantic comparison for IP addresses and add "nm_platform_vtabl...Thomas Haller2022-04-283-72/+224
* platform: make NMPlatformVTableAddress struct smaller and pack NMPObjectTypeThomas Haller2022-04-282-4/+4
* platform: make "now" timestamp an in/out parameter to nmp_utils_lifetime_get()Thomas Haller2022-04-284-13/+17
* glib-aux: add nm_utils_get_monotonic_timestamp_sec_cached() helperThomas Haller2022-04-281-0/+6
* device: set MTU after attaching bond portThomas Haller2022-04-271-7/+17
* configure.ac: fix a syntax errorLubomir Rintel2022-04-211-1/+1
* settings: fix assertion failure in NMSettings' _startup_complete_check()Thomas Haller2022-04-201-2/+2
* release: bump version to 1.37.91 (1.38-rc2) (development)1.38-rc2Thomas Haller2022-04-142-2/+2
* NEWS: updateThomas Haller2022-04-141-0/+2
* n-dhcp4/connection: dynamically allocate the receive bufferBeniamino Galvani2022-04-132-15/+11
* dhcp/dhclient: fix setting "src" attribute for certain routesThomas Haller2022-04-131-2/+7
* supplicant: Disable WPA3 transition mode when PMF is set to disabled谢致邦 (XIE Zhibang)2022-04-111-1/+12
* platform: merge branch 'th/platform-address-order' (part 1)Thomas Haller2022-04-082-119/+202
|\
| * platform: track IPv4 subnets with prefix length in nm_platform_ip_address_sync()Thomas Haller2022-04-081-21/+41