Introduce ofpacts, an abstraction of OpenFlow actions.
[cascardo/ovs.git] / utilities / ovs-ofctl.c
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-07-02 Ben PfaffUse UTC consistently instead of local timezone.
2012-06-27 Ben Pfaffovs-ofctl: Fix handling of unexpected replies in dump_s...
2012-06-13 Ben Pfaffofp-util: Implement translation to and from OpenFlow...
2012-06-11 Simon Hormannx-match: Add parsing and serialisation of OXM matches.
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-24 Ben Pfaffovs-ofctl: Support all OFPPC_* flags in "mod-port"...
2012-05-14 Ben Pfaffovs-ofctl: Avoid impossible check for !osm in fetch_por...
2012-05-10 Ben Pfaffdynamic-string: New function ds_get_test_line().
2012-05-08 Justin Pettitovs-ofctl: Use port description stat to look up ports...
2012-05-08 Justin Pettitovs-ofctl: Support large number of ports with "show...
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-28 Ben PfaffFix minor memory leaks found by valgrind.
2012-03-27 Simon HormanAdd error codes for Open Flow v1.2
2012-03-07 Ben Pfaffovs-ofctl: Make "barrier" output reproducible for testing.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben PfaffBreak OFPT_* constants into common value and 1.0- and...
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-03-07 Ben Pfaffovs-ofctl: Avoid segfault upon receive error for "monit...
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-27 Ben Pfaffovs-ofctl: Add --timestamp option to print time for...
2012-02-09 Ben Pfaffovs-ofctl: New "ofctl/barrier" unixctl command.
2012-02-09 Ben Pfaffovs-ofctl: New "ofctl/set-output-file" unixctl command.
2012-02-09 Ben Pfaffovs-ofctl: New "ofctl/send" unixctl command.
2012-02-09 Ben Pfaffovs-ofctl: Add "packet-out" command.
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-02-03 Ben Pfaffovs-ofctl: Fix minor memory leaks.
2012-02-03 Ben Pfaffdaemon: New function daemon_save_fd() to preserve fds...
2012-02-02 Ben Pfaffovs-ofctl: Update usage message.
2012-01-27 Ben Pfaffovs-ofctl: Fix "snoop" command.
2012-01-27 Ben Pfaffovs-ofctl: Fix typo in comment.
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2012-01-10 Ethan Jacksonnx-match: New function nx_pull_match_loose().
2012-01-10 Ethan Jacksonovs-ofctl: Support daemonization for monitor and snoop.
2011-12-31 Justin Pettitovs-ofctl: Fix "cookie mask" issue in diff-flows command.
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-11-30 Ben Pfaffovs-ofctl: Improve usage message.
2011-11-21 Ethan Jacksonovs-ofctl: Support OFPPC_NO_FWD.
2011-11-04 Justin Pettitovs-ofctl: Correct bad reference in parse-flows error...
2011-10-21 Ben PfaffImplement new fragment handling policy.
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 Pfaffovs-ofctl: Fix reading flows from file for "replace...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-07-29 Ethan Jacksonovs-ofctl: Print human readable nx_pull_match() errors.
2011-07-27 Ben Pfaffovs-ofctl: Fix dump-ports and queue-stats commands.
2011-07-27 Ben Pfaffovs-ofctl: New --readd option for "replace-flows".
2011-07-21 Ben Pfaffovs-ofctl: Use strchr() instead of strstr().
2011-07-20 Ben Pfaffovs-ofctl: Improve error message for "ovs-ofctl show...
2011-06-30 Ben Pfaffofp-util: Simplify iteration through OpenFlow actions.
2011-06-23 Ben Pfaffovs-ofctl: Accept only valid flow_mod and flow_stats_re...
2011-06-17 Andrew Evansovs-ofctl: Print the offending flow on parse error...
2011-06-16 Andrew Evansovs-ofctl: Add 'replace-flows' command to usage.
2011-06-14 Ben Pfaffopenflow: Remove 'body' member from struct ofp_stats_msg.
2011-06-14 Ben Pfaffopenflow: Merge ofp_stats_request and ofp_stats_reply.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Make rule construction and destruction more...
2011-05-11 Ben Pfaffofproto: Improve abstraction by adding function ofproto...
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-04-04 Ben PfaffLog anything that could prevent a daemon from starting.
2011-04-04 Ben Pfaffutil: New function ovs_fatal_valist().
2011-03-31 Ethan Jacksonovs-ofctl: Remove dead assignment.
2011-03-30 Gaetano CatalliFix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1
2011-03-18 Ben Pfaffovs-ofctl: Make mod-flows and del-flows commands able...
2011-03-18 Ben Pfaffofp-parse: Generalize parse_ofp_add_flow_file() to...
2011-03-18 Ben Pfaffovs-ofctl: New commands "replace-flows" and "diff-flows".
2011-03-18 Ben Pfaffovs-ofctl: Use ovs_be32 for big-endian variable.
2011-03-16 Ben Pfaffofproto: Get rid of archaic "switch status" OpenFlow...
2011-03-16 Ben Pfaffovs-ofctl: Check min flow format support in negotiate_h...
2011-03-10 Ben Pfaffovs-ofctl: Make add-flows command read from stdin if...
2011-03-01 Ben Pfaffovs-ofctl: Implement documented semantics of --flow...
2011-02-23 Ben Pfaffmultipath: Validate multipath actions more thoroughly...
2011-01-12 Ben Pfaffofp-print: Add tests for OpenFlow message formatting.
2010-12-09 Ben Pfaffovs-ofctl: Fix del-flows command parsing bugs.
2010-12-07 Ben Pfaffovs-ofctl: Add --more option to increase OpenFlow messa...
2010-12-07 Ben Pfaffovs-ofctl: Add NXM support.
2010-12-03 Ben Pfaffovs-ofctl: Demote common log messages from INFO to...
2010-12-03 Ben Pfaffovs-ofctl: Reimplement dumping particular tables.
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-12-02 Ben Pfaffovs-ofctl: Check that commands actually succeed.
2010-12-02 Ben Pfaffovs-ofctl: Remove now-useless "tun-cookie" command.
2010-12-02 Ben Pfaffovs-ofctl: Factor out common code in str_to_port_no...
2010-11-30 Ben Pfaffovs-ofctl: Remove stray printf.
2010-11-30 Ben Pfaffovs-ofctl: Simplify code by using strcasecmp() instead...
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Remove flow_to/from_match() in favor of cls_rule_...
2010-11-17 Ben Pfaffofp-util: Consistently treat OpenFlow xids as network...
2010-11-17 Ben Pfaffovs-ofctl: Fix return value of str_to_port_no().
2010-11-11 Ben Pfaffofp-parse: Refactor flow parsing.
2010-11-11 Ben Pfaffofp-parse: Generalize parse_ofp_add_flow_str() as parse...
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...
next