summaryrefslogtreecommitdiff
path: root/lib/ofp-msgs.h
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-1/+1
* ofp-msgs: Correct code for queue configuration messages in OpenFlow 1.0.Ben Pfaff2014-07-151-2/+2
* ofp-msgs: Add OFPRAW_OFPST14_FLOW_MONITOR_*Simon Horman2014-06-131-13/+15
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-3/+6
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-3/+6
* Implement OpenFlow 1.4 queue statistics.Ben Pfaff2014-05-141-2/+5
* Implement OpenFlow 1.4 port statistics.Ben Pfaff2014-05-141-2/+5
* Implement basic OpenFlow 1.4 table-mod message.Ben Pfaff2014-05-141-2/+5
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-141-2/+5
* ofp-util: Implement OpenFlow 1.4 port status and port desc reply messages.Ben Pfaff2014-05-141-4/+10
* ofp-msgs: New functions ofpmp_version() and ofpmp_decode_raw().Ben Pfaff2014-05-141-0/+3
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+10
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-2/+2
* ofp-msgs: Fix limits of OFPMP_TABLE_FEATURES.Alexander Wu2013-11-211-2/+2
* include/openflow: Add OpenFlow 1.4 header fileAlexandru Copot2013-10-291-0/+6
* Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.Venkitachalam Gopalakrishnan2013-10-291-3/+9
* ofproto: Report correct errors for unsupported stats/multipart requests.YAMAMOTO Takashi2013-10-241-0/+1
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+4
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-3/+7
* ofp-msgs: Consistently include "STATS" in the names of stats messages.Ben Pfaff2013-07-181-14/+14
* ofp-util: Support for OpenFlow 1.3 meters.Jarno Rajahalme2013-06-251-3/+3
* ofp-msgs: New function ofpraw_decode_assert().Ben Pfaff2013-02-111-1/+2
* Add Openflow 1.2 role request/reply processing, update OF 1.2 tests. Add stru...Jarno Rajahalme2012-12-281-8/+16
* Openflow 1.1 queue set/get config placeholders.Jarno Rajahalme2012-12-101-0/+10
* include/openflow: Moved remaining common definitions from openflow-1.0.hJarno Rajahalme2012-12-031-4/+4
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-13/+122
* nicira-ext: Remove NXFF_OPENFLOW12.Ben Pfaff2012-11-161-1/+1
* ofp-msgs: Accept all versions of OpenFlow "hello" messages.Ben Pfaff2012-11-091-5/+22
* ofp-msgs: Open Flow 1.1 and 1.2 Queue Status MessagesSimon Horman2012-10-121-4/+11
* ofp-msgs: Update for OpenFlow 1.1 & 1.2 Port Desc StatsSimon Horman2012-10-121-3/+6
* ofp-msgs: Open Flow 1.1 and 1.2 Port Status MessagesSimon Horman2012-10-101-4/+10
* ofp-msgs: Allow encoding and decoding of Open Flow 1.1 & 1.2 Barrier MessagesSimon Horman2012-08-291-2/+2
* ofp-msgs: Split OFPRAW_OFPST_AGGREGATE_REQUESTSimon Horman2012-08-291-3/+6
* ofp-msgs: Split OFPRAW_OFPST_TABLE_REPLYSimon Horman2012-08-101-3/+9
* ofp-msgs: Split OFPRAW_OFPST_FLOW_{REQUEST,REPLY}Simon Horman2012-08-101-4/+10
* ofp-util: Allow decoding of Open Flow 1.2 Port Mod MessageSimon Horman2012-08-091-1/+1
* ofp-util: Allow encoding of Open Flow 1.2 Flow Removed messagesSimon Horman2012-08-081-0/+3
* ofp-msgs: Update OFPRAW_OFPT_SET_CONFIG for OpenFlow 1.2Simon Horman2012-08-081-1/+1
* ofp-util: Allow encoding of Open Flow 1.2 Packet In MessagesSimon Horman2012-08-081-0/+3
* openflow: Separate OF1.0, OF1.1 flow_mod constants and types.Ben Pfaff2012-07-301-1/+1
* openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.Ben Pfaff2012-07-301-7/+7
* nicira-ext: Drop nx_aggregate_stats_reply structure.Ben Pfaff2012-07-301-1/+1
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-0/+433