aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
AgeCommit message (Expand)Author
2011-11-02ofp-util: New function ofputil_decode_msg_type_partial().Ben Pfaff
2011-10-21Implement new fragment handling policy.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-08-12nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson
2011-08-09ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff
2011-08-09ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff
2011-08-09New action NXAST_RESUBMIT_TABLE.Ben Pfaff
2011-08-04lib: Adapt headers for use in C++.Casey Barker
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-07-19ofputil: Export ofputil_check_output_port().Ethan Jackson
2011-06-30ofp-util: Centralize decoding of OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Simplify iteration through OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.Ben Pfaff
2011-06-14Define UINT64_MAX as "unknown" in Open vSwitch specific interfaces.Ben Pfaff
2011-06-14ofp-util: New functions ofputil_actions_equal(), ofputil_actions_clone().Ben Pfaff
2011-06-14ofproto: Better abstract flow stats encoding.Ben Pfaff
2011-06-14ofproto: Better abstract aggregate stats encoding and decoding.Ben Pfaff
2011-06-14openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff
2011-06-01ovs-controller: Allow --wildcards to specify a wildcard set.Ben Pfaff
2011-05-27ofp-util: Export (again) a generalized function for normalizing rules.Ben Pfaff
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
2011-05-16ofproto: Maintain ofp_phy_port for each ofport in network byte order.Ben Pfaff
2011-05-13ofp-util: Revise OpenFlow 1.0 ofp_match normalization.Ben Pfaff
2011-05-13ofp-util: Simplify OpenFlow 1.0 ofp_match normalization.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-05-04Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
2011-05-04ofproto: Maintain ofp_phy_port for each ofport in network byte order.Ben Pfaff
2011-04-26Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff
2011-03-30ofp-util: Remove flow_stats_iterator, flows_stats_first(), flow_stats_next()Ben Pfaff
2011-03-29ofproto: Move hton_ofp_phy_port() to ofp-util.Ben Pfaff
2011-03-29ofproto: Break packet_in encoding out of ofproto into ofp-util.Ben Pfaff
2011-03-29ofproto: Factor building of flow_removed messages out into ofp-util.Ben Pfaff
2011-03-16ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff
2011-03-16ofp-util: New function ofputil_decode_flow_stats_reply().Ben Pfaff
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2011-01-12Automatically extract error types and codes for formatting.Ben Pfaff
2010-12-10ofp-util: Make ofputil_cls_rule_to_match() help with flow cookies too.Ben Pfaff
2010-12-09ofp-util: Group everything related to actions together in header file.Ben Pfaff
2010-12-09ofp-print: Print OFPUTIL_NXT_FLOW_REMOVED.Ben Pfaff
2010-12-09ofp-util: Fix byte order of ofputil_cls_rule_from_match() parameter.Ben Pfaff
2010-12-09ofp-print: Print NXST_FLOW replies.Ben Pfaff
2010-12-07ovs-ofctl: Add NXM support.Ben Pfaff
2010-12-07ofp-print: Implement printing for OFPUTIL_NXT_FLOW_MOD.Ben Pfaff
2010-12-07ofp-util: New abstractions for flow_mod, flow_stats_request.Ben Pfaff