summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: core/manager: s/master/controller/lr/conscious-langLubomir Rintel2023-01-221-105/+106
* WIP: s/nm_active_connection_set_master/nm_active_connection_set_controller/Lubomir Rintel2023-01-223-17/+17
* WIP: core/policy: s/master/controller/Lubomir Rintel2023-01-221-13/+16
* WIP: settings/ifcfg-rh: s/master/controller/Lubomir Rintel2023-01-222-29/+29
* WIP: core/6lowpan: s/master/controller/Lubomir Rintel2023-01-221-5/+5
* WIP: core/macsec: s/master/controller/Lubomir Rintel2023-01-221-5/+5
* WIP: nmtui/slave-list: s/master/controller/Lubomir Rintel2023-01-221-5/+6
* WIP: nmtui/edit: s/master/controller/Lubomir Rintel2023-01-221-7/+7
* WIP: core/vlan: s/master/controller/Lubomir Rintel2023-01-221-7/+7
* WIP: all: use get_controller() accessor everywhereLubomir Rintel2023-01-2224-50/+50
* WIP: core/setting-connection: introduce controller, deprecate masterLubomir Rintel2023-01-223-27/+62
* WIP: core: add a property type for deprecated aliasesLubomir Rintel2023-01-225-59/+229
* WIP: s/_nm_connection_type_is_master/_nm_connection_type_is_controller/gLubomir Rintel2023-01-223-3/+3
* core/main-utils: fix up some early error outputLubomir Rintel2023-01-221-4/+4
* meson: increase "default_test_timeout" to 3 minutesThomas Haller2023-01-202-2/+2
* glib-aux/trivial: fix code comment about nmtst_is_debug()Thomas Haller2023-01-201-1/+1
* release: bump version to 1.43.0 (development)1.43.0-devThomas Haller2023-01-192-3/+3
* release: bump version to 1.41.90 (1.42-rc1)1.42-rc1Thomas Haller2023-01-192-2/+2
* gitlab-ci: set OMP_NUM_THREADS=1 to avoid libgomp crash for msgmergeThomas Haller2023-01-191-0/+1
* platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2023-01-192-6/+3
* platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2023-01-191-5/+6
* libnm/doc: document "weight" attribute for IPv4 routesThomas Haller2023-01-191-0/+7
* NEWS: updateFernando Fernandez Mancera2023-01-191-12/+97
* gitlab-ci: avoid clean step in "run-test.sh" for manual invocationThomas Haller2023-01-191-11/+12
* platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2023-01-191-0/+5
* l3cfg: schedule an update after every commit-type/config-data register/unregi...ff/fix_ecmp_empty_lstFernando Fernandez Mancera2023-01-192-9/+21
* platform: merge branch 'th/platform-cache-consistency-routes'Thomas Haller2023-01-1919-239/+929
|\
| * platform/tests: add test for cache consistency for IP routesThomas Haller2023-01-192-1/+230
| * platform/tests: add nmtstp_assert_platform() helperThomas Haller2023-01-192-0/+320
| * platform/tests: extend nmtstp_env1_add_test_func() to create more interfacesThomas Haller2023-01-195-60/+93
| * platform: allow setting multi_idx instance for NMPlatformThomas Haller2023-01-197-16/+51
| * platform: add NMP_OBJECT_TYPE_NAME() macroThomas Haller2023-01-191-0/+2
| * platform: abort handling routes in _rtnl_handle_msg() when resync is requiredThomas Haller2023-01-191-0/+2
| * platform: resync route cache upon NLM_F_REPLACE flagThomas Haller2023-01-191-14/+37
| * platform: parse routes of any type to handle replaceThomas Haller2023-01-191-9/+11
| * platform: better handle `ip route replace` for ignored routesThomas Haller2023-01-194-20/+19
| * platform: minor cleanup in nmp_cache_update_netlink_route()Thomas Haller2023-01-191-7/+6
| * platform: fix nmp_lookup_init_route_by_weak_id() to honor the route-tableThomas Haller2023-01-193-21/+46
| * platform: avoid printing raw pointer values in logThomas Haller2023-01-193-63/+73
| * glib-aux/tests: enable TRACE logging level when debugging nmtst testsThomas Haller2023-01-191-1/+1
| * glib-aux/tests: add nmtst_keeper_add() test helperThomas Haller2023-01-191-0/+21
| * glib-aux: rename and change nm_g_ptr_array_copy() to nm_g_ptr_array_new_clone()Thomas Haller2023-01-192-29/+19
|/
* curl: use CURLOPT_PROTOCOLS_STR instead of deprecated CURLOPT_PROTOCOLSThomas Haller2023-01-182-0/+11
* core: fix enum argument in prototype of nm_utils_kill_process_sync(), etc.Thomas Haller2023-01-181-3/+3
* gitlab-ci: bump ci-templates tag to generate new container imagesThomas Haller2023-01-182-6/+6
* merge: branch 'lr/nl-retry'Lubomir Rintel2023-01-171-25/+34
|\
| * platform: retry link change on RESULT_FAILED_RESYNCLubomir Rintel2023-01-161-11/+24
| * platform: log something nice about RESULT_FAILED_RESYNCLubomir Rintel2023-01-161-0/+3
| * platform: remove log_result from do_change_link()Lubomir Rintel2023-01-161-7/+2
| * platform: don't negate lefthand argument in set comparisonLubomir Rintel2023-01-161-10/+8