flow: Move functions for dealing with wildcard bit counts to ofp-util.
[sliver-openvswitch.git] / lib / ofp-util.h
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...