meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / lib / ofp-print.c
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.
2010-12-09 Justin Pettitofp-print: Print Nicira error extension messages.
2010-12-08 Ben Pfaffofp-print: Print each flow at the start of a line.
2010-12-07 Ben Pfaffofpbuf: New function ofpbuf_use_const().
2010-12-07 Ben Pfaffofp-print: Implement printing for OFPUTIL_NXT_FLOW_MOD.
2010-12-06 Ben PfaffRefactor and centralize basic OpenFlow message decoding...
2010-12-03 Ben PfaffFormat tunnel IDs consistently.
2010-12-02 Ben Pfaffofp-print: Fix handling of zero-length actions.
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-11-22 Ben Pfaffofp-print: Avoid converting flow to ofp_match just...
2010-11-17 Ben Pfaffofp-util: Consistently treat OpenFlow xids as network...
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-05 Romain Lengletofp-print: always print the flow nw_tos if not wildcarded
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-10-01 Ben Pfaffofp-print: Make output easier to read.
2010-10-01 Ben Pfaffovs-ofctl: Add "queue-stats" command to print queue...
2010-09-15 Ben PfaffProperly print drop_spoofed_arp actions when decoding...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-07-20 Ben PfaffAdd pretty-printers for QoS related OpenFlow and ODP...
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-12 Justin Pettitprint: Print mod_vlan_vid action in decimal
2010-04-12 Justin Pettitovs-ofctl: Allow setting cookie as a decimal or hex...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-11 Justin Pettitofp-print: Cleanup typos in print OpenFlow Flow Stats...
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Justin PettitDon't go beyond buffer length when printing descriptions
2010-02-20 Justin Pettitofproto: Querying port stats for individual ports ...
2010-02-20 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Improve resolution of flow stats and removed...
2010-02-20 Justin Pettitofproto: Add support for matching IP addresses in ARP...
2010-02-20 Justin Pettitofproto: Add support for flow cookies (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Add user-specifiable datapath description...
2010-02-20 Justin Pettitofproto: Use 64-bit datapath id and management id ...
next