Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / utilities /
2011-06-02 Ben Pfaffovs-controller: Honor --wildcard option.
2011-04-29 Ben Pfaffovsdb-idl: Suppress "delete" operations for garbage...
2011-04-29 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-04-29 Ben PfaffLog anything that could prevent a daemon from starting.
2011-04-29 Ben Pfaffutil: New function ovs_fatal_valist().
2011-03-31 Ben Pfaffovs-openflowd: Use sset in place of svec.
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-03-31 Ben Pfaffdpif: Use sset instead of svec in dpif interface.
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
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-29 Ethan Jacksonovs-vsctl: Remove dead assignment.
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead code.
2011-03-23 Ethan Jacksongitignore: Added ovs-vlan-bug-workaround and tests
2011-03-23 Ethan Jacksonutilities: Add ovs-vlan-bug-workaround to make distclean
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 Ethan Jacksonovs-vsctl: Back out garbage collection changes.
2011-03-16 Ben Pfaffutilities: Fix typo in makefile that caused RPM build...
2011-03-16 Ben Pfaffofproto: Remove controller discovery support.
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-16 Ben PfaffSupport vlan_group workaround implemented in XenServer...
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb-data: Expose guts of ovsdb_symbol_table() to...
2011-03-10 Ben Pfaffovsdb-data: Rename 'used' to 'created' in struct ovsdb_...
2011-03-10 Ben Pfaffovs-vsctl: Remove stray \ from end of manpage.
2011-03-10 Ben Pfaffovs-vsctl: Update list of tables in manpage.
2011-03-10 Ben Pfaffovs-vsctl: Check for uncreated symbols earlier.
2011-03-10 Ben Pfaffovs-ofctl: Make add-flows command read from stdin if...
2011-03-09 Ethan Jacksonutilities: Improve ovs-vlan-test man page.
2011-03-04 Ben Pfaffovs-dpctl: Support more than one option for "add-if...
2011-03-01 Ben Pfaffovs-ofctl: Implement documented semantics of --flow...
2011-02-23 Ben Pfaffovs-vsctl: Clarify that uuid_from_string() shouldn...
2011-02-23 Ben Pfaffovs-kill: Remove.
2011-02-23 Ben Pfaffovs-vsctl: Simplify parse_column_key_value().
2011-02-23 Justin Pettitovs-vsctl: Free "columns" in cmd_find().
2011-02-23 Ben Pfaffmultipath: Validate multipath actions more thoroughly...
2011-02-23 Ben Pfaffovs-vsctl: --bootstrap only has an effect if the ca...
2011-02-22 Justin Pettitovs-vsctl: Check "key" is valid before dereferencing...
2011-02-18 Andrew Evansovsdb: Remove 'managers' column from 'Open vSwitch...
2011-02-15 Ben Pfaffovs-vsctl: Improve documentation and --help output.
2011-02-09 Ben Pfaffxenserver: Introduce "force-reload-kmod" to reload...
2011-02-09 Ben Pfaffovs-vsctl: Add formatting options for the "list" and...
2011-02-09 Ben Pfaffovs-vsctl: Add new "find" command.
2011-02-09 Ben Pfaffovs-vsctl: Add --columns options to "list" command.
2011-02-09 Ben Pfaffovs-vsctl: Fix spelling of "satisfied" in function...
2011-02-08 Andrew Evansovs-vsctl: Add commands to get/delete/set manager conne...
2011-02-07 Ben Pfaffdaemon: Define daemon options enums the same way as...
2011-02-04 Jesse Grossvlan-test: Add examples of vlan problems to man page.
2011-02-03 Andrew Evansovs-vsctl: Clear manager_options column and delete...
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-02-02 Ethan Jacksonovs-vlan-test: clearly indicate failure.
2011-02-01 Justin Pettitovs-ofctl: Group NXM field matches into own subsection...
2011-02-01 Justin Pettitovs-ofctl: Fix small typo about nw_tos in man page.
2011-01-28 Ben Pfaffdatapath: Change dp_idx to dp_ifindex, the ifindex...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow_stats" from client...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow" from client-visible...
2011-01-28 Ben Pfaffdatapath: Drop port information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop queue information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop flow information from odp_stats.
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_port" from client-visible...
2011-01-28 Ben Pfaffovs-dpctl: Use netdev_get_config() to print vport confi...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-28 Ben Pfaffdatapath: Change listing flows to use an iterator concept.
2011-01-27 Ben Pfaffovs-dpctl: Use datapath enumeration functions instead...
2011-01-27 Ben Pfaffshash: New "smap" functions for working with string...
2011-01-27 Ben Pfaffnetlink-socket: Add functions for joining and leaving...
2011-01-20 Ben PfaffImplement arbitrary bitwise masks for tun_id field.
2011-01-18 Ethan Jacksonovs-vsctl: emer-reset should clear the fail_mode.
2011-01-12 Ben Pfaffofp-print: Add tests for OpenFlow message formatting.
2011-01-12 Justin PettitAdd some new generated files to .gitignore.
2011-01-10 Ben Pfaffovs-pki: Fix handling of relative log file name on...
2010-12-29 Ben Pfaffovs-dpctl: Reimplement get_port_number() using dpif_por...
2010-12-28 Justin Pettitovs-dpctl: Print extended information about vports.
2010-12-24 Ethan Jacksonutilities: Implement ovs-vlan-test script
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-11 Ethan Jacksonutilities: ovs-tcpdump references non-existent exception
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-10 Ben Pfaffnetlink: Split into generic and Linux-specific parts.
2010-12-09 Ben Pfaffofproto: Add "ofproto/trace" command to help debugging...
2010-12-09 Ben Pfaffofp-print, ofp-parse: Add support for NXAST_REG_MOVE...
2010-12-09 Ben Pfaffovs-ofctl: Fix del-flows command parsing bugs.
2010-12-09 Ben Pfaffovs-appctl: On failure, print the error message output...
2010-12-09 Ben Pfaffovs-vsctl: Fix controller command prerequisites.
2010-12-09 Ben PfaffAvoid using "grep -q" outside of GNU/Linux specific...
2010-12-07 Ben Pfaffovs-ofctl: Add --more option to increase OpenFlow messa...
2010-12-07 Ben Pfaffovs-ofctl: Add NXM support.
2010-12-07 Ben Pfaffofp-parse: Add support for registers.
2010-12-07 Ben Pfaffofp-parse: Add support for tun_id.
2010-12-06 Ben Pfaffqueue: Get rid of ovs_queue data structure.
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffovs-ofctl: Demote common log messages from INFO to...
2010-12-03 Ben Pfaffovs-ofctl: Reimplement dumping particular tables.
next