summaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
Commit message (Expand)AuthorAgeFilesLines
* OpenFlow: Add support for "group delete" flow removed reason to 1.3.Justin Pettit2017-07-161-6/+12
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-111-0/+1
* ofp-util: fix memory leak in ofputil_pull_ofp11_bucketszhongbaisong2017-07-071-0/+1
* ofp-util: Check length of buckets in ofputil_pull_ofp15_group_mod().Ben Pfaff2017-07-071-0/+3
* userspace: Introduce packet_type in OF 1.5 packet-outZoltán Balogh2017-06-271-0/+2
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-17/+50
* ofp-util: Initialize tunnel metadata for OpenFlow 1.0 matches.Ben Pfaff2017-06-121-0/+1
* ofp-util: Mask config value as intended in ofputil_decode_port_mod().Ben Pfaff2017-06-011-6/+8
* ofp-util: Remove dead code from ofputil_encode_get_async_reply().Ben Pfaff2017-06-011-4/+0
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-20/+223
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-311-1/+2
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-311-11/+12
* ofp-util: Add OpenFlow 1.5 packet-out supportYi-Hung Wei2017-05-311-4/+40
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-8/+15
* ofp-util: Fix buffer overread in ofputil_pull_queue_get_config_reply10().Ben Pfaff2017-05-251-1/+1
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-1/+1
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-90/+242
* util: New macro ovs_strlcpy_arrays().Ben Pfaff2017-04-061-12/+12
* meta-flow: Remove metadata prerequisite on ether type.Jarno Rajahalme2017-03-241-0/+10
* Fix format specifier technicalities.Ben Pfaff2017-03-171-1/+1
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-28/+30
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-8/+13
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-25/+55
* nx-match: Fix oxm decode.Yi-Hung Wei2017-03-151-3/+2
* 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