summaryrefslogtreecommitdiff
path: root/include/openflow/openflow-common.h
Commit message (Expand)AuthorAgeFilesLines
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-2/+2
* Fix C++ build issue when static_assert() is not availableYi-Hung Wei2017-09-131-2/+5
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-0/+1
* Automatically verify that OVS header files work OK in C++ also.Ben Pfaff2017-07-311-2/+1
* OpenFlow: Add support for "group delete" flow removed reason to 1.3.Justin Pettit2017-07-161-2/+4
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-0/+9
* connmgr: Fix internal packet-in reason code mask.Yi-Hung Wei2017-04-241-2/+7
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-1/+0
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-0/+1
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-2/+3
* ofp-msgs: Add support for ONF extension messages.Ben Pfaff2016-02-191-11/+0
* openflow-common: Describe length and padding rules for OpenFlow properties.Ben Pfaff2016-02-161-0/+6
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-0/+5
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-201-1/+23
* ofp-prop: New module for working with OpenFlow 1.3+ properties.Ben Pfaff2016-01-201-0/+28
* openflow: Rename OF0.1-1.3 queue property constants.Ben Pfaff2016-01-201-23/+0
* ofproto: Implement OF1.4 error code for set-async-configAmbika Arora2015-11-301-1/+2
* openflow-common: Correct Netronome vendor ID.Simon Horman2015-09-301-1/+2
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-2/+0
* ofproto: Postpone sending flow removed messages.Jarno Rajahalme2015-06-121-0/+2
* Use NTR rather than NTR as prefix for Netronome vendor idSimon Horman2015-03-171-1/+1
* Add Netronome vendor Id: NMX_VENDOR_ID = 0x00001540.Simon Horman2014-11-251-0/+1
* openflow: Add OpenFlow 1.4 packet-in reasons.Shu Shen2014-11-131-1/+4
* include: Use #include <.*> in public headers.Thomas Graf2014-11-121-1/+1
* ofp-errors: Use EXT-444 extension error codes for properties in OF1.3.Ben Pfaff2014-08-121-0/+3
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-76/+0
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-6/+2
* ofp-util: Implement OpenFlow 1.4 port status and port desc reply messages.Ben Pfaff2014-05-141-1/+2
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-2/+2
* ofproto: Send port status message for port-mods, right away.Ben Pfaff2014-02-261-2/+8
* ofproto: Add OF1.4 elements to enum ofp_table_configSimon Horman2013-12-031-5/+11
* ofproto: Add enum ofp_table_configSimon Horman2013-11-121-0/+8
* ofproto: Add enum ofp_tableSimon Horman2013-11-121-0/+10
* ofproto: Add enum ofp_group_capabilitiesSimon Horman2013-11-021-0/+8
* Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.Venkitachalam Gopalakrishnan2013-10-291-16/+8
* ofproto: Define official OpenFlow port number.Justin Pettit2013-10-011-1/+2
* Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit2013-10-011-1/+0
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-1/+1
* openflow-common: Change flow removal reason codes.Jarno Rajahalme2013-06-261-1/+1
* ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.Ben Pfaff2013-06-251-1/+24
* ofp-util: Support for OpenFlow 1.3 meters.Jarno Rajahalme2013-06-251-0/+1
* include/openflow: Moved remaining common definitions from openflow-1.0.hJarno Rajahalme2012-12-031-0/+92
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-3/+7
* ofp-util: Add version bitmap support to hello messages.Simon Horman2012-11-041-0/+11
* openflow: Add enum ofp_versionSimon Horman2012-07-301-3/+5
* ofp-util: Work on decoding OF1.1 flow_mods.Ben Pfaff2012-07-301-0/+10
* openflow: Separate OF1.0, OF1.1 flow_mod constants and types.Ben Pfaff2012-07-301-0/+14
* openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.Ben Pfaff2012-07-301-0/+23
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-73/+2
* Add OFPRR_EVICTION to enum ofp_flow_removed_reason.Ben Pfaff2012-07-121-1/+2