flow: Move functions for dealing with wildcard bit counts to ofp-util.
[sliver-openvswitch.git] / lib / ofp-util.c
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-17 Ben Pfaffofp-util: Use a counter for transaction IDs instead...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-15 Ben Pfaffofp-util: Add OFP_ACTION_ALIGN macro to header.
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
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: Use our usual variable naming convention...
2010-11-05 Ben Pfaffofp-util: Actually map vendor codes to IDs correctly.
2010-11-05 Ben Pfaffofp-util: Add infrastructure for vendor extensions...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-28 Jean Tourrilhesofp-util: Fix normalization of IP TOS bits.
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-10-06 Ben Pfaffofproto: Avoid wasting memory malloc()'ing empty action...
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-09-15 Ben Pfaffofp-util: Also accept NXAST_DROP_SPOOFED_ARP.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-20 Ben Pfafflearning-switch: Break packet-in processing into two...
2010-06-28 Ben Pfaffofproto: Log changes made by flow normalization.
2010-06-22 Ben Pfaffofp-util: Also normalize nw_tos in normalize_match().
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffvconn: Move OpenFlow utility functions into new file...