summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bond.c
Commit message (Expand)AuthorAgeFilesLines
* all: unify format of our Copyright source code commentsth/copyright-comment-cleanupThomas Haller2019-10-011-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-281-4/+0
* device/bond: cleanup act-stage return values in NMDeviceBond's act_stage1_pre...Thomas Haller2019-08-281-13/+19
* device: avoid unnecessary check for existing device in release_slave() implem...Thomas Haller2019-08-011-4/+6
* device: fix releasing slavesBeniamino Galvani2019-08-011-0/+6
* device: fix crash releasing destroyed slaveThomas Haller2019-07-021-14/+26
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* all: replace g_strsplit_set() by nm_utils_strsplit_set*()Thomas Haller2019-04-101-10/+8
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-4/+4
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-5/+3
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-18/+1
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-241-16/+16
* device: don't bother passing no_firmware uselesslyLubomir Rintel2018-06-261-7/+6
* bond: fix setting num_grat_arp optionBeniamino Galvani2018-06-251-2/+10
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-2/+2
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-6/+18
* 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