summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bond.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-6/+2
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* platform: return NMPlatformError from link-add functionsThomas Haller2015-06-171-3/+4
* core: earlier software capability detectionDan Williams2015-05-191-1/+1
* core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-061-1/+1
* platform: return link objects from add functionsDan Williams2015-05-061-1/+1
* core: let device plugins advertise supported link and setting typesDan Williams2015-05-061-21/+18
* platform: add self argument to platform functionsThomas Haller2015-04-211-8/+10
* device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-04-181-1/+1
* bridge/bond/team: device availability shouldn't depend on IFF_UP (bgo #746918)Dan Williams2015-04-021-3/+1
* device: add flags to nm_device_is_available()Thomas Haller2015-02-241-1/+1
* device: add flags argument to check_connection_available()Thomas Haller2015-02-241-1/+1
* device: merge check_connection_available_wifi_hidden() into check_connection_...Thomas Haller2015-02-241-0/+1
* bond: allow overriding the MTUlr/bond-mtu-rh1177582Lubomir Rintel2015-01-141-0/+21
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-1/+1
* devices: drop device-type-specific error domainsDan Winship2014-10-221-15/+0