summaryrefslogtreecommitdiff
path: root/src/devices/team
AgeCommit message (Expand)AuthorFilesLines
2021-02-04all: move "src/" directory to "src/core/"Thomas Haller4-1233/+0
2021-01-28build/meson: fix linking of core plugins to not include static helper librariesThomas Haller1-1/+1
2021-01-28build/meson: cleanup meson files of coreThomas Haller1-14/+13
2021-01-28build/meson: rename "daemon_nm_default_dep" to "core_default_dep"Thomas Haller1-1/+1
2021-01-05all: update deprecated SPDX license identifiersThomas Haller4-4/+4
2020-11-12all: drop unnecessary cast for return value of g_object_new()Thomas Haller2-13/+13
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 Haller3-3/+3
2020-09-28format: replace tabs for indentation in code commentsThomas Haller1-26/+26
2020-09-28all: reformat all with new clang-format styleAntonio Cardace3-860/+887
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-28meson: merge branch 'inigomartinez/meson-license'Thomas Haller1-0/+2
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-17license: Add license using SPDX identifiers to meson build filesIñigo Martínez1-0/+2
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-01meson: Remove tests related to check_so_symbolsIñigo Martínez1-7/+0
2019-10-01meson: Improve the libnm-core build fileIñigo Martínez1-2/+2
2019-10-01meson: Use dependency for nm-default headerIñigo Martínez1-0/+1
2019-10-01all: manually drop code comments with file descriptionThomas Haller3-7/+3
2019-09-27team: delete port configuration on releaseBeniamino Galvani1-8/+13
2019-09-22core: add and use NM_MANAGER_GET macroThomas Haller1-1/+1
2019-09-10all: SPDX header conversionLubomir Rintel3-41/+3
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 Haller3-3/+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
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-1/+0
2018-12-27platform: merge NMPlatformError with nm-errorThomas Haller1-4/+4
2018-12-20build: meson: Add trailing commasIñigo Martínez1-3/+3
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