summaryrefslogtreecommitdiff
path: root/ofproto/bond.h
Commit message (Expand)AuthorAgeFilesLines
* bond: Avoid deadlock while updating post recirculation rules.Ilya Maximets2022-09-161-0/+3
* ofproto/bond: Add knob 'all-members-active'.Christophe Fontaine2022-07-151-0/+3
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-14/+15
* bond: Add 'primary' interface concept for active-backup mode.Jeff Squyres2020-07-171-0/+2
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-0/+5
* ofproto/bond: Make bond_may_recirc() private within bond.cAndy Zhou2017-04-171-1/+0
* ofproto/bond: Simplify bond_may_recirc()Andy Zhou2017-03-081-2/+1
* ofproto/bond: Fix bond reconfiguration race condition.Andy Zhou2017-02-241-1/+2
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-5/+5
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-1/+1
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-3/+4
* bridge: Keep bond active slave selection across OVS restartAndy Zhou2014-10-061-0/+6
* ofproto: Do not update stats on fake bond interface.Pravin B Shelar2014-09-151-2/+0
* ofproto-dpif: restore bond rebalance for non-recirc bondAndy Zhou2014-04-281-4/+3
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-5/+28
* ofproto: Move bond files to ofprotoAndy Zhou2013-12-061-0/+99