summaryrefslogtreecommitdiff
path: root/lib/multipath.c
Commit message (Expand)AuthorAgeFilesLines
* workext-320Ben Pfaff2014-07-281-137/+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