summaryrefslogtreecommitdiff
path: root/ofproto/bond.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto-dpif: Add idle_timeout parameter to ofproto_dpif_add_internal_flow()Simon Horman2014-06-111-1/+1
* ofproto-dpif: Move RECIRC_RULE_PRIORITY to common headerSimon Horman2014-06-111-1/+0
* bond: fix a bug that disabled bond stats collectionAndy Zhou2014-05-071-3/+2
* bond: fix uninitialized use of use_recirc variableAndy Zhou2014-04-291-1/+2
* ofproto-dpif: restore bond rebalance for non-recirc bondAndy Zhou2014-04-281-6/+15
* ofproto-bond: do not allow recirculation when we failed to allocate recirc_idAndy Zhou2014-04-281-1/+1
* ofproto-dpif: Rule lookup starts from table zero for non-recirc datapathAndy Zhou2014-04-201-2/+0
* ofproto/bond: properly maintain hash entry pr_ruleAndy Zhou2014-04-161-22/+16
* ofproto/bond: Keep hash entry slave valid.Andy Zhou2014-04-161-3/+0
* ofproto/bond: only display hash entries with tx_byptes > 1KBAndy Zhou2014-04-161-2/+6
* ofproto/bond: Protect statistics with writelock.Joe Stringer2014-04-141-8/+14
* ofproto/bond: Minor cleanups.Joe Stringer2014-04-141-7/+7
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-10/+264
* lib/packet.h: add hash_mac()Andy Zhou2014-03-281-1/+1
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-2/+1
* bond: Change the way of assigning bond slave for unassigned bond entry.Alex Wang2014-02-111-9/+49
* lib: Add tpid parameter to eth_push_vlan()Simon Horman2014-01-161-1/+1
* ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff2014-01-081-14/+5
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-081-0/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-3/+3
* netdev: Globally track port status changesJoe Stringer2013-12-121-4/+4
* ofproto: Move bond files to ofprotoAndy Zhou2013-12-061-0/+1560