summaryrefslogtreecommitdiff
path: root/include/openflow/openflow.h
Commit message (Expand)AuthorAgeFilesLines
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-1/+0
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-1/+2
* include: Use #include <.*> in public headers.Thomas Graf2014-11-121-6/+6
* openflow.h: Add header for OpenFlow v1.5.Jean Tourrilhes2014-11-041-0/+1
* include/openflow: Add OpenFlow 1.4 header fileAlexandru Copot2013-10-291-0/+1
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-0/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Definitions for Open Flow 1.2Simon Horman2012-03-301-0/+1
* Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff2012-03-071-0/+1
* Move content of openflow.h into openflow-1.0.h.Ben Pfaff2012-03-071-807/+1
* ofp-util: New functions for string versions of ofp_packet_in_reason.Ben Pfaff2012-02-271-1/+2
* ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff2012-02-091-6/+8
* ofproto: New action TTL decrement.Pravin B Shelar2012-01-131-2/+7
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-77/+0
* ofp-util: Extend message decoding data structures with version field.Ben Pfaff2012-01-121-0/+1
* Implement new fragment handling policy.Ben Pfaff2011-10-211-0/+1
* openflow: Delete icmp_type and icmp_code macros.Ben Pfaff2011-10-111-5/+0
* openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff2011-06-141-21/+35
* openflow: Merge ofp_flow_stats_request and ofp_aggregate_stats_request.Ben Pfaff2011-06-141-14/+2
* openflow: Remove 'body' member from struct ofp_stats_msg.Ben Pfaff2011-06-141-1/+0
* openflow: Merge ofp_stats_request and ofp_stats_reply.Ben Pfaff2011-06-141-18/+12
* openflow: Change types from uint<N>_t to ovs_be<N>.Ben Pfaff2011-05-161-102/+102
* openflow: Use types and accessors for half-aligned 64-bit fields.Ben Pfaff2011-02-051-27/+28
* openflow: Remove vestigial support for including from kernel.Ben Pfaff2010-12-021-4/+0
* openflow: Change ofp_phy_port's 'name' member from uint8_t[] to char[].Ben Pfaff2010-12-021-1/+1
* Implement QoS framework.Ben Pfaff2010-06-171-2/+37
* Merge "master" into "next".Ben Pfaff2010-02-241-6/+0
|\
| * openflow.h: Remove unused OFP_PACKED macro.Ben Pfaff2010-02-121-7/+1
* | openflow: Fix frag config flag valuesJustin Pettit2010-02-201-4/+4
* | ofproto: Set protocol version to 0x01 (OpenFlow 1.0)Justin Pettit2010-02-201-59/+62
* | ofproto: Add wire-compatibility for slicing (OpenFlow 1.0)Justin Pettit2010-02-201-4/+27
* | ofproto: Querying port stats for individual ports (OpenFlow 1.0)Justin Pettit2010-02-201-1/+10
* | ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit2010-02-201-4/+6
* | ofproto: Improve resolution of flow stats and removed messages (OpenFlow 1.0)Justin Pettit2010-02-201-5/+9
* | ofproto: Add support for matching IP addresses in ARP header (OpenFlow 1.0)Justin Pettit2010-02-201-2/+5
* | ofproto: Add support for flow cookies (OpenFlow 1.0)Justin Pettit2010-02-201-5/+7
* | ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit2010-02-201-2/+4
* | ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)Justin Pettit2010-02-201-2/+3
* | ofproto: Add support for barrier command (OpenFlow 0.9)Justin Pettit2010-02-201-1/+5
* | ofproto: Cleanups to openflow.h (OpenFlow 0.9)Justin Pettit2010-02-201-3/+4
* | ofproto: Add selective Flow Removed messages and flow deletes (OpenFlow 0.9)Justin Pettit2010-02-201-13/+12
* | ofproto: Check overlap, emerg flow cache, and error code sync (OpenFlow 0.9)Justin Pettit2010-02-201-4/+19
* | ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit2010-02-201-17/+32
|/
* ofproto: Correct structure length assertion for ofp_action_vlan_pcpJustin Pettit2009-11-131-1/+1
* ovs-ofctl: Use 65535 instead of 0 for OFPP_CONTROLLER max_len.Ben Pfaff2009-07-151-2/+2
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+796