summaryrefslogtreecommitdiff
path: root/src/devices/ovs/nm-device-ovs-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-164/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* core/ovs: support setting OVS external-idsThomas Haller2020-11-171-8/+47
* device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller2020-11-091-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-1/+1
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-62/+56
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-051-13/+5
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-16/+1
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: also use NM_DEVICE_CLASS_DECLARE_TYPES() for types without link-typesThomas Haller2018-07-241-1/+2
* device/trivial: rename NMDeviceClass.connection_type to connection_type_suppo...Thomas Haller2018-07-241-1/+1
* devices/ovs: expose slaves on D-Bus for OVS bridges and portsLubomir Rintel2018-07-101-0/+3
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-7/+14
* device: add support for OpenVSwitch devicesLubomir Rintel2017-10-301-0/+156