bond: Create new 'stable_id' parameter.
[cascardo/ovs.git] / lib / bond.c
2011-04-15 Ethan Jacksonbond: Create new 'stable_id' parameter.
2011-04-15 Ethan Jacksonbond: Give bridge control over LACP module.
2011-04-15 Ethan Jacksonlacp: Remove enabled flag.
2011-04-14 Ethan Jacksonbond: New bonding mode "stable".
2011-04-13 Ethan Jacksonbond: New function bond_is_balanced().
2011-04-13 Ethan Jacksonbond: Use bond_enable_slave at slave registration.
2011-04-13 Ethan Jacksonbond: Reset bond_entry's during massive flow revalidations.
2011-04-13 Ethan Jacksonbond: Revalidate flows when bond_is_tcp_hash() changes;
2011-04-13 Ethan Jacksonbond: Reconfigure flows when bond mode changes.
2011-04-04 Ethan Jacksonbond: Choose slaves randomly.
2011-04-01 Ben Pfaffbridge: Break bonding implementation out into library.