summaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
Commit message (Expand)AuthorAgeFilesLines
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-0/+2
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-1/+1
* bundles: Validate bundled messages.Jarno Rajahalme2015-06-011-2/+5
* Support decoding of NTR selection methodSimon Horman2015-03-241-0/+15
* ofp-util: constify buckets parameter of ofputil_append*_group_desc_reply()Simon Horman2015-01-271-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-22/+23
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-2/+2
* ofp-util: Provide bucket list helper functionsSimon Horman2014-11-121-0/+6
* ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages.Simon Horman2014-11-111-1/+7
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+2
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-1/+1
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-93/+0
* ofproto: Implement OpenFlow 1.3+ table features request.Ben Pfaff2014-08-111-4/+3
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-21/+47
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-111-1/+1
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-41/+25
* ofp-util: Remove prototypes for unimplemented functions.Ben Pfaff2014-08-071-3/+0
* Remove assumption that there are 64 or fewer fields.Ben Pfaff2014-07-261-4/+5
* ofproto: Use OFPRR_GROUP_DELETESimon Horman2014-06-111-0/+3
* ofproto: Add support for Openflow group and bucket stats.Ryan Wilson2014-05-211-5/+7
* meta-flow: Encode OXM version information into struct mf_field.Ben Pfaff2014-05-141-0/+2
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-1/+6
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-1/+4
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-3/+8
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-141-1/+1
* ofp-util: Remove ofputil_count_phy_ports().Ben Pfaff2014-05-141-1/+0
* ofp-msgs: New functions ofpmp_version() and ofpmp_decode_raw().Ben Pfaff2014-05-141-2/+1
* ofp-util: Fix definition of OFPUTIL_P_OF13_UP.Ben Pfaff2014-05-141-5/+3
* ovs-ofctl: Fix port lookup and "ovs-ofctl" behavior for OpenFlow 1.3+.Ben Pfaff2014-05-141-1/+1
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+23
* Enable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.Ben Pfaff2014-04-301-7/+9
* ofproto: Inline actions in struct rule_actions.Jarno Rajahalme2014-04-291-4/+4
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-0/+7
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-231-1/+74
* ofp-actions: Complete ofp13_action_type.Alexander Wu2014-03-231-0/+5
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-2/+5
* ofp-util: Use enum ofp_table_config in struct ofputil_table_modSimon Horman2014-03-111-1/+1
* lib/ofp: Consolidate some struct field ordersHelmut Schaa2013-12-131-4/+4
* Classifier: Track address prefixes.Jarno Rajahalme2013-12-111-1/+1
* ofproto: report the correct set of actions for group featuresBen Pfaff2013-11-041-2/+6
* ofproto: Verify compatibility of liveness of groups with their typeSimon Horman2013-11-011-0/+7
* ofproto: Centralize action checking, doing it at decode time.Ben Pfaff2013-11-011-1/+3
* ofp-util: Move ofputil_check_output_port() to ofp-actions, rename.Ben Pfaff2013-11-011-2/+0
* ofp-actions: Simplify interface and internal structure.Jarno Rajahalme2013-11-011-0/+1
* Native Set-Field action.Jarno Rajahalme2013-11-011-0/+1
* ofproto: Add support for sending OFPTYPE_ROLE_STATUS messages.Alexandru Copot2013-10-291-0/+12
* Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.Venkitachalam Gopalakrishnan2013-10-291-0/+28
* lib/ofp-actions: Enforce action consistency.Jarno Rajahalme2013-10-231-0/+1
* ofp-util: Use correct cookie value in "packet_in"s when no flow involved.Ben Pfaff2013-10-221-1/+1
* ofp-util: Improve comments on struct ofputil_packet_in.Ben Pfaff2013-10-221-7/+23