summaryrefslogtreecommitdiff
path: root/src/devices/team
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/devices/team/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-48/+0
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* devices/build: use one linker-script-devices.ver for all device pluginsThomas Haller2016-10-132-12/+2
* build: don't guard check-local with "if ENABLE_TESTS"Thomas Haller2016-10-131-4/+0
* device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-111-33/+22
* build: use NetworkManager logging domain for device and settings pluginsThomas Haller2016-10-061-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-045-78/+77
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-032-7/+7
* team: Add NM_CAPABILITY_TEAMMarius Vollmer2016-09-232-1/+3
* build: add macro to check shared objects symbolsBeniamino Galvani2016-09-201-1/+3
* device/team: fix assuming non-NULL team-config in NMDeviceTeam::act_stage1_pr...Thomas Haller2016-08-241-1/+1
* tests: try to resolve the .so file symbolsLubomir Rintel2016-08-231-0/+1
* all: cleanup includes in header filesThomas Haller2016-08-172-7/+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-262-12/+68
* device/team: always try to connect to teamd in update_connection()Beniamino Galvani2016-04-181-4/+7
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-1/+0
* 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-192-4/+2
* 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
* device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-111-1/+1
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-9/+2
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+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-052-53/+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