summaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.Ben Pfaff2013-10-221-1/+0
* connmgr: Move controller_id from ofputil_packet_in to ofproto_packet_in.Ben Pfaff2013-10-221-1/+0
* ofproto, ofp-util: Begin disentangling packet-in wire format and handling.Ben Pfaff2013-10-221-2/+0
* ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.Joe Stringer2013-10-211-1/+1
* include/openflow: Move union ofp_action away from headers.Jarno Rajahalme2013-10-171-0/+1
* ofproto: update flow_stats flags on flow_stats_requestDaniel Baluta2013-09-111-5/+13
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+11
* ovs-ofctl: Handle any number of buckets in group statisticsSimon Horman2013-09-051-1/+1
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-0/+94
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-271-6/+11
* ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff2013-08-271-2/+12