summaryrefslogtreecommitdiff
path: root/src/devices/team
Commit message (Expand)AuthorAgeFilesLines
* core: add and use NM_MANAGER_GET macroThomas Haller2019-09-221-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-103-41/+3
* device: let devices call stage1 again after being ready to proceedThomas Haller2019-08-281-7/+19
* device/team: don't remember connection while killing teamThomas Haller2019-08-281-22/+18
* device/team: various cleanupsThomas Haller2019-08-281-58/+72
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-281-5/+0
* device: various minor style cleanupThomas Haller2019-08-281-3/+6
* device/team: drop unnecessary cast for NM_DEVICE_TEAM_GET_PRIVATE() macroThomas Haller2019-08-281-5/+5
* device: avoid unnecessary check for existing device in release_slave() implem...Thomas Haller2019-08-011-4/+6
* device: fix releasing slavesBeniamino Galvani2019-08-011-0/+6
* device: fix crash releasing destroyed slaveThomas Haller2019-07-021-2/+11
* all: drop emacs file variables from source filesThomas Haller2019-06-113-3/+0
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* team: don't kill teamd for external devicesBeniamino Galvani2019-05-201-0/+3
* shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-181-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* team: clean up state when connection to teamd failsBeniamino Galvani2019-04-101-1/+3
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-4/+4
* build: meson: Add trailing commasIñigo Martínez2018-12-201-3/+3
* team: make teamd log to syslogBeniamino Galvani2018-11-231-2/+23
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-0/+1
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-18/+1
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-241-14/+14
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-6/+6
* meson: run the check-export.sh in test phaseLubomir Rintel2018-06-281-3/+3
* device: don't bother passing no_firmware uselesslyLubomir Rintel2018-06-261-6/+7
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-091-1/+1
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-122-7/+19
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-5/+1
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-101-4/+3
* meson: Improve dependency systemIñigo Martínez2018-01-101-2/+2
* build: add initial support for meson build systemIñigo Martínez2017-12-131-0/+41
* all: use nm-jansson.hThomas Haller2017-11-091-1/+1
* team: wait that existing instance is killed before starting teamd againBeniamino Galvani2017-09-011-2/+36
* platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller2017-08-241-1/+1
* device: refactor how master device's set is_available()Thomas Haller2017-06-221-20/+0
* device: transform NM_DEVICE_IS_MASTER gobject property to field in NMDeviceClassThomas Haller2017-06-021-1/+2
* all: reject duplicate keys in JSONLubomir Rintel2017-06-011-1/+1
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-4/+4
* device: track system interface state in NMDeviceThomas Haller2017-03-161-1/+1
* core/trivial: rename activation-type related checks for device and active-con...Thomas Haller2017-03-161-1/+1
* team: support the ethernet.cloned-mac-address propertyBeniamino Galvani2017-02-231-6/+48
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-6/+4
* device: refactor setting user-configured MTU during config commitThomas Haller2017-01-161-20/+1
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-213-6/+6