summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * device: cleanup code in NMDeviceBond's update_connection()Thomas Haller2020-09-101-10/+13
| * tui: allow configuring "primary" bond option with "balance-{alb,tlb}"Thomas Haller2020-09-101-2/+5
| * libnm: allow setting "primary" option with modes "tlb" and "alb"Thomas Haller2020-09-101-1/+3
| * device: inline check_changed_options() in can_reapply_change()Thomas Haller2020-09-101-30/+26
| * device: unify setting of bond optionsThomas Haller2020-09-101-27/+32
| * device: remove duplicate option "primary" from list to reapplyThomas Haller2020-09-101-1/+0
| * device: allow "active_slave" and "arp_ip_target" bond option for reapplyThomas Haller2020-09-101-41/+28
| * shared: extend NM_IN_SET()/NM_IN_STRSET() macros to support up to 30 argumentsThomas Haller2020-09-101-0/+20
|/
* clients: set "ipv[46].dns-priority=-50" during import of WireGuard profilesThomas Haller2020-09-101-1/+1
* device: fix wrongly considering ipv6.may-fail for ipv4Beniamino Galvani2020-09-091-1/+1
* build/meson: enable "more_asserts" only for devel buildsThomas Haller2020-09-082-1/+8
* meson_options: fix suggested values for more_assertsJordan Petridis2020-09-081-1/+1
* build/docs: fix generated XML syntax in tools/generate-docs-nm-settings-docs-...Valentin David2020-09-081-2/+6
* tests: ignore valgrind warning about unhandled syscallsThomas Haller2020-09-071-3/+9
* build: fix test for valid po files (msgfmt -vc)Thomas Haller2020-09-071-3/+3
* device: enforce the absence of a master during activationbg/rh1869079Beniamino Galvani2020-09-071-9/+26
* l3cfg: merge branch 'th/l3cfg-7'Thomas Haller2020-09-0710-137/+822
|\
| * core: accept void pointer in nm_dbus_object_export() and relatedThomas Haller2020-09-072-28/+37
| * l3cfg: add nm_l3cfg_commit_type*() API for tracking the level for committing ...Thomas Haller2020-09-072-4/+143
| * l3cfg: add nm_l3_config_data_has_routes_with_type_local() helperThomas Haller2020-09-072-0/+60
| * l3cfg: more integration of NMDevice with l3cfgThomas Haller2020-09-073-25/+338
| * l3cfg: remove changed flag from nm_l3cfg_add_config()/nm_l3cfg_remove_config()Thomas Haller2020-09-072-26/+33
| * l3cfg: drop unused NM_L3_CONFIG_MERGE_FLAGS_EXTERNALThomas Haller2020-09-072-21/+0