summaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
Commit message (Expand)AuthorAgeFilesLines
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-0/+12
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-6/+51
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-0/+4
* ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.Ben Pfaff2016-02-191-1/+1
* ofp-util: Remove 'const' from struct ofputil_packet_in's 'packet' member.Ben Pfaff2016-02-191-1/+1
* ofp-util: Make decoding switch features harder to misuse (and fix leak).Ben Pfaff2016-01-201-3/+2
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-18/+22
* ofp-util: Add function to encode OFPT_SET_ASYNC messages.Ben Pfaff2016-01-201-1/+8
* ofp-util: Fix OF1.4+ version of ofputil_decode_set_async_config().Ben Pfaff2016-01-201-0/+1
* ofp-util: Rewrite async config encoding and decoding to be table-driven.Ben Pfaff2016-01-201-16/+0
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-201-7/+13
* ofp-util: New function ofputil_async_msg_type_to_string().Ben Pfaff2016-01-201-0/+1
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-8/+8
* ofp-util: Improve formatting of comment.Ben Pfaff2016-01-191-2/+1
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-071-4/+35
* ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.Ben Pfaff2016-01-071-0/+1
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-14/+14
* ofproto: Implement OF1.4 error code for set-async-configAmbika Arora2015-11-301-0/+16
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-0/+39
* ofp-util: Add "check_overlap" and "reset_counts" to stateful flags.Ben Pfaff2015-11-291-6/+14
* ofp-util: Fix struct ofputil_requestforward union membership.Ben Pfaff2015-09-181-4/+4
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+21
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-2/+2
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-0/+20
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+21
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-5/+47
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+31
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-0/+2
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-1/+1
* bundles: Validate bundled messages.Jarno Rajahalme2015-06-011-2/+5
* Support decoding of NTR selection methodSimon Horman2015-03-241-0/+15
* ofp-util: constify buckets parameter of ofputil_append*_group_desc_reply()Simon Horman2015-01-271-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-22/+23
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-2/+2
* ofp-util: Provide bucket list helper functionsSimon Horman2014-11-121-0/+6
* ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages.Simon Horman2014-11-111-1/+7
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+2
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-1/+1
* 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