linux/drivers/net/bonding
stephen hemminger b473946a08 bonding: bond_open error return value
The convention for API functions in kernel is to return errno value;
bond_open would return -1 if alb setup failed. The only reason that
could happen is if kmalloc() failed.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-01-28 05:55:54 -08:00
..
Makefile bonding: send IPv6 neighbor advertisement on failover 2008-11-06 00:49:37 -05:00
bond_3ad.c bond_3ad.c avoid possible null deref 2009-12-26 20:24:46 -08:00
bond_3ad.h Remove duplicate slow protocol define in bond_3ad.h 2009-05-09 13:15:49 -07:00
bond_alb.c drivers/net/bonding/: : use pr_fmt 2009-12-13 20:06:07 -08:00
bond_alb.h Convert bonding timers to workqueues 2007-10-23 20:32:00 -04:00
bond_ipv6.c drivers/net/bonding/: : use pr_fmt 2009-12-13 20:06:07 -08:00
bond_main.c bonding: bond_open error return value 2010-01-28 05:55:54 -08:00
bond_sysfs.c drivers/net/bonding/: : use pr_fmt 2009-12-13 20:06:07 -08:00
bonding.h drivers/net: Move && and || to end of previous line 2009-12-03 13:18:01 -08:00