ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.
[sliver-openvswitch.git] / utilities / ovs-ofctl.c
2012-09-20 Ben Pfaffovs-ofctl: Accept port keywords, OF1.1 port numbers...
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffclassifier: Prepare for "struct cls_rule" needing to...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-08-29 Simon Hormanovs-ofctl: Use vconn as a parameter of dump_stats_trans...
2012-08-17 Ben Pfaffovs-ofctl: Fix memory leak in "check-vlan" test command.
2012-08-08 Simon Hormanofp-util: Prepare Packet Out encoder for other Open...
2012-08-07 Ben Pfafftests: Test that ofp10_match bytes that should be ignor...
2012-08-07 Simon Hormanofp-util: Make make_echo_request() aware of different...
2012-08-07 Simon Hormanofp-error: Remove ofperr_domain from external API
2012-08-07 Simon Hormanofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier...
2012-08-06 Simon Hormannx-match: Separate raw match and header/pad pull/put
2012-07-31 Ben Pfaffopenflow: Separate OF1.0, OF1.1 flow_mod constants...
2012-07-31 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-23 Ben Pfaffovs-ofctl: Avoid printing false differences on "ovs...
2012-07-23 Simon Hormantests: OXM VLAN match encoding and decoding
2012-07-20 Ben Pfafftests: Add more tests for VLAN match encoding and decoding.
2012-07-18 Ben Pfafftests: Add detailed test for OF1.0 match decoding and...
2012-07-16 Ben Pfaffovs-ofctl: Fix use-after-free error.
2012-07-12 Ben Pfaffovs-ofctl: Avoid use-after-free upon "ofctl/unblock...
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffovs-ofctl: Add --sort and --rsort options for "dump...
2012-07-12 Ben Pfaffovs-ofctl: Factor code out of read_flows_from_switch().
2012-07-12 Ben Pfaffovs-ofctl: Use the prepared connection to dump flows...
2012-07-09 Arun SharmaRename static functions to increase uniqueness.
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
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...
next