Introduce ofpacts, an abstraction of OpenFlow actions.
[cascardo/ovs.git] / lib / ofp-print.c
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-27 Simon Hormanopenflow: Add Open Flow 1.2 to ofp_to_string__()
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward 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-14 Ben PfaffAvoid writes to variables that are never read back.
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-05-01 Ben Pfaffofp-print: Add some more white space to flow dumps.
2012-03-30 Simon HormanAdd some missing Open Flow 1.1 definitions
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 Pfaffofp-print: Print OpenFlow version number of message...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-03-07 Ben Pfaffofp-print: Remove unused function ofp_message_type_to_s...
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-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ethan Jacksonofp-print: Fix compiler warning.
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben PfaffAdd support for parsing and printing OFPFF_* flags.
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
2012-02-08 Ben Pfaffofp-print: Fix up doubled "break;".
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-02-07 Ben Pfaffofp-print: Merge two cases in ofp_to_string__().
2012-02-01 Ben Pfaffmeta-flow: New "subfield" data structure.
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-12 Ben Pfaffnicira-ext: Rename "struct nxt_*" to "struct nx_*".
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-print: Print checksum in ofp_packet_to_string().
2012-01-10 Ethan Jacksonofp-print: Remove tcpdump from ofp_packet_to_string().
2012-01-10 Ethan Jacksonofp-print: Remove vestigial 'total_len' argument.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-29 Ethan Jacksonnicira-ext: New action "exit".
2011-10-27 Ben Pfaffofp-print: Pretty-print payloads in all error messages...
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-11 Ben Pfaffopenflow: Delete icmp_type and icmp_code macros.
2011-09-22 Ben Pfaffofp-print: Avoid double space before "actions" for...
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffofp-util: New functions for parsing and formatting...
2011-08-15 Ben Pfaffofp-print: Add missing "break".
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-07-27 Ben Pfaffofp-print: Make port "config" and "state" output easier...
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
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-30 Ben Pfaffclassifier: Print ARP opcode as "arp_op" instead of...
2011-06-14 Ben Pfaffofp-print: Change "table_id" to "table" in flow_mod...
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-14 Ben Pfaffnicira-ext: Separate nx_aggregate_stats_reply from...
2011-06-14 Ben Pfaffopenflow: Merge ofp_stats_request and ofp_stats_reply.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffFix incorrect byte order annotations.
2011-05-16 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
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-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-04-18 Ben PfaffAvoid warnings about comparisons that are always true.
2011-04-18 Ben PfaffFix calls to ctype functions.
2011-04-11 Ethan Jacksonautopath: Create the autopath action.
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-16 Ben Pfaffofp-print: Consistently print priority only if it is...
2011-03-14 Ben Pfaffofp-print: Omit timestamp when printing packets in...
2011-02-25 Ben Pfaffofp-print: Don't print priority for flow stats requests.
2011-02-23 Ben Pfaffutil: Don't read over 'size - 1' bytes of source string...
2011-02-05 Ben Pfaffopenflow: Use types and accessors for half-aligned...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-01-12 Ben Pfaffofp-print: Insert missing whitespace.
2011-01-12 Ben Pfaffofp-print: Print fragment handling in OpenFlow switch...
2011-01-12 Ben PfaffAutomatically extract error types and codes for formatting.
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-15 Ben Pfaffofp-print: Improve formatting for bad OpenFlow messages.
2010-12-15 Ben Pfaffofp-print: Always print priority exactly once.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-09 Ben Pfaffofp-print: Print every flow on a new line for NXST_FLOW...
2010-12-09 Ben Pfaffofp-print, ofp-parse: Add support for NXAST_REG_MOVE...
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-print: Print OFPUTIL_NXST_AGGREGATE_REPLY.
2010-12-09 Ben Pfaffofp-print: Print NXST_FLOW_REQUEST and NXST_AGGREGATE_R...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXT_STATUS_REQUEST and OFPUTIL...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXT_ROLE_REQUEST and OFPUTIL_N...
2010-12-09 Ben Pfaffofp-print: Print durations more readably.
2010-12-09 Ben Pfaffofp-print: Print NXST_FLOW replies.
2010-12-09 Ben Pfaffofp-print: Improve OFPST_FLOW stats reply printing.
2010-12-09 Ben Pfaffofp-print: Verify size of OFPAT_ENQUEUE actions.
2010-12-09 Ben Pfaffofp-print: Fix typos.
next