summaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
Commit message (Expand)AuthorAgeFilesLines
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-1/+0
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-141-0/+17
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-281-2/+2
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-11183/+1
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-011-7/+4
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-11/+98
* ofp-util: New data structure for mapping between table names and numbers.Ben Pfaff2018-01-311-41/+109
* netdev: Custom statistics.Michal Weglicki2018-01-101-6/+100
* ofp-util: Update OpenFlow 1.6 port support to track latest proposal.Ben Pfaff2017-11-031-28/+7
* ofp-util: Fix memory leaks when parsing OF1.5 group properties.Ben Pfaff2017-09-221-4/+13
* ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().Ben Pfaff2017-09-221-34/+48
* ofp-util: Fix buffer overread in ofputil_decode_bundle_add().Ben Pfaff2017-09-221-0/+7
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-1/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-1/+0
* ofp-util: Avoid C++ keyword 'public' in name of struct member.Ben Pfaff2017-07-311-13/+13
* 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