summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-bond.c
Commit message (Expand)AuthorAgeFilesLines
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-171-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-15/+0
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm: add bonding option "lacp_rate" to NMSettingBondThomas Haller2014-10-021-0/+16
* libnm-util: add ifcfg-rh specific description for propertiesjk/bgo683111-keyfile-ifcfg-rh-docsJiří Klimeš2014-08-291-0/+15
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-5/+7
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-3/+1
* libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller2014-06-301-19/+7
* libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-191-11/+6
* libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-191-3/+3
* docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš2014-02-241-3/+3
* libnm-util: refactor NMSetting name and register_settingsThomas Haller2013-12-121-3/+0
* libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams2013-12-051-2/+2
* libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams2013-12-021-2/+2
* libnm-util: fix minor memory leaks in bond and team settingThomas Haller2013-11-271-0/+1
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-2/+2
* libnm-util: validate "primary" bonding option as an interface nameJiří Klimeš2013-10-251-1/+13
* libnm-util: do not g_warn when trying to set invalid bond optionThomas Haller2013-10-251-7/+16
* libnm-util: expose nm_setting_bond_validate_option as public APIThomas Haller2013-10-251-16/+30
* bond: handle bond options more gracefullyThomas Haller2013-10-251-23/+109
* libnm-util: centralize find_setting_by_name codeDan Winship2013-10-241-10/+1
* core: avoid use-after-free in libnm-util/bond.verify()Thomas Haller2013-10-081-2/+2
* libnm-util: only remove ARP when MIIMON is being set to non-zero and vice versaJiří Klimeš2013-10-011-2/+4
* libnm-util: support the "primary" bond optionDan Winship2013-09-271-0/+27
* libnm-util: remove 'downdelay' and 'updelay' when setting 'arp_interval'Jiří Klimeš2013-06-251-1/+4
* libnm-util: make some error messages clearerJiří Klimeš2013-06-131-5/+5
* libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš2013-06-131-14/+14
* libnm-util: implement connection changed signalDan Williams2013-05-281-1/+8
* Use %NULL macro in doc stringsMartin Pitt2013-04-191-1/+1
* libnm-util: make property verification errors more descriptiveJiří Klimeš2013-03-131-21/+50
* libnm-util: clean up setting registrationDan Williams2012-10-291-1/+7
* all: Don't use ctype.h macrosDan Winship2012-09-261-1/+0
* libnm-util: move dev_valid_name() to libnm-util and make it publicThomas Graf2012-08-291-26/+1
* Fix various bits of broken gtk-docColin Walters2012-06-141-1/+1
* docs: fix some annotations and documentationDan Williams2012-06-121-1/+1
* libnm-util: fix return values in g_return_val_if_fail()Jiří Klimeš2012-06-071-1/+1
* Fix format string vulnerability in verify ()Michael Biebl2012-03-241-4/+4
* libnm-util: improve NMSettingBond:verify()Dan Winship2012-03-221-8/+128
* libnm-util: fix an NMSettingBond bugDan Winship2012-03-221-2/+11
* libnm-util: fix two bugs in nm_setting_bond_get_option()Dan Winship2012-03-021-3/+3
* libnm-util: add functions for getting valid bond options and defaultsDan Williams2012-03-011-23/+75
* libnm-util: fix a docs typoDan Winship2012-02-211-2/+2
* docs: correct NMSettingBond documentation errorsJiří Klimeš2012-02-201-9/+9
* bonding: convert individual bonding options to a dictThomas Graf2012-02-151-251/+186
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-25/+0
* bonding: add nm_connection_get_virtual_iface_name() to abstract kernel interf...Thomas Graf2011-12-081-0/+9
* bonding: settings parser for ifcfg plugin + NMSettingBond classThomas Graf2011-11-091-0/+563