summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bond.c
Commit message (Expand)AuthorAgeFilesLines
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-12/+12
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-507/+469
* libnm,core: deprecate "active_slave" and alias it for "primary"Thomas Haller2020-09-101-63/+11
* device: cleanup code in NMDeviceBond's update_connection()Thomas Haller2020-09-101-10/+13
* device: inline check_changed_options() in can_reapply_change()Thomas Haller2020-09-101-30/+26
* device: unify setting of bond optionsThomas Haller2020-09-101-27/+32
* device: remove duplicate option "primary" from list to reapplyThomas Haller2020-09-101-1/+0
* device: allow "active_slave" and "arp_ip_target" bond option for reapplyThomas Haller2020-09-101-41/+28
* bond: let 'reapply()' reapply all supported optionsac/bond_reapplyAntonio Cardace2020-08-061-40/+101
* bond: fix can_reapply_change() false positivesAntonio Cardace2020-08-061-24/+7
* bond: avoid setting "active_slave" option without interface enslavedThomas Haller2020-07-141-5/+38
* bond: log only skipped bond options if they are set in the profileThomas Haller2020-07-111-5/+9
* device/bond: rework setting of arp_ip_target bond optionsThomas Haller2020-07-111-20/+66
* bond: small cleanupsac/bond_mode_fixAntonio Cardace2020-04-101-2/+6
* bond: bond options logic reworkAntonio Cardace2020-03-061-118/+64
* device: allow setting "arp_validate" with supported bond modesThomas Haller2020-02-191-9/+2
* core,libnm: add VRF supportBeniamino Galvani2020-01-141-1/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-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