summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core/ovs: for now drop cancellable from ovsdbmethod call againth/ovs-external-ids-2Thomas Haller2020-11-171-74/+5
* core/ovs: support setting OVS external-idsThomas Haller2020-11-178-44/+294
* core/ovs: log external-ids of Interfaces/Ports/BridgesThomas Haller2020-11-171-12/+54
* core/ovs: cleanup logging of OvsdbMethodCallThomas Haller2020-11-171-56/+42
* core/ovs: allow ovsdb calls to be cancelledThomas Haller2020-11-171-6/+74
* core/ovs: don't fail with "cancelled" reason for disconnected ovsdbThomas Haller2020-11-171-1/+4
* core/ovs: track pending calls in a CList instead of GArrayThomas Haller2020-11-171-56/+59
* core/ovs: move definitions of structs in "nm-ovsdb.c"Thomas Haller2020-11-171-43/+43
* examples: extend "ovs-external-ids.py" to support `nmcli device modify`Thomas Haller2020-11-171-67/+305
* libnm: return NMSetting pointer from nm_setting_ovs_external_ids_new()Thomas Haller2020-11-172-2/+2
* shared: add NM_UTILS_ERROR_NOT_READY enum valueThomas Haller2020-11-171-0/+3
* shared: add nm_g_hash_table_ref()/nm_g_hash_table_unref() helpersThomas Haller2020-11-171-0/+13
* gitlab-ci: combine ubuntu/centos install scripts with their debian/fedora cou...Thomas Haller2020-11-174-10/+8
* build: add make-check step to check and generate ".gitlab-ci.yml"Thomas Haller2020-11-173-0/+45
* po: update Ukrainian (uk) translationYuri Chornoivan2020-11-171-571/+647
* gitlab-ci: install correct version of ci-templates in build scriptThomas Haller2020-11-172-3/+5
* gitlab-ci: automatically hash build scripts into tag for ci-templates containerThomas Haller2020-11-173-8/+17
* data: merge branch 'mikhailnov:timeout-60'Thomas Haller2020-11-162-1/+2
|\
| * NEWS: updateThomas Haller2020-11-161-0/+1
| * systemd: remove code comment from "NetworkManager-wait-online.service.in"Thomas Haller2020-11-161-2/+0
| * systemd: increase default timeout of NetworkManager-wait-onlineMikhail Novosyolov2020-11-161-1/+3
|/
* merge: branch 'bg/hostname-setting-rh1766944'Beniamino Galvani2020-11-1630-130/+1088
|\
| * policy: use the hostname settingbg/hostname-setting-rh1766944Beniamino Galvani2020-11-163-76/+464
| * all: add hostname settingBeniamino Galvani2020-11-1620-15/+549
| * ifcfg: reuse the same variable for different settingsBeniamino Galvani2020-11-161-26/+28
| * core: reverse the order of active connections in the managerBeniamino Galvani2020-11-164-6/+26
| * core: add nm_ip_config_get_first_address()Beniamino Galvani2020-11-161-0/+6
| * shared: add c-list macros to iterate backwardsBeniamino Galvani2020-11-164-7/+15
|/
* wwan: update default connection timeout to 200sAleksander Morgado2020-11-161-2/+5
* iwd: Fix a use after freeAndrew Zaborowski2020-11-121-2/+3
* ppp: drop unnecessary cast for return value of g_object_new() (manually)Thomas Haller2020-11-121-2/+1
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-1283-337/+337
* core/trivial: fix clang-format code formattingThomas Haller2020-11-121-2/+2
* manager: Keep volatile/external connections while referenced by async_op_lstAndrew Zaborowski2020-11-121-2/+34
* po: update Ukrainian (uk) translationYuri Chornoivan2020-11-111-260/+285
* gitlab-ci: automatically run prep-container to fix hanging testsThomas Haller2020-11-112-23/+23
* gitlab-ci: add "needs" for pages testThomas Haller2020-11-112-0/+4
* device: fix _Generic() types for _NM_DEVICE_CAST() macro (2)Thomas Haller2020-11-101-1/+4
* build: fix handling NMTST_SKIP_PYTHON_BLACK for skipping `make check-python-b...Thomas Haller2020-11-101-1/+1
* device: fix _Generic() types for _NM_DEVICE_CAST() macroThomas Haller2020-11-101-4/+6
* gitlab-ci: fix building artifacts (pages) during gitlab-ci testThomas Haller2020-11-103-1/+9
* gitlab-ci: skip python black check during `make check` for buildsThomas Haller2020-11-101-0/+6
* contrib/checkpatch: fix shallow repository for checkpatch scriptThomas Haller2020-11-101-0/+2
* contrib/checkpatch: use random name for git remote and clean up afterwardsThomas Haller2020-11-101-5/+14
* gitlab-ci: bump default-tagThomas Haller2020-11-102-5/+5
* gitlab-ci: merge "check-ci-script" test with static checksThomas Haller2020-11-103-47/+37
* gitlab-ci: cleanup ".gitlab-ci/{build,fedora-install,debian-install}.sh"Thomas Haller2020-11-103-45/+104
* contrib: install "udev" package with "debian/REQUIRED_PACKAGES"Thomas Haller2020-11-101-0/+2
* contrib: install "python{3,}-setuptools" package with "debian/REQUIRED_PACKAGES"Thomas Haller2020-11-101-0/+2
* ovs: merge branch 'th/ovs-external-ids' (first part of feature)Thomas Haller2020-11-1058-631/+2182
|\