summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-bond.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-1/+1
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2017-06-02all: replace uses of inet_aton() and friendsThomas Haller1-7/+22
2016-06-17all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-1/+1
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2014-11-19libnm, libnm-util: move settings doc generation to libnm-coreDan Winship1-15/+0
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-10-02libnm: add bonding option "lacp_rate" to NMSettingBondThomas Haller1-0/+16
2014-08-29libnm-util: add ifcfg-rh specific description for propertiesJiří Klimeš1-0/+15
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-5/+7
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-3/+1
2014-06-30libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller1-19/+7
2014-06-19libnm-util: remove NMSetting* GParamSpec docsDan Winship1-11/+6
2014-06-19libnm-util: various NMSetting* property doc fixes/improvementsDan Winship1-3/+3
2014-02-24docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš1-3/+3
2013-12-12libnm-util: refactor NMSetting name and register_settingsThomas Haller1-3/+0
2013-12-05libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams1-2/+2
2013-12-02libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams1-2/+2
2013-11-27libnm-util: fix minor memory leaks in bond and team settingThomas Haller1-0/+1
2013-11-13coverity: fix various warnings detected with CoverityThomas Haller1-2/+2
2013-10-25libnm-util: validate "primary" bonding option as an interface nameJiří Klimeš1-1/+13
2013-10-25libnm-util: do not g_warn when trying to set invalid bond optionThomas Haller1-7/+16
2013-10-25libnm-util: expose nm_setting_bond_validate_option as public APIThomas Haller1-16/+30
2013-10-25bond: handle bond options more gracefullyThomas Haller1-23/+109
2013-10-24libnm-util: centralize find_setting_by_name codeDan Winship1-10/+1
2013-10-08core: avoid use-after-free in libnm-util/bond.verify()Thomas Haller1-2/+2
2013-10-01libnm-util: only remove ARP when MIIMON is being set to non-zero and vice versaJiří Klimeš1-2/+4
2013-09-27libnm-util: support the "primary" bond optionDan Winship1-0/+27
2013-06-25libnm-util: remove 'downdelay' and 'updelay' when setting 'arp_interval'Jiří Klimeš1-1/+4
2013-06-13libnm-util: make some error messages clearerJiří Klimeš1-5/+5
2013-06-13libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš1-14/+14
2013-05-28libnm-util: implement connection changed signalDan Williams1-1/+8
2013-04-19Use %NULL macro in doc stringsMartin Pitt1-1/+1
2013-03-13libnm-util: make property verification errors more descriptiveJiří Klimeš1-21/+50
2012-10-29libnm-util: clean up setting registrationDan Williams1-1/+7
2012-09-26all: Don't use ctype.h macrosDan Winship1-1/+0
2012-08-29libnm-util: move dev_valid_name() to libnm-util and make it publicThomas Graf1-26/+1
2012-06-14Fix various bits of broken gtk-docColin Walters1-1/+1
2012-06-12docs: fix some annotations and documentationDan Williams1-1/+1
2012-06-07libnm-util: fix return values in g_return_val_if_fail()Jiří Klimeš1-1/+1
2012-03-24Fix format string vulnerability in verify ()Michael Biebl1-4/+4
2012-03-22libnm-util: improve NMSettingBond:verify()Dan Winship1-8/+128
2012-03-22libnm-util: fix an NMSettingBond bugDan Winship1-2/+11
2012-03-02libnm-util: fix two bugs in nm_setting_bond_get_option()Dan Winship1-3/+3
2012-03-01libnm-util: add functions for getting valid bond options and defaultsDan Williams1-23/+75
2012-02-21libnm-util: fix a docs typoDan Winship1-2/+2
2012-02-20docs: correct NMSettingBond documentation errorsJiří Klimeš1-9/+9
2012-02-15bonding: convert individual bonding options to a dictThomas Graf1-251/+186