summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-17rpm: don't BR dhcp-clientLubomir Rintel1-6/+6
2023-01-17device: fix available-connections for a device for user-requestThomas Haller1-1/+1
2023-01-17all: add support for ovs-dpdk n-rxq-desc and n-txq-descbg/ovs-dpdk-n-queue-descBeniamino Galvani8-7/+164
2023-01-16platform: retry link change on RESULT_FAILED_RESYNCLubomir Rintel1-11/+24
2023-01-16nmcli: avoid message about guessed wep-key-type when setting WEP passwordThomas Haller1-10/+13
2023-01-16firewall: merge branch 'th/iptables-wait'Thomas Haller1-20/+12
2023-01-16firewall: pass "--wait 2" to iptables to wait for concurrent invocationsThomas Haller1-1/+1
2023-01-16firewall: automatically add iptables path to _share_iptables_call() callThomas Haller1-20/+12
2023-01-16platform: log something nice about RESULT_FAILED_RESYNCLubomir Rintel1-0/+3
2023-01-16platform: remove log_result from do_change_link()Lubomir Rintel1-7/+2
2023-01-16platform: don't negate lefthand argument in set comparisonLubomir Rintel1-10/+8
2023-01-11release: bump version to 1.41.8 (development)1.41.8-devBeniamino Galvani2-2/+2
2023-01-11ovs: merge branch 'th/ovs-other-config'Thomas Haller31-345/+1287
2023-01-11ovs: add support for "other_config" settingsThomas Haller29-153/+978
2023-01-11ovs: extend "external-ids" handle for supporting "other_config"Thomas Haller1-58/+126
2023-01-11ovs: rename internal code to make independent of "external-ids"Thomas Haller3-120/+119
2023-01-11ovs: ensure existing "external-ids" get updated during reapplyThomas Haller1-13/+14
2023-01-11ovs: don't replace all "other_config" in _set_bridge_mac()Thomas Haller1-15/+24