summaryrefslogtreecommitdiff
path: root/src/devices/ovs
Commit message (Expand)AuthorAgeFilesLines
* core: add and use NM_MANAGER_GET macroThomas Haller2019-09-221-3/+3
* all: SPDX header conversionLubomir Rintel2019-09-109-126/+9
* ovs: don't release slaves on quitBeniamino Galvani2019-07-291-7/+12
* ovs/ovsdb: add support for setting the bridge data path typeLubomir Rintel2019-07-251-0/+4
* ovs/interface: actually allow dpdk type interfacesLubomir Rintel2019-07-151-0/+1
* 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/factory: fail the NMDevice if there's an error in OVSDBlr/ovs-failuresLubomir Rintel2019-06-141-1/+40
* 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-142-5/+24
* ovs/ovsdb: fix signal handler argument typesLubomir Rintel2019-06-141-2/+2
* ovs/ovsdb: remove the device-changes signalLubomir Rintel2019-06-142-15/+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-interface: dissociate the link on deleting it from ovsdbLubomir Rintel2019-04-081-0/+6
* Revert "ovs-interface: dissociate the link on disconnection"Lubomir Rintel2019-04-081-11/+0
* ovs: correct the reason for tearing down unexpectedlyLubomir Rintel2019-04-081-1/+1
* Revert "ovs: don't traverse interface through disconnected when the ovsdb ent...Lubomir Rintel2019-04-081-1/+8
* ovs: don't traverse interface through disconnected when the ovsdb entry is re...Lubomir Rintel2019-03-281-8/+1
* ovs-interface: dissociate the link on disconnectionLubomir Rintel2019-03-281-0/+11
* Revert "ovs-port: dissociate the link from the interface device on delete"Thomas Haller2019-03-241-7/+0
* ovs-port: dissociate the link from the interface device on deleteLubomir Rintel2019-03-221-0/+7
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-053-51/+17
* 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
* build: meson: Add trailing commasIñigo Martínez2018-12-201-3/+3
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-3/+4
* 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
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-243-49/+10
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-243-6/+9
* device: also use NM_DEVICE_CLASS_DECLARE_TYPES() for types without link-typesThomas Haller2018-07-242-2/+4
* device: use NM_DEVICE_CLASS_DECLARE_TYPES() to set connection_type_supported ...Thomas Haller2018-07-241-2/+1
* device/trivial: rename NMDeviceClass.connection_type to connection_type_suppo...Thomas Haller2018-07-243-3/+3
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-1/+0
* devices/ovs: expose slaves on D-Bus for OVS bridges and portsLubomir Rintel2018-07-102-0/+6
* meson: run the check-export.sh in test phaseLubomir Rintel2018-06-281-3/+3
* contrib/rpm: Use Open vSwitch instead of OpenVSwitchTimothy Redaelli2018-06-281-3/+3
* ovs: only finish waiting for a link when we actually got oneLubomir Rintel2018-06-151-1/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-10/+10
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-091-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-302-2/+0
* all: avoid calling g_free on a const pointer with g_clear_pointer()Thomas Haller2018-03-191-3/+3
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-124-21/+41
* 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-212-15/+17