summaryrefslogtreecommitdiff
path: root/src/devices/team/nm-device-team.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* team: update configuration when adding or removing slavesBeniamino Galvani2016-07-231-0/+24
* team: request actual configuration to teamdBeniamino Galvani2016-07-231-1/+1
* team: fail the connection if the teamd configuration can't be readBeniamino Galvani2016-07-071-9/+15
* team: fix handling of D-Bus name watch eventsBeniamino Galvani2016-07-071-5/+9
* team: check return value of g_dbus_connection_call_sync()Beniamino Galvani2016-06-211-3/+11
* team: expose current device configuration through D-Bus and nmcliBeniamino Galvani2016-05-261-12/+65
* device/team: always try to connect to teamd in update_connection()Beniamino Galvani2016-04-181-4/+7
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-1/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* device: remove interface name checks from all classesLubomir Rintel2016-02-171-6/+0
* device: add nm_device_get_applied_setting()Beniamino Galvani2016-02-121-4/+1
* device/team: fix tiny memory leakBeniamino Galvani2016-02-011-0/+1
* core: reject existing links when trying to add a link via platformThomas Haller2016-01-251-1/+1
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-9/+2
* platform/trivial: rename link related functionsThomas Haller2015-12-101-1/+1
* platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-101-1/+1
* device: set link type from all factoriesLubomir Rintel2015-12-081-0/+1
* device: cleanup handling master/slave relationships in NMDeviceThomas Haller2015-12-051-8/+2
* device: implement slave property in parent device classThomas Haller2015-12-051-51/+2
* device: don't return error from release_slave()Thomas Haller2015-12-041-6/+3
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-041-1/+1
* utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-12-041-1/+1
* build: drop generating empty nm-*-enum-types for device pluginsThomas Haller2015-10-051-1/+0
* core: separate active and applied connectionLubomir Rintel2015-09-181-3/+3
* team: allow overriding the MTU for team device (rh #1255927)Jiří Klimeš2015-08-271-0/+21
* devices, active-connection: port to gdbusDan Winship2015-08-101-4/+5
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-21/+18
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-6/+2
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+2
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* include: add nm-dbus-compat.hDan Winship2015-07-241-3/+3
* team: fix potential crash if team binary doesn't existThomas Haller2015-06-251-1/+1