]> git.proxmox.com Git - mirror_ovs.git/history - ofproto/bond.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / ofproto / bond.c
2020-10-21 Ben PfaffEliminate use of term "slave" in bond, LACP, and bundle...
2020-07-16 Jeff Squyresbond: Add 'primary' interface concept for active-backup...
2020-07-06 Adrian Morenoofproto: Delete buckets when lb_output is false.
2020-06-22 Vishal Deep Ajmerauserspace: Avoid dp_hash recirculation for balance...
2019-12-06 zhaozhanxuAdd offload packets statistics
2019-10-23 Gowrishankar Muthu... lacp: report desync in ovs threads enabling slave
2019-06-10 Nitin Katiyarlacp: Avoid packet drop on LACP bond after link up
2018-11-10 Timothy Redaellibond: Remove executable bit from bond.c
2018-11-06 Ben Pfaffbond: Fix LACP fallback to active-backup when recirc...
2018-10-17 Ben Pfaffbond: Honor updelay and downdelay when LACP is in use.
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Ben Pfaffbond: Remove tabs from output.
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2017-12-20 Yifeng Sunbond: Fix bug that writes to freed memory
2017-11-03 Bhanuprakash Bodireddybond: Reorder elements in bond_slave structure.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-11-01 minglumlubond: send learning pkg when non active slave failed.
2017-08-03 Andy Zhouofproto-dpif: Add boottime support field.
2017-07-26 Andy Zhoubond: Adjust bond hash masks
2017-07-25 Ilya Maximetsbond: Remove bond_hash_src.
2017-07-25 Ilya Maximetsbond: Unify hash functions in hash action and entry...
2017-07-11 Timothy RedaelliFix some -Wimplicit-fallthrough warnings building with...
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2017-04-17 Andy Zhouofproto/bond: Make bond_may_recirc() private within...
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-08 Andy Zhouofproto/bond: Simplify bond_may_recirc()
2017-02-24 Andy Zhouofproto/bond: Fix bond post recirc rule leak.
2017-02-24 Andy Zhouofproto/bond: Fix bond reconfiguration race condition.
2017-02-17 Andy Zhouofproto/bond: Fix bond/show when all interfaces are...
2017-02-16 nickcooper-zhangto... ovs-appctl: Print lacp_fallback_ab info in "bond/show".
2017-02-16 nickcooper-zhangto... ofproto/bond: Drop traffic in balance-tcp mode without...
2017-02-15 nickcooper-zhangto... ofproto/bond: Validate active-slave mac.
2017-01-06 Ben Pfaffofproto-dpif: Unhide structure contents.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-04-27 Daniele Di Proiettohmap: Add HMAP_FOR_EACH_POP.
2016-04-14 Ben WarrenMove lib/ofp-actions.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/match.h to include/openvswitch directory
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
2016-03-23 Simon Hormanbond: don't re-zero recirc_id when creating bond
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2015-12-04 Jarno Rajahalmebond: Use correct type for slave's change_seq.
2015-09-23 Andy Zhouofproto/bond: simplify rebalancing logic
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-07-06 Joe Stringerodp-util: Share fields between odp and dpif_backer.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-26 Jarno Rajahalmeofproto-dpif: Restore metadata and registers on recircu...
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-02-17 Andy Zhouofproto/bond: Fix a race condition in updating post...
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-11-12 Ben PfaffFix misspellings of "OpenFlow".
2014-10-22 Wang Sheng-HuiUse magic ETH_ADDR_LEN instead of 6 for Ethernet addres...
2014-10-06 Andy Zhoubridge: Keep bond active slave selection across OVS...
2014-09-15 Pravin B Shelarofproto: Do not update stats on fake bond interface.
2014-07-07 Jarno RajahalmeUse ovs_refcount_unref_relaxed.
2014-06-12 Simon Hormanofproto-dpif: Add idle_timeout parameter to ofproto_dpi...
2014-06-12 Simon Hormanofproto-dpif: Move RECIRC_RULE_PRIORITY to common header
2014-05-07 Andy Zhoubond: fix a bug that disabled bond stats collection
2014-04-30 Andy Zhoubond: fix uninitialized use of use_recirc variable
2014-04-29 Andy Zhouofproto-dpif: restore bond rebalance for non-recirc...
2014-04-29 Andy Zhouofproto-bond: do not allow recirculation when we failed...
2014-04-21 Andy Zhouofproto-dpif: Rule lookup starts from table zero for...
2014-04-16 Andy Zhouofproto/bond: properly maintain hash entry pr_rule
2014-04-16 Andy Zhouofproto/bond: Keep hash entry slave valid.
2014-04-16 Andy Zhouofproto/bond: only display hash entries with tx_byptes...
2014-04-15 Joe Stringerofproto/bond: Protect statistics with writelock.
2014-04-15 Joe Stringerofproto/bond: Minor cleanups.
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-03-28 Andy Zhoulib/packet.h: add hash_mac()
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-02-11 Alex Wangbond: Change the way of assigning bond slave for unassi...
2014-01-16 Simon Hormanlib: Add tpid parameter to eth_push_vlan()
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-12-06 Andy Zhouofproto: Move bond files to ofproto