summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-24gitlab-ci: fix CentOS Linux 9 containers during ".gitlab-ci/fedora-install.sh"th/tmp3Fernando Fernandez Mancera2-9/+11
2023-01-23contrib/fedora: install "python36-gobject" when building with meson on centos7Thomas Haller1-0/+4
2023-01-23contrib/fedora: disable "qt" build of examples for spec fileThomas Haller1-0/+1
2023-01-23contrib/fedora: explicitly set "pppd" path in configure scriptThomas Haller1-2/+4
2023-01-23merge: branch 'pr/1479'Beniamino Galvani3-4/+53
2023-01-23ndisc: Accept routes from on-link prefixes form raAlexander Lochmann3-4/+53
2023-01-20libnm: valide IPv4 ECMP routes in NMIPRoute as unicast routesThomas Haller1-4/+19
2023-01-20meson: increase "default_test_timeout" to 3 minutesThomas Haller2-2/+2
2023-01-20glib-aux/trivial: fix code comment about nmtst_is_debug()Thomas Haller1-1/+1
2023-01-19release: bump version to 1.43.0 (development)1.43.0-devThomas Haller2-3/+3
2023-01-19release: bump version to 1.41.90 (1.42-rc1)1.42-rc1Thomas Haller2-2/+2
2023-01-19gitlab-ci: set OMP_NUM_THREADS=1 to avoid libgomp crash for msgmergeThomas Haller1-0/+1
2023-01-19platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2-6/+3
2023-01-19platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller1-5/+6
2023-01-19libnm/doc: document "weight" attribute for IPv4 routesThomas Haller1-0/+7
2023-01-19NEWS: updateFernando Fernandez Mancera1-12/+97
2023-01-19gitlab-ci: avoid clean step in "run-test.sh" for manual invocationThomas Haller1-11/+12
2023-01-19platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller1-0/+5
2023-01-19l3cfg: schedule an update after every commit-type/config-data register/unregi...ff/fix_ecmp_empty_lstFernando Fernandez Mancera2-9/+21
2023-01-19platform: merge branch 'th/platform-cache-consistency-routes'Thomas Haller19-239/+929
2023-01-19platform/tests: add test for cache consistency for IP routesThomas Haller2-1/+230
2023-01-19platform/tests: add nmtstp_assert_platform() helperThomas Haller2-0/+320
2023-01-19platform/tests: extend nmtstp_env1_add_test_func() to create more interfacesThomas Haller5-60/+93
2023-01-19platform: allow setting multi_idx instance for NMPlatformThomas Haller7-16/+51
2023-01-19platform: add NMP_OBJECT_TYPE_NAME() macroThomas Haller1-0/+2
2023-01-19platform: abort handling routes in _rtnl_handle_msg() when resync is requiredThomas Haller1-0/+2
2023-01-19platform: resync route cache upon NLM_F_REPLACE flagThomas Haller1-14/+37
2023-01-19platform: parse routes of any type to handle replaceThomas Haller1-9/+11
2023-01-19platform: better handle `ip route replace` for ignored routesThomas Haller4-20/+19
2023-01-19platform: minor cleanup in nmp_cache_update_netlink_route()Thomas Haller1-7/+6
2023-01-19platform: fix nmp_lookup_init_route_by_weak_id() to honor the route-tableThomas Haller3-21/+46
2023-01-19platform: avoid printing raw pointer values in logThomas Haller3-63/+73
2023-01-19glib-aux/tests: enable TRACE logging level when debugging nmtst testsThomas Haller1-1/+1
2023-01-19glib-aux/tests: add nmtst_keeper_add() test helperThomas Haller1-0/+21
2023-01-19glib-aux: rename and change nm_g_ptr_array_copy() to nm_g_ptr_array_new_clone()Thomas Haller2-29/+19
2023-01-18curl: use CURLOPT_PROTOCOLS_STR instead of deprecated CURLOPT_PROTOCOLSThomas Haller2-0/+11
2023-01-18core: fix enum argument in prototype of nm_utils_kill_process_sync(), etc.Thomas Haller1-3/+3
2023-01-18gitlab-ci: bump ci-templates tag to generate new container imagesThomas Haller2-6/+6
2023-01-17merge: branch 'lr/nl-retry'Lubomir Rintel1-25/+34
2023-01-17CONTRIBUTING: add hint for using cscopeThomas Haller1-0/+7
2023-01-17build: fix `make cscope` step for removed directoriesThomas Haller1-1/+1
2023-01-17tests: merge branch 'th/leak-test-data'Thomas Haller2-35/+137
2023-01-17glib-aux: use struct initialization in nm_dedup_multi_index_new()Thomas Haller1-6/+9
2023-01-17glib-aux/tests: avoid valgrind leak with nmtst_add_test_func()Thomas Haller1-1/+5
2023-01-17glib-aux/tests: add mechanims to track and free test dataThomas Haller1-0/+69
2023-01-17glib-aux/tests: embed testpath in NmtstTestData structThomas Haller1-18/+14
2023-01-17glib-aux/tests: use struct initialization in _nmtst_add_test_func_full()Thomas Haller1-6/+9
2023-01-17glib-aux/tests: use C99 flexible array members for pointers in NmtstTestDataThomas Haller1-3/+2
2023-01-17glib-aux/tests: expose current test name that is running under nmtst_add_test...Thomas Haller1-10/+38
2023-01-17libnm,platform: fix range for "weight" property of next hops for routesThomas Haller10-51/+64