summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bond.c
Commit message (Expand)AuthorAgeFilesLines
* platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller2017-08-241-1/+1
* bond: ignore miimon option only when it is zeroBeniamino Galvani2017-06-231-11/+14
* device: refactor how master device's set is_available()Thomas Haller2017-06-221-20/+0
* bond: check for NULL bond mode value in update_connection()Beniamino Galvani2017-06-081-1/+1
* bond: add only supported options to the generated connectionBeniamino Galvani2017-06-051-2/+8
* device: transform NM_DEVICE_IS_MASTER gobject property to field in NMDeviceClassThomas Haller2017-06-021-1/+2
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-9/+9
* device-bond: fix possible uninitialized variableDan Williams2017-04-071-1/+1
* device: bond: implement connection reapplyBeniamino Galvani2017-03-061-0/+112
* bond: set the active slave only after enslavementBeniamino Galvani2017-03-061-0/+20
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-5/+3
* bond: fix crash in update_connection()Beniamino Galvani2017-02-071-1/+2
* 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-1/+1
* bond: support the ethernet.cloned-mac-address propertyBeniamino Galvani2016-11-071-0/+12
* 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
* device: rename internal device factoriesThomas Haller2016-10-111-2/+2
* device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-111-1/+1
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-111-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-11/+12
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-4/+4
* bond: use defines for sysfs attribute namesBeniamino Galvani2016-07-061-41/+41
* bond: fix default value for 'ad_actor_system' optionBeniamino Galvani2016-07-061-0/+5
* bond: improve compatibility check of options and modesBeniamino Galvani2016-07-061-70/+63
* bond/trivial: fix typoFrancesco Giudici2016-06-281-1/+1
* bond: add some missing optionsBeniamino Galvani2016-03-291-10/+25
* bond: fix re-assuming of connectionsBeniamino Galvani2016-03-291-5/+12
* 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
* 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
* trivial: fix whitespaceThomas Haller2016-01-111-7/+7
* platform/trivial: rename sysctl slave/master option functionsThomas Haller2015-12-101-3/+3
* platform/trivial: rename link related functionsThomas Haller2015-12-101-2/+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/+3
* 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
* core: separate active and applied connectionLubomir Rintel2015-09-181-2/+2
* device: don't assert the platform device's not there upon creation attemptLubomir Rintel2015-08-131-1/+0
* devices, active-connection: port to gdbusDan Winship2015-08-101-4/+4
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-2/+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-33/+33