summaryrefslogtreecommitdiff
path: root/src/devices/ovs/nm-ovsdb.c
Commit message (Expand)AuthorAgeFilesLines
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-9/+9
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-1356/+1648
* core/trivial: replace "XXX" markers with "TODO"Thomas Haller2020-08-271-1/+1
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* ovs: set MAC address on the bridge for local interfacesBeniamino Galvani2020-07-061-37/+77
* all: fix typo in man pagesSayed Shah2020-07-031-2/+2
* ovs: enable trace logging not only with NM_MORE_LOGGINGThomas Haller2020-05-081-10/+11
* ovsdb: retry calls in case of communication error with serverBeniamino Galvani2020-04-091-26/+55
* ovs: set MTU from connection when creating an internal interfaceBeniamino Galvani2020-03-261-0/+12
* ovs/ovsdb: support changing the MTU of an ovs interfaceBeniamino Galvani2020-03-261-16/+61
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-3/+3
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-2/+2
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-1/+1
* ovs: allow changing mac address of bridges and interfacesBeniamino Galvani2019-11-201-16/+72
* ovs: fix memory leakBeniamino Galvani2019-11-201-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* ovs/ovsdb: add support for setting the bridge data path typeLubomir Rintel2019-07-251-0/+4
* ovs/ovsdb: correctly set the dpdk-devargs optionLubomir Rintel2019-07-151-1/+1
* ovs/ovsdb: add support for setting dpdk devargs optionLubomir Rintel2019-06-141-4/+14
* ovs/ovsdb: remove unused headersLubomir Rintel2019-06-141-2/+1
* ovs/ovsdb: track the devices before we signal additionLubomir Rintel2019-06-141-3/+3
* ovs/ovsdb: signal a failure when an error column is setLubomir Rintel2019-06-141-3/+21
* ovs/ovsdb: fix signal handler argument typesLubomir Rintel2019-06-141-2/+2
* ovs/ovsdb: remove the device-changes signalLubomir Rintel2019-06-141-14/+0
* ovs/ovsdb: guard against OVSDB integrity issuesLubomir Rintel2019-06-141-9/+31
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* ovs: fix dispose()Beniamino Galvani2019-02-171-5/+11
* ovs: don't leak a GCancellable on connection failureBeniamino Galvani2019-02-171-3/+1
* ovs: fix leak of json objectsBeniamino Galvani2019-02-171-4/+5
* ovs: use nm_auto_decref_jsonBeniamino Galvani2019-02-171-29/+20
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* docs: misc. typosluz.paz2018-09-151-1/+1
* build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller2018-08-271-1/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-10/+10
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: avoid calling g_free on a const pointer with g_clear_pointer()Thomas Haller2018-03-191-3/+3
* ovs: don't consume error in method callbackBeniamino Galvani2018-02-211-6/+2
* ovs: add error code for callbacks to indicate NM is quittingBeniamino Galvani2018-02-211-13/+13
* all: update compatiblity for older libjansson versionsth/janssonThomas Haller2017-11-091-0/+4
* all: use nm-jansson.hThomas Haller2017-11-091-22/+1
* ovs: add backward compatibility wrapper for json_object_foreach() macroThomas Haller2017-10-311-0/+8
* devices/ovs/ovsdb: fix 32bit buildsLubomir Rintel2017-10-311-2/+2
* devices/ovs/ovsdb: fix build with old JanssonLubomir Rintel2017-10-311-0/+8
* device: add support for OpenVSwitch devicesLubomir Rintel2017-10-301-0/+1591