summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | CONTRIBUTING: add hint for using cscopeThomas Haller2023-01-171-0/+7
* | build: fix `make cscope` step for removed directoriesThomas Haller2023-01-171-1/+1
* | tests: merge branch 'th/leak-test-data'Thomas Haller2023-01-172-35/+137
|\ \
| * | glib-aux: use struct initialization in nm_dedup_multi_index_new()Thomas Haller2023-01-171-6/+9
| * | glib-aux/tests: avoid valgrind leak with nmtst_add_test_func()Thomas Haller2023-01-171-1/+5
| * | glib-aux/tests: add mechanims to track and free test dataThomas Haller2023-01-171-0/+69
| * | glib-aux/tests: embed testpath in NmtstTestData structThomas Haller2023-01-171-18/+14
| * | glib-aux/tests: use struct initialization in _nmtst_add_test_func_full()Thomas Haller2023-01-171-6/+9
| * | glib-aux/tests: use C99 flexible array members for pointers in NmtstTestDataThomas Haller2023-01-171-3/+2
| * | glib-aux/tests: expose current test name that is running under nmtst_add_test...Thomas Haller2023-01-171-10/+38
|/ /
* | libnm,platform: fix range for "weight" property of next hops for routesThomas Haller2023-01-1710-51/+64
* | rpm: don't BR dhcp-clientLubomir Rintel2023-01-171-6/+6
* | device: fix available-connections for a device for user-requestThomas Haller2023-01-171-1/+1
* | all: add support for ovs-dpdk n-rxq-desc and n-txq-descbg/ovs-dpdk-n-queue-descBeniamino Galvani2023-01-178-7/+164
* | nmcli: avoid message about guessed wep-key-type when setting WEP passwordThomas Haller2023-01-161-10/+13
* | firewall: merge branch 'th/iptables-wait'Thomas Haller2023-01-161-20/+12
|\ \ | |/ |/|
| * firewall: pass "--wait 2" to iptables to wait for concurrent invocationsThomas Haller2023-01-161-1/+1