netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ofproto / bond.c
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