summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* l3cfg/tests: add unit test for NML3Cfgth/l3cfg-10Thomas Haller2020-09-225-9/+377
* l3cfg/device: drop NML3Cfg references from NMDevice for nowThomas Haller2020-09-221-297/+2
* l3cfg: fix leaking l3_config_datas array in NML3CfgThomas Haller2020-09-221-37/+42
* l3cfg: various fixes for l3cfgThomas Haller2020-09-225-147/+244
* platform/tests: add nmtstp_platform_ip_addresses_assert() test helperThomas Haller2020-09-222-0/+153
* platform/tests: add nmtstp_platform_ip_address_find() test utilThomas Haller2020-09-222-0/+63
* platform: add NM_PLATFORM_IP[46]_ADDRESS_INIT() helper macrosThomas Haller2020-09-221-1/+7
* tests: use in_addr_t type for IPv4 addresses in test helpersThomas Haller2020-09-221-2/+2
* tests: mark static variables in test helpers as thread localThomas Haller2020-09-221-4/+4
* l3cfg: add nm_l3_config_data_log() functionThomas Haller2020-09-222-0/+270
* l3cfg: let l3cfg emit signal on idle handler for platform changesThomas Haller2020-09-224-2/+40
* l3cfg: add nm_l3cfg_has_commited_ipv6_pending_dad() functionThomas Haller2020-09-222-0/+54
* l3cfg: add nm_l3_config_data_lookup_address_6() helperThomas Haller2020-09-222-0/+25
* platform: refactor nm_platform_ip6_address_get() function to accept pointer i...Thomas Haller2020-09-226-16/+18
* l3cfg: track both the commited and the currently merged l3cd instanceThomas Haller2020-09-222-40/+72
* l3cfg: allow %NULL argument for nm_l3_config_data_ref()Thomas Haller2020-09-221-2/+4
* shared: add NM_PRINT_FMT_QUOTED2() helper macroThomas Haller2020-09-221-0/+3
* libnm: hide nm_setting_ip_config_next_valid_dns_option() function from headersThomas Haller2020-09-223-4/+3
* shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller2020-09-228-8/+67
* po: correct Chinese translationvb/mr-testingletmestudy2020-09-211-1/+1
* license: add SUSE LLC to RELICENSE.mdThomas Haller2020-09-181-3/+3
* l3cfg: merge branch 'th/l3cfg-9'Thomas Haller2020-09-1819-149/+709
|\
| * core: assert that nm_dbus_utils_get_property() returns a variant of the expec...Thomas Haller2020-09-181-4/+18
| * core: fix D-Bus type for "org.freedesktop.NetworkManager.Capabilities" propertyThomas Haller2020-09-181-1/+1
| * device: return same singleton variant for NM_DEVICE_IP4_ADDRESS propertyThomas Haller2020-09-181-5/+6
| * shared: add m_g_variant_singleton_u_0()Thomas Haller2020-09-182-0/+30
| * device: break deprecated "Ip4Address" D-Bus property of Device interfaceThomas Haller2020-09-183-33/+4
| * l3cd/ndisc: add nm_ndisc_data_to_l3cd() helperThomas Haller2020-09-152-0/+129
| * l3cfg: add nm_l3_config_data_clear_searches() APIThomas Haller2020-09-152-4/+20
| * l3cfg: add nm_l3_config_data_{get,set}_ip6_mtu() APIThomas Haller2020-09-153-0/+33
| * l3cfg: add nm_l3_config_data_{get,set}_ndisc_*() APIThomas Haller2020-09-153-11/+143
| * l3cfg: fix handling of mtu during nm_l3_config_data_merge()Thomas Haller2020-09-151-1/+1
| * l3cfg: track ip6_privacy (use_tempaddr) in NML3ConfigDataThomas Haller2020-09-153-0/+39
| * device/ndisc: explicitly call nm_ndisc_stop() during addrconf6_cleanup()Thomas Haller2020-09-151-1/+4
| * device/ndisc: add nm_ndisc_stop() methodThomas Haller2020-09-154-21/+94
| * device/ndisc: let calling code determine the used RA timeout for NMNDiscThomas Haller2020-09-158-62/+179
| * libnm: mark static buffer for nm_utils_inet[46]_ntop() as thread localThomas Haller2020-09-151-5/+7
| * core: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-09-152-3/+3
|/
* supplicant: fix crash in _scan_notify_allowed() when supplicant disconnectsThomas Haller2020-09-151-5/+8
* platform: add support for mcast_hash_max netlink attribute for bridgesSayed Shah2020-09-156-0/+21
* device: merge branch 'th/device-track-shared-ips'Thomas Haller2020-09-153-37/+133
|\
| * device: track used shared-ips via NMNetnsth/device-track-shared-ipsThomas Haller2020-09-141-37/+13
| * core: add nm_netns_shared_ip_reserve() APIThomas Haller2020-09-142-0/+120
|/
* contrib/build: reword howto for "release.sh" scriptThomas Haller2020-09-141-3/+4
* release: bump version to 1.27.3 (development)1.27.3-devBeniamino Galvani2020-09-142-2/+2
* libnm/doc: improve description for ipv[46].dns-priority and ipv[46].dns-searc...Thomas Haller2020-09-142-28/+50
* l3cfg: merge branch 'th/l3cfg-8'Thomas Haller2020-09-1121-1299/+1915
|\
| * device/trivial: move code aroundThomas Haller2020-09-111-1074/+1070
| * platform: add nm_platform_iter_obj_for_each() macroThomas Haller2020-09-111-0/+5
| * core: use nm_platform_ip6_address_match() in nm_ip6_config_find_first_address()Thomas Haller2020-09-111-23/+2