summaryrefslogtreecommitdiff
path: root/include/openflow
Commit message (Expand)AuthorAgeFilesLines
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-161-0/+37
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-282-10/+172
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-163-18/+18
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-2/+0
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-057-103/+5
* ofp-table: Parse table features messages more carefully.Ben Pfaff2018-12-031-1/+23
* bundle: add symmetric_l3 hash method for multipathMartin Xu2018-10-021-1/+3
* Add OpenFlow extensions for group support in OpenFlow 1.0.Ben Pfaff2018-05-171-2/+1
* Add support for OpenFlow 1.5 statistics (OXS).SatyaValli2018-05-161-0/+51
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-141-25/+0
* ofp-protocol: Better abstract changing the protocol used for flow matches.Ben Pfaff2018-03-141-58/+2
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+28
* ofp-util: Update OpenFlow 1.6 port support to track latest proposal.Ben Pfaff2017-11-031-10/+3
* 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
* ofp-util: Add OpenFlow 1.5 packet-out supportYi-Hung Wei2017-05-311-0/+13
* 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-077-6/+111
* bundle: add nw_src/dst hash methodwenxu2017-04-061-1/+6
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-0/+6
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+9
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-022-0/+2
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+17
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-063-0/+75
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-2/+3
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-0/+8
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-2/+97
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-0/+1
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-191-4/+39
* ofp-msgs: Move most OpenFlow header definitions here.Ben Pfaff2016-02-193-39/+1
* ofp-msgs: Add support for ONF extension messages.Ben Pfaff2016-02-193-38/+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
* openflow: Get rid of struct ofp13_packet_in.Ben Pfaff2016-01-201-20/+1
* ofp-util: Rewrite async config encoding and decoding to be table-driven.Ben Pfaff2016-01-201-22/+1
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-201-1/+23
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-0/+25
* openflow: Remove unused (and not useful) property headers.Ben Pfaff2016-01-202-127/+0
* ofp-prop: Add generic functions for working with 16- and 32-bit properties.Ben Pfaff2016-01-202-45/+0
* 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-202-24/+36
* openflow-1.2: Remove unused struct definition.Ben Pfaff2016-01-191-9/+0
* ofp-msgs: Fix definitions of OF1.4 OFPT_GET_ASYNC_REPLY and OFPT_SET_ASYNC.Ben Pfaff2016-01-191-11/+0
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-37/+49
* ofproto: Implement OF1.4 error code for set-async-configAmbika Arora2015-11-302-1/+5
* openflow: Remove OFPG11_*Jarno Rajahalme2015-11-241-16/+2
* openflow-common: Correct Netronome vendor ID.Simon Horman2015-09-301-1/+2