summaryrefslogtreecommitdiff
path: root/lib/multipath.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Improve a few error messages.Ben Pfaff2019-06-091-2/+2
* ovs-actions: New document describing OVS actions in detail.Ben Pfaff2019-01-101-3/+3
* bundle: add symmetric_l3 hash method for multipathMartin Xu2018-10-021-0/+2
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-2/+2
* bundle: add nw_src/dst hash methodwenxu2017-04-061-0/+4
* Fix format specifier technicalities.Ben Pfaff2017-03-171-2/+2
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-2/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-0/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-2/+2
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofp-actions: Color output of flow actions for ovs-ofctl dump-flows.Quentin Monnet2016-03-181-4/+5
* hash: Add symmetric L3/L4 hash functions for multipath, bundle hashing.Jeroen van Bemmel2015-07-081-0/+4
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-2/+2
* ofp-actions: Support experimenter OXMs in Nicira extensions.Ben Pfaff2014-10-081-0/+4
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-59/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-1/+1
* ofproto-dpif: Always un-wildcard fields that are being set.Justin Pettit2013-08-021-1/+1
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-15/+32
* flow: Only un-wildcard relevant IP headers.Justin Pettit2013-06-271-1/+1
* ofproto-dpif: Store relevant fields for wildcarding in facet.Justin Pettit2013-06-111-2/+5
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-68/+91
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* meta-flow: New "subfield" data structure.Ben Pfaff2012-02-011-18/+22
* multipath: Correctly calculate number of required destination bits.Ben Pfaff2012-01-121-1/+1
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-3/+4
* ofp-util: Add type-safe functions for serializing actions.Ben Pfaff2011-09-131-5/+1
* nx-match: Update register check functions.Ethan Jackson2011-08-121-1/+6
* nx-match: New helpers.Ethan Jackson2011-07-221-19/+10
* nicira-ext: Generalize nx_mp_fields into nx_hash_fields.Ethan Jackson2011-07-191-32/+6
* multipath: Validate multipath actions more thoroughly in multipath_parse().Ben Pfaff2011-02-231-6/+20
* lib: Move l4 flow hash to the flow library.Ethan Jackson2011-02-021-37/+1
* multipath: Fix off-by-one in hash_threshold multipath calculation.Ben Pfaff2011-01-211-2/+5
* multipath: Fix compiler warning.Ethan Jackson2011-01-041-2/+6
* multipath: Zero padding bytes in fields before hashing.Ben Pfaff2010-12-281-0/+1
* Implement a new Nicira extension action for multipath link selection.Ben Pfaff2010-12-171-0/+304