summaryrefslogtreecommitdiff
path: root/lib/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-50/+51
* lib: added check to prevent int overflowToms Atteka2019-03-261-0/+5
* 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/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+2
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-10/+17
* bundle: add nw_src/dst hash methodwenxu2017-04-061-0/+4
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-2/+2
* Use PRIu32 format for ofp_port_tShu Shen2017-01-141-1/+1
* 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-5/+5
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ofp-actions: Make ofpact_finish() harder to misuse.Ben Pfaff2016-04-131-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* ofp-actions: Fix use-after-free with ofpact_finish().Joe Stringer2016-03-301-3/+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-6/+7
* ofpbuf: Fix use-after-free in bundle parse.William Tu2016-03-071-0/+1
* ofp-actions: Rename ofpact_update_len() to ofpact_finish().Ben Pfaff2016-01-041-1/+1
* ofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid output port.Ben Pfaff2015-07-291-7/+7
* hash: Add symmetric L3/L4 hash functions for multipath, bundle hashing.Jeroen van Bemmel2015-07-081-0/+4
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-3/+3
* ofp-actions: Support experimenter OXMs in Nicira extensions.Ben Pfaff2014-10-081-0/+5
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-114/+1
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-2/+2
* 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-2/+2
* ofp-util: Move ofputil_check_output_port() to ofp-actions, rename.Ben Pfaff2013-11-011-1/+1
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-19/+39
* flow: Only un-wildcard relevant IP headers.Justin Pettit2013-06-271-1/+1
* Create specific types for ofp and odp portAlex Wang2013-06-201-11/+12
* ofproto-dpif: Store relevant fields for wildcarding in facet.Justin Pettit2013-06-111-6/+13
* ofp-util: Separate output, error reporting in ofputil_port_from_string().Ben Pfaff2012-10-181-2/+1
* ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff2012-09-201-3/+6
* Correct number of bytes to allocated for slaves in bundle action.Mehak Mahajan2012-08-151-1/+1
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-132/+145
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* meta-flow: New "subfield" data structure.Ben Pfaff2012-02-011-18/+21
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-11/+13
* bundle: Fix returned error code in one bundle_check() corner case.Ben Pfaff2011-12-271-2/+2
* bundle: Parsing bug when using bracketed syntax.Ethan Jackson2011-10-271-1/+1
* ofp-util: Add type-safe functions for serializing actions.Ben Pfaff2011-09-131-4/+3
* nx-match: Update register check functions.Ethan Jackson2011-08-121-1/+10
* bundle: New action "bundle_load".Ethan Jackson2011-07-221-19/+102
* bundle: Implement NX_BD_ALG_ACTIVE_BACKUP.Ethan Jackson2011-07-221-9/+36
* bundle: Avoid GCC 4.5 warning about possibly uninitialized value.Ben Pfaff2011-07-201-0/+1