Merge 'next' into 'master'.
[sliver-openvswitch.git] / lib / ofp-util.c
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffFix up usage of flow_wildcards_t.
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-13 Ben Pfaffofp-util: Don't warn for different forms of nw_{src...
2011-05-13 Ben PfaffFix bugs lingering from merge mistakes.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-05-04 Ben Pfaffofp-util: Fix validation of OFPAT_SET_VLAN_PCP actions.
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-04-19 Ben Pfaffofp-util: Properly handle "tun_id"s in tun_id_from_cook...
2011-04-18 Ben PfaffAvoid warnings about comparisons that are always true.
2011-04-11 Ethan Jacksonautopath: Create the autopath action.
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-03-01 Ben Pfaffofp-util: Make NXM required for 64-bit cookies in is_nx...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-20 Ben PfaffImplement arbitrary bitwise masks for tun_id field.
2011-01-12 Ben PfaffAutomatically extract error types and codes for formatting.
2010-12-27 Ben Pfaffofp-util: Improve log messages for bad Nicira extension...
2010-12-27 Ben Pfaffofp-util: Upgrade log messages for controller bugs...
2010-12-27 Ben Pfaffofp-util: Improve log message for bad OpenFlow action...
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-15 Ben Pfaffofp-util: Improve error log messages.
2010-12-15 Ben Pfaffofp-util: Use proper format specifier for uint32_t...
2010-12-15 Ben Pfaffofp-util: Fix encoding of NXST_AGGREGATE requests.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffofp-util: Make ofputil_cls_rule_to_match() help with...
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-09 Ben PfaffMake compiler complain about unhandled OpenFlow and...
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-09 Ben PfaffUse ofpbuf_pull() instead of ofpbuf_try_pull() where...
2010-12-09 Ben Pfaffofp-util: Use ofpbuf_use_const() in a few more places.
2010-12-09 Justin Pettitofp-util: Fix starting offset of OpenFlow error messages.
2010-12-08 Justin Pettitofp-util: Fix offset when making Nicira extension error...
2010-12-07 Ben Pfaffofp-util: Fully initialize flow_wildcards in ofputil_cl...
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-25 Ben Pfaffofp-util: Fix interpretation of NXFW_TUN_ID bit for...
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
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-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...