aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
AgeCommit message (Expand)Author
2013-10-22ofp-util: Use correct cookie value in "packet_in"s when no flow involved.Ben Pfaff
2013-10-22connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.Ben Pfaff
2013-10-21ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.Joe Stringer
2013-10-17ofp-util: Fix a comment.YAMAMOTO Takashi
2013-09-27Remove mpls_depth field from flowSimon Horman
2013-09-17openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff
2013-09-13ofp-util: Announce OpenFlow 1.3 table features only in OpenFlow 1.3.Ben Pfaff
2013-09-07openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou
2013-09-05ovs-ofctl: Handle any number of buckets in group statisticsSimon Horman
2013-09-02Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu
2013-08-27lib: Keep track of usable protocols while parsing.Jarno Rajahalme
2013-08-27ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff
2013-08-27Fix typos in a couple of OpenFlow related comments.Ben Pfaff
2013-08-22ofp-util: Add SCTP supportJoe Stringer
2013-08-13flow: Enable matching on new field 'pkt_mark'.Jesse Gross
2013-08-13flow: Rename skb_mark to pkt_mark.Jesse Gross
2013-07-26Implement OpenFlow 1.3 queue stats duration feature.Ben Pfaff
2013-07-26ofp-util: Fix port and queue stat counting for OpenFlow 1.3.Ben Pfaff
2013-07-23clang: Fix the alignment warning.Alex Wang
2013-07-18ofp-util: Un-"inline" should_send_version_bitmap().Ben Pfaff
2013-07-08Add basic OpenFlow 1.1 protocol support.Ben Pfaff
2013-07-08ofp-util: Add 'modify_cookie' to struct ofputil_flow_mod, to support OF1.1.Ben Pfaff
2013-06-28Fix table checking for goto table instruction.Jarno Rajahalme
2013-06-28ofp-util: OpenFlow 1.0 can match IPv6 Ethertype even though not L3 or L4.Ben Pfaff
2013-06-27ofp-util: Meter fixes.Jarno Rajahalme
2013-06-25ofp-util: Support for OpenFlow 1.3 meters.Jarno Rajahalme
2013-06-24ofp-util: New function ofputil_port_to_string().Ben Pfaff
2013-06-20Create specific types for ofp and odp portAlex Wang
2013-06-10ofp-util: Don't return static data in ofputil_packet_in_reason_to_string().Ben Pfaff
2013-06-05ofp-actions: enforce valid range for table_id in goto_table instructionJing Ai
2013-05-30Implement duration fields in OpenFlow 1.3 port stats.Ben Pfaff
2013-05-20ofp-util: Make ofputil_port_from_ofp11() return OFPP_NONE on error.Ben Pfaff
2013-05-10OpenFlow-level flow-based tunneling support.Jarno Rajahalme
2013-05-03ofp-util: Fix type of 'port' param to ofputil_encode_dump_ports_request().Ben Pfaff
2013-05-03ofp-util: Make names[] in ofputil_action_code_from_name() const-ier.Ben Pfaff
2013-04-22some ctype related casts to suppress gcc warnings on NetBSDYAMAMOTO Takashi
2013-03-15Remove encal_dl_type from struct flowSimon Horman
2013-03-08Add table_id to NXM flow_removed messages.Ben Pfaff
2013-02-12Make OpenFlow 1.2+ role replies return the generation ID.Ben Pfaff
2013-02-11ofp-util: Simplify struct ofputil_role_request.Ben Pfaff
2013-02-05nicira-ext: Remove the autopath action.Ethan Jackson
2013-02-05User-Space MPLS actions and matchesSimon Horman
2013-02-01ofp-util: Rename ofputil_port_from_string() variable to avoid hiding param.Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-08ofp-util: Fix uninitialized bytes in OF1.0 and OF1.1 table stats replies.Ben Pfaff
2012-12-28Add Openflow 1.2 role request/reply processing, update OF 1.2 tests. Add stru...Jarno Rajahalme
2012-12-27ofp-util: features reply of openflow13 does not have portsSUGYO Kazushi
2012-12-18vswitchd: log skb_mark and skb_priorityAnsis Atteka
2012-12-13ofp-util: Fix typo in invalid port range error message.Justin Pettit
2012-12-08ofproto: Report correct error for emergency flow with timeout.Ben Pfaff