summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-bond.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-25/+0
2011-12-08bonding: add nm_connection_get_virtual_iface_name() to abstract kernel interf...Thomas Graf1-0/+9
2011-11-09bonding: settings parser for ifcfg plugin + NMSettingBond classThomas Graf1-0/+563