summaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
Commit message (Expand)AuthorAgeFilesLines
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-1/+1
* ofp-util: Ignore unknown fields in ofputil_decode_packet_in2().Jarno Rajahalme2017-03-081-2/+3
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-1/+1
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-11/+12
* Use PRIu32 format for ofp_port_tShu Shen2017-01-141-2/+2
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-061-21/+15
* ofp-util: Do not assert fail if decoding malformed property.Jarno Rajahalme2017-01-061-2/+4
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-3/+11
* doc: Populate 'topics' sectionStephen Finucane2016-12-121-1/+1
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-2/+6
* doc: Convert DESIGN to rSTStephen Finucane2016-11-031-1/+1
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-28/+48
* xlate: Use dp_hash for select groups.Jarno Rajahalme2016-09-161-10/+6
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-6/+31
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-56/+24
* ofp-util: remove flow mod's delete_reason.Jarno Rajahalme2016-07-291-4/+0
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-291-1/+32
* meta-flow: Compact struct field_array.Jarno Rajahalme2016-07-291-0/+16
* ofp-util: Do not free() field that is not allocated.Jarno Rajahalme2016-07-291-1/+0
* vconn: Update length of bundled messages.Jarno Rajahalme2016-07-291-1/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-0/+1
* Increase number of registers to 16.Justin Pettit2016-07-121-1/+1
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-021-1/+6
* ofp-util: Zero out padding bytes in ofputil_ipfix_stats_to_reply().Ben Pfaff2016-06-261-0/+1
* ofp-util: Fix parsing of parenthesized values within key-value pairs.Ben Pfaff2016-06-141-44/+67
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+89
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-12/+127
* ofp-errors: Introduce OF1.6 (proposed) error code for OFPBFC_BAD_VERSION.Ben Pfaff2016-04-181-1/+1
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-13/+69
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-2/+2
* Move lib/ofp-prop.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-7/+7
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/type-props.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Break uuid.h into private and public partsBen Warren2016-04-141-0/+1
* ofp-util: Fix indirect group delete message with no buckets.László Sürü2016-03-301-1/+2
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-25/+25
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofp-util: Fix use-after-free in group append.William Tu2016-03-071-0/+1
* ofp: Add support for bundles extension in OpenFlow 1.3.Jarno Rajahalme2016-02-291-7/+15
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-0/+87
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-63/+407
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-0/+9
* ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.Ben Pfaff2016-02-191-21/+21
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-191-37/+179