aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
AgeCommit message (Expand)Author
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
2012-03-07Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff
2012-03-07openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff
2012-03-07netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff
2012-03-07ofp-util: Don't decode some OF1.1 messages as OF1.0 stats messages.Ben Pfaff
2012-03-07Break OFPT_* constants into common value and 1.0- and 1.1-specific values.Ben Pfaff
2012-03-07ofp-util: Add functions for working with OpenFlow 1.1 port numbers.Ben Pfaff
2012-03-07Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27ofp-util: New functions for string versions of ofp_packet_in_reason.Ben Pfaff
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-02-09ofp-util: New function ofputil_encode_barrier_request().Ben Pfaff
2012-02-09ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-02-01meta-flow: New "subfield" data structure.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-12ofp-util: Extend message decoding data structures with version field.Ben Pfaff
2012-01-12nicira-ext: Rename "struct nxt_*" to "struct nx_*".Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10flow: Create new flow_metadata structure for packet_in messages.Ethan Jackson
2012-01-10ofputil: New function ofputil_decode_packet_in().Ethan Jackson
2012-01-10ofp-util: Don't use ofpbuf in ofputil_packet_in struct.Ethan Jackson
2012-01-10ofproto: Always clone packets in PACKET_IN message.Ethan Jackson
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-11-21ofp-util: Support OFPP_LOCAL in enqueue actions.Ethan Jackson
2011-11-10flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit
2011-11-10ofp-util: Rename MAY_IPV6_ADDR to MAY_IPV6.Justin Pettit
2011-11-10Prepend "nw_" to "frag" and "tos" elements.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-02ofp-util: New function ofputil_decode_msg_type_partial().Ben Pfaff
2011-11-01Fix build on FreeBSD.Edward Tomasz NapieraƂa
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-18ofp-util: Avoid misaligned memory access in ofputil_encode_packet_in().Ben Pfaff
2011-10-04nicira-ext: Fix build problems on 64-bit systems.Justin Pettit
2011-09-29ofp-util: make_packet_out() shouldn't receive OVSP_NONE.Jesse Gross
2011-09-15ofp-util: Remove obsolete build assertion.Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13ofp-util: New function for parsing key-value pairs.Ben Pfaff
2011-09-13ofp-util: Add type-safe functions for serializing actions.Ben Pfaff
2011-09-13ofp-util: Further abstract definitions of action properties.Ben Pfaff
2011-09-13ofp-util: New functions for parsing and formatting OpenFlow port numbers.Ben Pfaff
2011-09-13packets: Add more utility functions for IPv4 and IPv6 addresses.Ben Pfaff