summaryrefslogtreecommitdiff
path: root/src/devices/team/nm-device-team.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-04all: move "src/" directory to "src/core/"Thomas Haller1-1096/+0
2021-01-05all: update deprecated SPDX license identifiersThomas Haller1-1/+1
2020-11-12all: drop unnecessary cast for return value of g_object_new()Thomas Haller1-12/+12
2020-11-09device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller1-1/+1
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller1-1/+1
2020-09-28format: replace tabs for indentation in code commentsThomas Haller1-26/+26
2020-09-28all: reformat all with new clang-format styleAntonio Cardace1-820/+845
2020-07-16team: perform cleanup immediately when connecting to teamd failsBeniamino Galvani1-0/+1
2020-05-28team: support operation without D-BusBeniamino Galvani1-52/+120
2020-05-28team: ensure that teamd is running for assumed devicesBeniamino Galvani1-0/+9
2020-03-23all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller1-1/+1
2020-03-17device: allow scheduling nm_device_activate_schedule_stage1_prepare() right awayThomas Haller1-1/+1
2020-02-11team: ignore bus name appearance when killing teamdBeniamino Galvani1-0/+6
2020-02-11team: ignore bus name appearance if we can't determine process idBeniamino Galvani1-5/+8
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-27team: delete port configuration on releaseBeniamino Galvani1-8/+13
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-08-28device: let devices call stage1 again after being ready to proceedThomas Haller1-7/+19
2019-08-28device/team: don't remember connection while killing teamThomas Haller1-22/+18
2019-08-28device/team: various cleanupsThomas Haller1-58/+72
2019-08-28device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller1-5/+0
2019-08-28device: various minor style cleanupThomas Haller1-3/+6
2019-08-28device/team: drop unnecessary cast for NM_DEVICE_TEAM_GET_PRIVATE() macroThomas Haller1-5/+5
2019-08-01device: avoid unnecessary check for existing device in release_slave() implem...Thomas Haller1-4/+6
2019-08-01device: fix releasing slavesBeniamino Galvani1-0/+6
2019-07-02device: fix crash releasing destroyed slaveThomas Haller1-2/+11
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-05-28utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel1-0/+1
2019-05-20team: don't kill teamd for external devicesBeniamino Galvani1-0/+3
2019-04-18shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller1-1/+1
2019-04-18shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller1-1/+1
2019-04-10team: clean up state when connection to teamd failsBeniamino Galvani1-1/+3
2018-12-27platform: merge NMPlatformError with nm-errorThomas Haller1-4/+4
2018-11-23team: make teamd log to syslogBeniamino Galvani1-2/+23
2018-10-23core: don't cast return value of nm_device_get_applied_setting()Thomas Haller1-0/+1
2018-07-24core: give better error reason why device is incompatible with profileThomas Haller1-18/+1
2018-07-24device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller1-2/+3
2018-07-24device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller1-1/+1
2018-07-24device/trivial: rename parent-class variable in device class constructorThomas Haller1-14/+14
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-6/+6
2018-06-26device: don't bother passing no_firmware uselesslyLubomir Rintel1-6/+7
2018-03-20core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller1-1/+1
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-6/+19
2017-11-09all: use nm-jansson.hThomas Haller1-1/+1
2017-09-01team: wait that existing instance is killed before starting teamd againBeniamino Galvani1-2/+36
2017-08-24platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller1-1/+1
2017-06-22device: refactor how master device's set is_available()Thomas Haller1-20/+0
2017-06-02device: transform NM_DEVICE_IS_MASTER gobject property to field in NMDeviceClassThomas Haller1-1/+2
2017-06-01all: reject duplicate keys in JSONLubomir Rintel1-1/+1
2017-04-18device: don't use platform singleton getter in device subclassesThomas Haller1-4/+4