summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-03build/meson: avoid compiler warning generating "NM-1.0.gir"th/nm-1-38Thomas Haller1-0/+8
2022-05-03platform: merge branch 'th/platform-address-sync-one-by-one'Thomas Haller1-23/+46
2022-05-03platform: simplify loop for IPv6 addresses in nm_platform_ip_address_sync()Thomas Haller1-4/+3
2022-05-03platform: fix handling IPv6 address index in nm_platform_ip_address_sync()Thomas Haller1-1/+0
2022-05-03platform: re-configure one address at a time in nm_platform_ip_address_sync()Thomas Haller1-18/+43
2022-05-03platform: merge branch 'th/ipv6-address-order-rh2073032'Thomas Haller5-14/+27
2022-05-03core: change the priority order in static "ipv6.addresses"Thomas Haller5-11/+9
2022-05-03core: change order/priority of static IPv6 addresses relative to autoconf6/DH...Thomas Haller3-11/+26
2022-05-03platform: merge branch 'th/platform-address-order' (part 2)Thomas Haller21-497/+639
2022-05-03glib-aux: add assertions for valid prefix lengthThomas Haller3-7/+4
2022-05-03glib-aux/tests: avoid invalid prefix length in test_platform_ip_address_prett...Thomas Haller1-268/+270
2022-05-03glib-aux: use uint32 type for prefix length parameterThomas Haller2-10/+11
2022-05-03glib-aux: move nm_utils_ip4_address_clear_host_address() to header so it can ...Thomas Haller2-30/+27
2022-05-03glib-aux: move ip address utils in "nm-shared-utils.h" headerThomas Haller1-32/+22
2022-05-03platform: use nm_utils_ip4_address_clear_host_address()Thomas Haller1-2/+2
2022-05-03platform: guard logging statements with check whether logging is enabledThomas Haller1-15/+19
2022-05-03glib-aux: assert that nm_utils_to_string_buffer_init() does not use the globa...Thomas Haller1-0/+5
2022-05-03all: avoid using global string buffer for to-string methodsThomas Haller8-62/+118
2022-05-03all: use "NM_UTILS_TO_STRING_BUFFER_SIZE" macroThomas Haller12-27/+27
2022-05-03all: add "NM_UTILS_TO_STRING_BUFFER_SIZE" macroThomas Haller1-1/+3
2022-05-03platform: avoid unnecessary configuration of IP address in nm_platform_ip_add...Thomas Haller1-0/+18
2022-05-03platform: add nm_platform_ip_address_get() helperThomas Haller2-0/+40
2022-05-03platform: avoid duplicated code in _nmp_object_stackinit_from_type()Thomas Haller1-15/+3
2022-05-03platform: rename local variable in nm_platform_ip_address_sync()Thomas Haller1-5/+5
2022-05-03platform: make "idx" argument in _addr_array_clean_expired() mandatoryThomas Haller1-7/+6
2022-05-03platform: add ascending/descending functions for ip6_address_scope_cmp*()Thomas Haller1-17/+11
2022-05-03platform: allocate result array when needed in nm_platform_ip_{address,route}...Thomas Haller1-14/+10
2022-05-03platform: add logging statements to nm_platform_ip_address_sync() for printf(...Thomas Haller1-0/+53
2022-04-28l3cfg: drop NM_L3_CFG_COMMIT_TYPE_ASSUME and assume_config_onceFernando Fernandez Mancera11-139/+36
2022-04-28platform: add semantic comparison for IP addresses and add "nm_platform_vtabl...Thomas Haller3-72/+224
2022-04-28platform: make NMPlatformVTableAddress struct smaller and pack NMPObjectTypeThomas Haller2-4/+4
2022-04-28platform: make "now" timestamp an in/out parameter to nmp_utils_lifetime_get()Thomas Haller4-13/+17
2022-04-28glib-aux: add nm_utils_get_monotonic_timestamp_sec_cached() helperThomas Haller1-0/+6
2022-04-27device: set MTU after attaching bond portThomas Haller1-7/+17
2022-04-21configure.ac: fix a syntax errorLubomir Rintel1-1/+1
2022-04-20settings: fix assertion failure in NMSettings' _startup_complete_check()Thomas Haller1-2/+2
2022-04-14release: bump version to 1.37.91 (1.38-rc2) (development)1.38-rc2Thomas Haller2-2/+2
2022-04-14NEWS: updateThomas Haller1-0/+2
2022-04-13n-dhcp4/connection: dynamically allocate the receive bufferBeniamino Galvani2-15/+11
2022-04-13dhcp/dhclient: fix setting "src" attribute for certain routesThomas Haller1-2/+7
2022-04-11supplicant: Disable WPA3 transition mode when PMF is set to disabled谢致邦 (XIE Zhibang)1-1/+12
2022-04-08platform: merge branch 'th/platform-address-order' (part 1)Thomas Haller2-119/+202
2022-04-08platform: track IPv4 subnets with prefix length in nm_platform_ip_address_sync()Thomas Haller1-21/+41
2022-04-08platform: move known_subnets variable to inner scope in nm_platform_ip_addres...Thomas Haller1-5/+3
2022-04-08platform: fix undefined behavior for pointer comparison in ip4_addr_subnets_i...Thomas Haller1-2/+2
2022-04-08platform: fix returning error from nm_platform_ip_address_sync()Thomas Haller1-14/+11
2022-04-08platform: fix address order in nm_platform_ip_address_sync()Thomas Haller1-81/+126
2022-04-08platform: add nm_platform_ip_address_delete() helperThomas Haller1-0/+23
2022-04-08connectivity: handle "NoNameServers" resolved error and don't callback to sys...Thomas Haller1-1/+10
2022-04-08connectivity: don't clear "concheck.resolve_cancellable" early in systemd_res...Thomas Haller1-2/+0