summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: relax asserting argument for nm_utils_hwaddr_len()th/hwaddr-cleanupThomas Haller2020-09-231-6/+8
* cloud-setup: add code comment to nmcs_utils_hwaddr_normalize()Thomas Haller2020-09-231-1/+3
* shared: move nm_utils_hwaddr_ntoa_buf() to shared/ as _nm_utils_hwaddr_ntoa()Thomas Haller2020-09-235-22/+20
* shared: add _nm_utils_hwaddr_aton() macro (taken from libnm-core)Thomas Haller2020-09-233-40/+37
* libnm: cleanup nm_utils_hwaddr_canonical() and nm_utils_hwaddr_valid()Thomas Haller2020-09-231-21/+17
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-2310-19/+19
* clang-format: proposed styleAntonio Cardace2020-09-231-2/+2
* contrib/release: implement "rc1" release modeThomas Haller2020-09-231-19/+71
* 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
| * platform: add nm_platform_ip6_address_match()Thomas Haller2020-09-112-0/+37
| * dhcp: drop "event_id" parameter from NM_DHCP_CLIENT_SIGNAL_STATE_CHANGED signalThomas Haller2020-09-116-23/+42
| * device: mark NMDevicePrivate.sys_iface_state as constThomas Haller2020-09-112-5/+8
| * device/trivial: unify (rename) functions in "nm-device.c"Thomas Haller2020-09-111-71/+71
| * core: move nm_utils_generate_duid_from_machine_id() to "nm-core-utils.c"Thomas Haller2020-09-113-116/+138
| * l3cfg: add nm_l3cfg_get_combined_l3cd() functionThomas Haller2020-09-112-0/+10
| * l3cfg: gracefully accept %NULL argument in nm_l3_config_data_lookup_objs()Thomas Haller2020-09-111-0/+2
| * l3cfg: add nm_l3cfg_get_best_default_route() functionThomas Haller2020-09-112-0/+25
| * l3cfg: add nm_l3cfg_get_pllink() helperThomas Haller2020-09-111-0/+22