Introduce ofpacts, an abstraction of OpenFlow actions.
[cascardo/ovs.git] / lib / ofp-util.h
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-07-04 Ben Pfaffofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_ac...
2012-06-13 Ben Pfaffofp-util: Improve return type of ofputil_decode_packet_...
2012-06-13 Ben Pfaffofp-util: Remove unused functions make_add_simple_flow...
2012-06-13 Ben Pfaffofp-util: Implement translation to and from OpenFlow...
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-08 Justin Pettitofp-util: Add ofputil_switch_features_ports_trunc function.
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-07 Ben Pfaffofp-util: Treat a packet-out in_port of OFPP_CONTROLLER...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-15 Ben Pfaffofp-util: Fix typo in comment.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben Pfaffnetdev: Abstract "features" interface away from OpenFlo...
2012-03-07 Ben Pfaffofp-util: Add functions for working with OpenFlow 1...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-27 Ben Pfaffofp-util: New functions for string versions of ofp_pack...
2012-02-27 Simon Hormanofp-util: Remove duplicate declaration of ofputil_decod...
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben Pfaffofp-util: New function ofputil_encode_barrier_request().
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2012-01-10 Ethan Jacksonflow: Create new flow_metadata structure for packet_in...
2012-01-10 Ethan Jacksonofputil: New function ofputil_decode_packet_in().
2012-01-10 Ethan Jacksonofp-util: Don't use ofpbuf in ofputil_packet_in struct.
2012-01-10 Ethan Jacksonofproto: Always clone packets in PACKET_IN message.
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-11-02 Ben Pfaffofp-util: New function ofputil_decode_msg_type_partial().
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-09-13 Ben Pfaffofp-util: New function for parsing key-value pairs.
2011-09-13 Ben Pfaffofp-util: Add type-safe functions for serializing actions.
2011-09-13 Ben Pfaffofp-util: Further abstract definitions of action proper...
2011-09-13 Ben Pfaffofp-util: New functions for parsing and formatting...
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
2011-08-09 Ben Pfaffofp-util: Rename struct flow_stats_request with ofputil...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_mod to struct ofputil_flow...
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-08-04 Casey Barkerlib: Adapt headers for use in C++.
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-07-19 Ethan Jacksonofputil: Export ofputil_check_output_port().
2011-06-30 Ben Pfaffofp-util: Centralize decoding of OpenFlow actions.
2011-06-30 Ben Pfaffofp-util: Simplify iteration through OpenFlow actions.
2011-06-30 Ben Pfaffofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.
2011-06-14 Ben PfaffDefine UINT64_MAX as "unknown" in Open vSwitch specific...
2011-06-14 Ben Pfaffofp-util: New functions ofputil_actions_equal(), ofputi...
2011-06-14 Ben Pfaffofproto: Better abstract flow stats encoding.
2011-06-14 Ben Pfaffofproto: Better abstract aggregate stats encoding and...
2011-06-14 Ben Pfaffopenflow: Make stats replies more like other OpenFlow...
2011-06-01 Ben Pfaffovs-controller: Allow --wildcards to specify a wildcard...
2011-05-27 Ben Pfaffofp-util: Export (again) a generalized function for...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-05-16 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
2011-05-13 Ben Pfaffofp-util: Revise OpenFlow 1.0 ofp_match normalization.
2011-05-13 Ben Pfaffofp-util: Simplify OpenFlow 1.0 ofp_match normalization.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-04 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-05-04 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
2011-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-03-30 Ben Pfaffofp-util: Remove flow_stats_iterator, flows_stats_first...
2011-03-29 Ben Pfaffofproto: Move hton_ofp_phy_port() to ofp-util.
2011-03-29 Ben Pfaffofproto: Break packet_in encoding out of ofproto into...
2011-03-29 Ben Pfaffofproto: Factor building of flow_removed messages out...
2011-03-16 Ben Pfaffofproto: Get rid of archaic "switch status" OpenFlow...
2011-03-16 Ben Pfaffofp-util: New function ofputil_decode_flow_stats_reply().
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-12 Ben PfaffAutomatically extract error types and codes for formatting.
2010-12-10 Ben Pfaffofp-util: Make ofputil_cls_rule_to_match() help with...
2010-12-09 Ben Pfaffofp-util: Group everything related to actions together...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXT_FLOW_REMOVED.
2010-12-09 Ben Pfaffofp-util: Fix byte order of ofputil_cls_rule_from_match...
2010-12-09 Ben Pfaffofp-print: Print NXST_FLOW replies.
2010-12-07 Ben Pfaffovs-ofctl: Add NXM support.
2010-12-07 Ben Pfaffofp-print: Implement printing for OFPUTIL_NXT_FLOW_MOD.
2010-12-07 Ben Pfaffofp-util: New abstractions for flow_mod, flow_stats_req...
2010-12-06 Ben Pfaffofp-util: New functions for creating Nicira extension...
2010-12-06 Ben PfaffRefactor and centralize basic OpenFlow message decoding...
2010-12-03 Ben Pfaffnicira-ext: Name the enum used for flow formats, to...
2010-11-22 Ben Pfaffofp-util: Make make_flow_mod() take cls_rule instead...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Move functions for dealing with wildcard bit...
2010-11-17 Ben Pfaffofp-util: Consistently treat OpenFlow xids as network...
2010-11-15 Ben Pfaffofp-util: Add OFP_ACTION_ALIGN macro to header.
2010-11-10 Ben Pfaffofp-util: Make validate_actions() take a struct flow *.
2010-11-10 Ben Pfaffofproto: Refactor handle_packet_out().
2010-11-08 Ben Pfaffofproto: Refactor handle_flow_mod().
2010-11-05 Ben Pfaffofp-util: New functions make_nxmsg(), make_nxmsg_xid().
2010-11-05 Ben Pfaffofp-util: Add macros for composing error codes.
2010-11-05 Ben Pfaffofp-util.h: Use NX_VENDOR_ID instead of literal numeric...
2010-11-05 Ben PfaffFix typos in comments.
2010-11-05 Ben Pfaffofp-util: Add infrastructure for vendor extensions...
2010-11-05 Ben Pfaffofp-util: Add more functions for supporting OpenFlow...
next