summaryrefslogtreecommitdiff
path: root/ofproto/bond.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bond: Use correct type for slave's change_seq.Jarno Rajahalme2015-12-041-1/+1
* ofproto/bond: simplify rebalancing logicAndy Zhou2015-09-221-18/+19
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-20/+18
* odp-util: Share fields between odp and dpif_backer.Joe Stringer2015-07-061-1/+1
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-261-3/+4
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-3/+4
* ofproto/bond: Fix a race condition in updating post recirculation rulesAndy Zhou2015-02-171-3/+13
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-11/+11
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-1/+1
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-3/+3
* bridge: Keep bond active slave selection across OVS restartAndy Zhou2014-10-061-0/+86
* ofproto: Do not update stats on fake bond interface.Pravin B Shelar2014-09-151-59/+0
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-071-1/+1