summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-util.h
Commit message (Expand)AuthorAgeFilesLines
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-141-0/+1
* 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-1493/+4
* ofp-util: Remove prototypes for unimplemented functions.Ben Pfaff2018-02-131-12/+0
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-0/+8
* ofp-util: New data structure for mapping between table names and numbers.Ben Pfaff2018-01-311-4/+29
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+1
* Add 'extern "C"' for all relevant public header files, plus a build check.Ben Pfaff2017-07-311-0/+9
* ofp-util: Avoid C++ keyword 'public' in name of struct member.Ben Pfaff2017-07-311-1/+1
* ofp-util: Remove prototype for unimplemented function.Ben Pfaff2017-06-201-2/+0
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-4/+26
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-311-0/+1
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-1/+1
* OpenFlow: Enable OpenFlow 1.4 by default.Ben Pfaff2017-05-011-1/+2
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-3/+12
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-0/+1
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-2/+4
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-211-0/+1
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-1/+2
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-061-2/+2
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-2/+3
* doc: Populate 'topics' sectionStephen Finucane2016-12-121-2/+2
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-3/+8
* doc: Convert DESIGN to rSTStephen Finucane2016-11-031-1/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-3/+9
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-3/+5
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-3/+1
* ofp-util: remove flow mod's delete_reason.Jarno Rajahalme2016-07-291-3/+0
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-291-2/+14
* meta-flow: Compact struct field_array.Jarno Rajahalme2016-07-291-0/+3
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+19
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-3/+6
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-0/+1419