summaryrefslogtreecommitdiff
path: root/ofproto/bond.c
Commit message (Expand)AuthorAgeFilesLines
* bond: Fix crash while logging not yet enabled member.yangchang2022-11-021-1/+1
* bond: Avoid deadlock while updating post recirculation rules.Ilya Maximets2022-09-161-0/+29
* ofproto/bond: Add knob 'all-members-active'.Christophe Fontaine2022-07-151-1/+11
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* list: use multi-variable helpers for list loops.Adrian Moreno2022-03-301-1/+1
* ofproto/bond: Improve admissibility debug readability.David Marchand2021-11-161-26/+13
* bond: Check for NULL member in bond_member_set_enable().Yunjian Wang2021-09-161-1/+6
* bond: Fix broken rebalancing after link state changes.Ilya Maximets2021-07-161-38/+89
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-413/+426
* bond: Add 'primary' interface concept for active-backup mode.Jeff Squyres2020-07-171-7/+46
* ofproto: Delete buckets when lb_output is false.Adrian Moreno2020-07-071-0/+3
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-18/+93
* Add offload packets statisticszhaozhanxu2019-12-061-4/+3
* lacp: report desync in ovs threads enabling slaveGowrishankar Muthukrishnan2019-10-231-0/+4
* lacp: Avoid packet drop on LACP bond after link upNitin Katiyar2019-06-101-3/+19
* bond: Remove executable bit from bond.cTimothy Redaelli2018-11-101-0/+0
* bond: Fix LACP fallback to active-backup when recirc is enabled.Ben Pfaff2018-11-051-3/+22
* bond: Honor updelay and downdelay when LACP is in use.Ben Pfaff2018-10-171-2/+1
* bond: Remove tabs from output.Ben Pfaff2018-06-111-4/+4
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* bond: Fix bug that writes to freed memoryYifeng Sun2017-12-201-1/+3
* bond: Reorder elements in bond_slave structure.Bhanuprakash Bodireddy2017-11-031-2/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* bond: send learning pkg when non active slave failed.minglumlu2017-11-011-0/+3
* ofproto-dpif: Add boottime support field.Andy Zhou2017-08-031-1/+1
* bond: Adjust bond hash masksAndy Zhou2017-07-261-2/+2
* bond: Remove bond_hash_src.Ilya Maximets2017-07-251-10/+2
* bond: Unify hash functions in hash action and entry lookup.Ilya Maximets2017-07-251-15/+1
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-111-0/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-3/+3
* ofproto/bond: Make bond_may_recirc() private within bond.cAndy Zhou2017-04-171-8/+18
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-1/+1
* ofproto/bond: Simplify bond_may_recirc()Andy Zhou2017-03-081-15/+10
* ofproto/bond: Fix bond post recirc rule leak.Andy Zhou2017-02-241-10/+26
* ofproto/bond: Fix bond reconfiguration race condition.Andy Zhou2017-02-241-12/+15
* ofproto/bond: Fix bond/show when all interfaces are disabledAndy Zhou2017-02-171-4/+8
* ovs-appctl: Print lacp_fallback_ab info in "bond/show".nickcooper-zhangtonghao2017-02-161-0/+3
* ofproto/bond: Drop traffic in balance-tcp mode without lacp.nickcooper-zhangtonghao2017-02-161-0/+4
* ofproto/bond: Validate active-slave mac.nickcooper-zhangtonghao2017-02-151-3/+3
* ofproto-dpif: Unhide structure contents.Ben Pfaff2017-01-051-2/+5
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+3
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-6/+4
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-11/+10
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-2/+2
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-19/+19
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* bond: don't re-zero recirc_id when creating bondSimon Horman2016-03-231-2/+0
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1