summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libnm: fix timestamp in LIBNM_CLIENT_DEBUG debug loggingThomas Haller2022-07-041-2/+2
* libnm: fix "parameters" argument in nm_client_dbus_call() to be optionalThomas Haller2022-07-041-4/+4
* supplicant: fix a memory leakSlava Monich2022-07-041-0/+1
* wifi: wait supplicant to settle before renewing DHCP after roamBeniamino Galvani2022-07-041-2/+39
* l3cfg: fix comparing "has-dns-priority" flag in nm_l3_config_data_cmp_full()Thomas Haller2022-06-291-1/+4
* platform: fix routing rule test failureBeniamino Galvani2022-06-271-0/+5
* core: avoid stale entries in the DNS manager for non-virtual devicesBeniamino Galvani2022-06-241-1/+14
* device: stop ac6 grace time when ip6ll is ready in shared modeBeniamino Galvani2022-06-221-2/+2
* platform: ensure the platform cache is up to date during nm_platform_ip_addre...Thomas Haller2022-06-141-0/+3
* platform: simplify loop for IPv6 addresses in nm_platform_ip_address_sync()Thomas Haller2022-06-141-4/+3
* platform: fix handling IPv6 address index in nm_platform_ip_address_sync()Thomas Haller2022-06-141-1/+0
* platform: re-configure one address at a time in nm_platform_ip_address_sync()Thomas Haller2022-06-141-18/+43
* core: change the priority order in static "ipv6.addresses"Thomas Haller2022-06-144-11/+6
* core: change order/priority of static IPv6 addresses relative to autoconf6/DH...Thomas Haller2022-06-142-11/+22
* glib-aux: add assertions for valid prefix lengthThomas Haller2022-06-143-7/+4
* glib-aux/tests: avoid invalid prefix length in test_platform_ip_address_prett...Thomas Haller2022-06-141-268/+270
* glib-aux: use uint32 type for prefix length parameterThomas Haller2022-06-142-10/+11
* glib-aux: move nm_utils_ip4_address_clear_host_address() to header so it can ...Thomas Haller2022-06-142-30/+27
* glib-aux: move ip address utils in "nm-shared-utils.h" headerThomas Haller2022-06-141-32/+22
* platform: use nm_utils_ip4_address_clear_host_address()Thomas Haller2022-06-141-2/+2
* platform: guard logging statements with check whether logging is enabledThomas Haller2022-06-141-15/+19
* glib-aux: assert that nm_utils_to_string_buffer_init() does not use the globa...Thomas Haller2022-06-141-0/+5
* all: avoid using global string buffer for to-string methodsThomas Haller2022-06-148-62/+118
* all: use "NM_UTILS_TO_STRING_BUFFER_SIZE" macroThomas Haller2022-06-1412-27/+27
* all: add "NM_UTILS_TO_STRING_BUFFER_SIZE" macroThomas Haller2022-06-141-1/+3
* platform: avoid unnecessary configuration of IP address in nm_platform_ip_add...Thomas Haller2022-06-141-0/+18
* platform: add nm_platform_ip_address_get() helperThomas Haller2022-06-142-0/+40
* platform: avoid duplicated code in _nmp_object_stackinit_from_type()Thomas Haller2022-06-141-15/+3
* platform: rename local variable in nm_platform_ip_address_sync()Thomas Haller2022-06-141-5/+5
* platform: make "idx" argument in _addr_array_clean_expired() mandatoryThomas Haller2022-06-141-7/+6
* platform: add ascending/descending functions for ip6_address_scope_cmp*()Thomas Haller2022-06-141-17/+11
* platform: allocate result array when needed in nm_platform_ip_{address,route}...Thomas Haller2022-06-141-13/+9
* platform: add logging statements to nm_platform_ip_address_sync() for printf(...Thomas Haller2022-06-141-0/+53
* Revert "platform: workaround for preserving IPv6 address order"Thomas Haller2022-06-141-20/+5
* platform: workaround for preserving IPv6 address orderThomas Haller2022-06-141-5/+20
* ppp: don't remove addresses from interface while IPCP/IPV6CP is runningBeniamino Galvani2022-06-141-5/+32
* core: add nm_l3cfg_block_obj_pruning()Beniamino Galvani2022-06-142-13/+87
* device: ensure DHCP is restarted every time the link goes upBeniamino Galvani2022-06-111-10/+8
* ppp-manager: ip6: set interface mtu based on ppp configDominique Martinet2022-06-091-1/+3
* ppp-manager: ip6: fix dns not being usedDominique Martinet2022-06-091-0/+2
* device: fix memory leakBeniamino Galvani2022-06-091-9/+7
* dhcp/dhclient: fix setting "src" attribute for certain routesThomas Haller2022-05-261-2/+7
* dhcp: set "src" for DHCPv4 routesThomas Haller2022-05-263-16/+30
* c-rbtree: fix alignment assertion on m64kDavid Rheinsberg2022-05-181-4/+17
* device: don't require a hardware address for DHCPv6Beniamino Galvani2022-05-171-7/+0
* ndisc/tests: relex check in test_dns_solicit_loop()Thomas Haller2022-05-171-1/+5
* libnm: normalize empty strings in 802-1x settingThomas Haller2022-05-172-0/+105
* libnm: fix printing NULL value in NMSetting8021x.verify()Thomas Haller2022-05-171-25/+60
* ifcfg-rh: move code around in write_8021x_setting()Thomas Haller2022-05-171-8/+8
* ifcfg-rh/trivial: add fixme comments about lossy write/read of propertiesThomas Haller2022-05-171-2/+10