summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: drop "event_id" parameter from NM_DHCP_CLIENT_SIGNAL_STATE_CHANGED signalth/l3cfg-8Thomas 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-25/+24
* 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/+60
* 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
| * l3cfg: add more l3cfg API that will be used nextThomas Haller2020-09-074-4/+89
| * l3cfg: add nm_l3_config_data_get_blacklisted_ip4_routes() utilThomas Haller2020-09-073-29/+94
| * l3cfg: add nm_l3_config_data_get_domains() accessorThomas Haller2020-09-072-0/+16
| * platform: add nm_platform_ip_address_get_peer_address() helperThomas Haller2020-09-071-0/+12
|/
* build: add test for valid po files (msgfmt -vc)Thomas Haller2020-09-071-0/+14
* po: merge branch 'th/po-fix-fr-ja-zh_CN'Thomas Haller2020-09-0767-165661/+220257
|\
| * gitlab-ci: add test for checking po filesth/po-fix-fr-ja-zh_CNThomas Haller2020-09-041-1/+2
| * po: remove invalid translations from po/{fr,ja,zh_CN}.poThomas Haller2020-09-043-10/+8
| * po: make update-poThomas Haller2020-09-0466-165653/+220250
|/
* l3cfg: merge branch 'th/l3cfg-6-acd'Thomas Haller2020-09-038-108/+1979
|\