Merge 'next' into 'master'.
[sliver-openvswitch.git] / lib / ofp-util.h
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...
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-06-28 Ben Pfaffofproto: Log changes made by flow normalization.
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffvconn: Move OpenFlow utility functions into new file...