summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | l3cfg: support tracking the DHCP lease in NML3ConfigDataThomas Haller2020-09-113-3/+90
| * | core: add NMDhcpLease typedef and simple accessor functionsThomas Haller2020-09-111-0/+61
| * | shared: add nm_utils_hashtable_{equal,cmp}() helper functionThomas Haller2020-09-113-18/+371
| * | shared: fix out of bounds for nm_g_array_append_new() macroThomas Haller2020-09-111-6/+6
| * | device: remove unused dhcp4.root_path fieldThomas Haller2020-09-111-5/+0
|/ /
* | bond: merge branch 'th/bond-options-reapply-fix'Thomas Haller2020-09-105-176/+178
|\ \
| * | tui: always unset "active-slave" bond option in nmtuiThomas Haller2020-09-101-0/+1
| * | cli: normalize profile when setting bond options "active_slave" or "primary"Thomas Haller2020-09-101-4/+31
| * | libnm,core: deprecate "active_slave" and alias it for "primary"Thomas Haller2020-09-102-65/+24