aboutsummaryrefslogtreecommitdiff
path: root/lib/bond.c
AgeCommit message (Expand)Author
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-15bond: Fix comment on bond_entry::tagZoltan Kiss
2013-01-07bond: Change rebalance ratio to be more fairZoltan Kiss
2013-01-07bond: Correct comments.Ben Pfaff
2012-11-29bond: Fix segfault sending learning packets with LACP disabled.Ben Pfaff
2012-08-28bond: Deprecate stable bonds.Ethan Jackson
2012-08-21bond: Tag flows according to their hash bucket, not just their slave.Ben Pfaff
2012-08-16bond: Correct comment.Ben Pfaff
2012-07-05bond: Sending learning packets on active-backup.Ethan Jackson
2012-07-05bond: Don't send learning packets on STABLE bonds.Ethan Jackson
2012-06-07packets: Rename compose_benign_packet().Ethan Jackson
2012-06-07packets: Use RARPs for learning packets.Ethan Jackson
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-21bond: Incorrectly reported an error in appctl.Ethan Jackson
2012-01-30bond: Allow users to disable rebalancing.Ethan Jackson
2012-01-23lacp: Require successful LACP negotiations when configured.Ethan Jackson
2012-01-16bond: Revalidate when lacp_negotiated status changes.Ethan Jackson
2012-01-16bond: Sort slaves in ovs-appctl bond/show.Ethan Jackson
2012-01-16bond: Support ovs-appctl bond/show without arguments.Ethan Jackson
2011-12-19unixctl: Implement quoting.Ben Pfaff
2011-11-18bond: Remove dead conditional.Ethan Jackson
2011-11-04bond: Only drop packets that indicate moves on SLB bonds.Ben Pfaff
2011-11-02ofproto-dpif: Use send_packet() instead of netdev_send().Jesse Gross
2011-10-17bond: Demote active-backup WARN to DBG.Ben Pfaff
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-09-26ofproto-dpif: Get rid of OFP_VLAN_NONE pollution.Ben Pfaff
2011-09-23bond: Remove spurious blank line.Ben Pfaff
2011-09-09datapath: VLAN actions should use push/pop semanticsPravin Shelar
2011-08-08netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff
2011-06-29bond: Drop packets on slaves disabled by LACP.Ethan Jackson
2011-06-27bond: Drop packets on backup slaves.Ethan Jackson
2011-05-31bond: Discontinue use of netdev_monitor.Ethan Jackson
2011-05-23bond: Always use L4 hash for stable bonds.Ethan Jackson
2011-05-20bond: Use CFM for slave status.Ethan Jackson
2011-05-20bond: Remove useless slave->up flag.Ethan Jackson
2011-05-20netdev: Take responsibility for polling MII registers.Ethan Jackson
2011-05-19bond: Remove write-only variable.Ben Pfaff
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-17bond: Bonds never sleep if carrier changes.Ethan Jackson
2011-05-16Fix incorrect byte order annotations.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-06bond: Convert stb_id to 32bit parameter.Ethan Jackson
2011-05-04bond: New function bond_slave_set_netdev().Ben Pfaff
2011-04-26bond: New bond-hash-basis setting.Ethan Jackson
2011-04-21bond: Be more careful about adding and removing netdevs in the monitor.Ben Pfaff
2011-04-21bond: BM_STABLE consistent hashing.Ethan Jackson
2011-04-21bond: New flag "bond_revalidate".Ethan Jackson
2011-04-20bond: Revalidate no_slaves_tag when revalidating everything.Ethan Jackson
2011-04-20bond: Give stable bonds one tag.Ethan Jackson