summaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
Commit message (Expand)AuthorAgeFilesLines
...
* connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.Ben Pfaff2013-10-221-1/+0
* connmgr: Move controller_id from ofputil_packet_in to ofproto_packet_in.Ben Pfaff2013-10-221-1/+0
* ofproto, ofp-util: Begin disentangling packet-in wire format and handling.Ben Pfaff2013-10-221-2/+0
* ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.Joe Stringer2013-10-211-1/+1
* include/openflow: Move union ofp_action away from headers.Jarno Rajahalme2013-10-171-0/+1
* ofproto: update flow_stats flags on flow_stats_requestDaniel Baluta2013-09-111-5/+13
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+11
* ovs-ofctl: Handle any number of buckets in group statisticsSimon Horman2013-09-051-1/+1
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-0/+94
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-271-6/+11
* ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff2013-08-271-2/+12
* ofproto-dpif: Make packet_ins thread safe.Ethan Jackson2013-08-081-0/+2
* ofproto-dpif: Handle learn action flow mods asynchronously.Ethan Jackson2013-08-021-0/+2
* Implement OpenFlow 1.3 queue stats duration feature.Ben Pfaff2013-07-261-1/+9
* Add basic OpenFlow 1.1 protocol support.Ben Pfaff2013-07-081-3/+16
* ofp-util: Add 'modify_cookie' to struct ofputil_flow_mod, to support OF1.1.Ben Pfaff2013-07-081-16/+25
* ofp-util: Meter fixes.Jarno Rajahalme2013-06-271-15/+15
* ofp-util: Support for OpenFlow 1.3 meters.Jarno Rajahalme2013-06-251-0/+87
* ofp-util: New function ofputil_port_to_string().Ben Pfaff2013-06-241-0/+2
* ofp-util: Remove prototype of non-existing function.Jarno Rajahalme2013-06-201-2/+0
* Create specific types for ofp and odp portAlex Wang2013-06-201-17/+19
* ofp-util: Don't return static data in ofputil_packet_in_reason_to_string().Ben Pfaff2013-06-101-1/+5
* Implement duration fields in OpenFlow 1.3 port stats.Ben Pfaff2013-05-301-0/+2
* ofp-util: Fix type of 'port' param to ofputil_encode_dump_ports_request().Ben Pfaff2013-05-031-1/+1
* ofp-util: Remove prototype for unimplemented, misspelled function.Ben Pfaff2013-02-251-2/+0
* ofp-util: Simplify struct ofputil_role_request.Ben Pfaff2013-02-111-4/+3
* nicira-ext: Remove the autopath action.Ethan Jackson2013-02-051-1/+0
* Remove useless use of <assert.h>.Ben Pfaff2013-01-161-1/+0
* Add Openflow 1.2 role request/reply processing, update OF 1.2 tests. Add stru...Jarno Rajahalme2012-12-281-0/+13
* ofp-util: New functions for converting protocols to and from versions.Ben Pfaff2012-11-291-3/+6
* ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff2012-11-291-0/+1
* ofp-util: Style fixes.Ben Pfaff2012-11-291-2/+1
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-9/+13
* Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme2012-11-271-1/+1
* vswitchd: Configuration of allowed OpenFlow versionsSimon Horman2012-11-191-0/+1
* connmgr: Use version of underlying rconnBen Pfaff2012-11-191-0/+1
* ofp-util: Allow use of OpenFlow 12 flow formatBen Pfaff2012-11-161-2/+4
* ofp-util: Rename OFPUTIL_P_* constants and update comments for clarity.Ben Pfaff2012-11-161-18/+32
* ofp-util: Add version bitmap support to hello messages.Simon Horman2012-11-041-0/+4
* ofp-util: Add functions to support version number bitmaps.Simon Horman2012-11-041-0/+26
* ofp-actions: Implement writing to metadata fieldJoe Stringer2012-10-181-0/+1
* ofp-util: Separate output, error reporting in ofputil_port_from_string().Ben Pfaff2012-10-181-1/+1
* ofp-msgs: Open Flow 1.1 and 1.2 Queue Status MessagesSimon Horman2012-10-121-0/+24
* ofp-msgs: Open Flow 1.1 and 1.2 Port Status MessagesSimon Horman2012-10-101-0/+15
* ofp-util: Set Packet In Format: Use prevailing OpenFlow versionSimon Horman2012-10-041-1/+2
* ofp-util: Use table_id in OF1.1 and OF1.2 Flow Remove MessagesSimon Horman2012-10-011-0/+1
* ofp-actions: Allow OF1.1+ actions to be variable-length.Ben Pfaff2012-09-261-7/+7
* ofp-actions: Prepare to treat OF1.2 actions as OF1.1 actions.Ben Pfaff2012-09-261-5/+0
* ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff2012-09-201-1/+1
* ofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table Statistics Request Mess...Simon Horman2012-09-131-0/+9