summaryrefslogtreecommitdiff
path: root/src/devices/team/nm-device-team.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* 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-111-1/+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
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-4/+4
* 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
* device: don't bother passing no_firmware uselesslyLubomir Rintel2018-06-261-6/+7
* 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-121-6/+19
* 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-211-3/+3
* team: ignore SIGPIPE when spawning teamdBeniamino Galvani2016-11-181-2/+9
* team: log PID of died teamd instanceThomas Haller2016-11-101-2/+2
* team: fix wrong g_object_set() when updating connectionsBeniamino Galvani2016-10-311-1/+1
* team: minor cleanup handling empty team configThomas Haller2016-10-241-5/+14
* src: drop generated nm-src-enum-types.hThomas Haller2016-10-221-1/+0
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-26/+40
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-4/+4
* device/team: fix assuming non-NULL team-config in NMDeviceTeam::act_stage1_pr...Thomas Haller2016-08-241-1/+1