summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-27device: use NMUnmanFlagOp enum members instead of literalsff/use_unman_flagsFernando Fernandez Mancera4-15/+18
2023-01-27nmcli/style: fix clang-format styleThomas Haller1-3/+1
2023-01-27nmcli: fix typos in nmcli outputMichael Biebl2-3/+3
2023-01-26merge: branch 'ff/fix_l3cfg_onlink'Fernando Fernandez Mancera2-44/+2
2023-01-26l3-config-data: do not check route table to get direct routesff/fix_l3cfg_onlinkFernando Fernandez Mancera1-12/+2
2023-01-26Revert "nm-netns: add onlink routes for ECMP routes"Fernando Fernandez Mancera1-31/+0
2023-01-26Revert "l3cfg: do not add dependent routes for non-default routes"Fernando Fernandez Mancera1-2/+1
2023-01-26release: bump version to 1.43.1 (development)1.43.1-devLubomir Rintel2-2/+2
2023-01-26libnm/client: don't consider client running if we got no NMManagerLubomir Rintel1-6/+11
2023-01-26libnm/client: drop an unused argumentLubomir Rintel1-6/+5
2023-01-26merge: branch 'lr/global-dns'Lubomir Rintel7-29/+63
2023-01-26dns-manager: always apply options from [global-dns]lr/global-dnsLubomir Rintel6-24/+55
2023-01-26config: fix a reversed conditionalLubomir Rintel1-2/+2
2023-01-26config-data: style fixLubomir Rintel1-4/+7
2023-01-26dns-manager: style fixLubomir Rintel1-2/+2
2023-01-25po: update Ukrainian translationYuri Chornoivan1-818/+849
2023-01-25platform: detect EINVAL as failure to set the MTUThomas Haller1-1/+2
2023-01-24contrib/copr: better detect git-ref in "nm-copr-build.sh"Thomas Haller1-0/+1
2023-01-24contrib/rpm: fix condition in "NetworkManager.spec" (3)Thomas Haller1-1/+1
2023-01-24contrib/rpm: fix condition in "NetworkManager.spec" (2)Thomas Haller1-1/+1
2023-01-24contrib/rpm: fix condition in "NetworkManager.spec"Thomas Haller1-1/+1
2023-01-24contrib/fedora: make "lto" in the spec file configurableThomas Haller4-2/+31
2023-01-24contrib: support disabling "LTO" in "nm-copr-build.sh"Thomas Haller1-2/+13
2023-01-24gitlab-ci: fix CentOS Linux 9 containers during ".gitlab-ci/fedora-install.sh"Fernando 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