summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core/ovs: refactor duplicate code in ovsdb_next_command()th/ovs-external-idsThomas Haller2020-11-091-52/+39
* core/ovs: split payload out of OvsdbMethodCall structThomas Haller2020-11-091-98/+125
* core/ovs: rename logging output for _LOGT_call()Thomas Haller2020-11-091-3/+3
* core/ovs: name union fields in OvsdbMethodCallThomas Haller2020-11-091-33/+41
* core/ovs: cleanup debug logging for OVS commandThomas Haller2020-11-091-15/+9
* core/ovs: track external-ids for cached ovsdb objectsThomas Haller2020-11-092-45/+119
* core/ovs: cleanup logic in update handling of ovsdb_got_update()Thomas Haller2020-11-091-152/+269
* core/ovs: change function signature of _free_{bridge,port,interface}Thomas Haller2020-11-091-14/+11
* core/ovs: use helper functions to emit NM_OVSDB_* signalsThomas Haller2020-11-092-47/+44
* core/ovs: move code in "nm-ovsdb.c" around to have simple helpers at the topThomas Haller2020-11-091-59/+67
* core/ovs: track key for OpenvswitchInterface in same structThomas Haller2020-11-091-6/+9
* core/ovs: track key for OpenvswitchPort in same structThomas Haller2020-11-091-6/+9
* core/ovs: track key for OpenvswitchBridge in same structThomas Haller2020-11-091-13/+14
* core/ovs: minor cleanup of logic in _add_interface()Thomas Haller2020-11-091-6/+8
* core/ovs: avoid possible crash in _add_interface()Thomas Haller2020-11-091-2/+2
* core/ovs: use streq() instead of strcmp()Thomas Haller2020-11-091-21/+19
* core/ovs: cleanup uses of g_slice_*() in "nm-ovsdb.c"Thomas Haller2020-11-091-20/+27
* core/ovs: fix using unsigned "mtu" value to json_pack()Thomas Haller2020-11-091-2/+2
* core/ovs: cleanup handling of call id for OVS commandsThomas Haller2020-11-091-18/+38
* core/ovs: fix leak of "NMOvsdbPrivate.db_uuidThomas Haller2020-11-091-2/+6
* core/trivial: add FIXME comment about immutable applied-connectionThomas Haller2020-11-092-0/+4
* device: refactor NMDevice's can_reapply_change() to return earlyThomas Haller2020-11-091-20/+26
* device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller2020-11-0929-55/+58
* format: mark json_{object,array}_foreach() macors as ForEachMacros for clang-...Thomas Haller2020-11-092-12/+8
* examples: add "ovs-external-ids.py" example scriptThomas Haller2020-11-092-0/+426
* libnm: add NMSettingOvsExternalIDsThomas Haller2020-11-0916-4/+747
* libnm: add nm_utils_print() functionThomas Haller2020-11-093-0/+45
* shared/strbuf: add nm_str_buf_get_char() and nm_str_buf_get_str_at_unsafe() h...Thomas Haller2020-11-091-1/+26
* shared,all: cleanup nm_utils_hashtable_equal*() functionsThomas Haller2020-11-095-86/+84
* shared: use GEqualFunc instead of NMUtilsHashTableEqualFunc typedefThomas Haller2020-11-092-10/+8
* shared: add nm_g_array_unref() helperThomas Haller2020-11-091-0/+7
* shared: add nm_utils_strdict_clone() helperThomas Haller2020-11-092-0/+20
* shared: add nm_utils_named_value_clear_with_g_free() helperThomas Haller2020-11-092-0/+14
* shared: add nm_utils_strdup_reset_take() helperThomas Haller2020-11-091-0/+19
* libnm: fix assertion in nm_setting_user_set_data() to check input argumentThomas Haller2020-11-091-1/+1
* contrib: fix failure for "fedora/REQUIRED_PACKAGES" on CentOS 8 for "black"Thomas Haller2020-11-091-1/+1
* po: update Ukrainian (uk) translationYuri Chornoivan2020-11-091-484/+444
* gitlab-ci: don't explicitly install black/clang/gettext during checkpatch stageThomas Haller2020-11-092-2/+0
* contrib: add xargs/black/clang packages to fedora/REQUIRED_PACKAGESThomas Haller2020-11-091-0/+3
* gitlab-ci: add ubuntu:20.04 test and reorder versionsThomas Haller2020-11-092-78/+109
* gitlab-ci: let Fedora 33 test always runThomas Haller2020-11-092-2/+2
* gitlab-ci: generate pages on Fedora 33 imageThomas Haller2020-11-092-4/+4
* gitlab-ci: reorder jobs for checkpatch testThomas Haller2020-11-092-2/+2
* gitlab CI: switch to using ci-templatesPeter Hutterer2020-11-098-166/+1059
* dns: sd-resolved: fix hash table initializationbg/rh1894839Beniamino Galvani2020-11-061-2/+1
* build: merge branch 'th/build-generate-docs'Thomas Haller2020-11-037-33/+1166
|\
| * build: rename "tools/check-settings-docs.sh" to "check-compare-generated.sh"Thomas Haller2020-11-034-5/+5
| * build: cleanup "tools/check-settings-docs.sh" scriptThomas Haller2020-11-031-14/+13
| * build: commit pre-generated "generate-docs-nm-settings-nmcli.xml" to gitThomas Haller2020-11-033-7/+1141
| * build: only generate "settings-docs.h" with "--enable-gtk-doc"Thomas Haller2020-11-032-2/+2