Merge "next" branch into "master".
[sliver-openvswitch.git] / utilities /
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-08 Ben Pfaffovsdb-idl: Make ovsdb_idl_txn_add_comment() take a...
2010-03-06 Ben PfaffAdd documentation for the vswitch database schema.
2010-03-04 Ben PfaffUpdate Open vSwitch documentation.
2010-03-03 Ben Pfaffovsdb-idl: New function ovsdb_idl_txn_commit_block().
2010-02-25 Ben PfaffRemove PCRE dependency.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-24 Ben Pfaffofctl: Improve manpage.
2010-02-24 Ben PfaffFix excessive white space in manpages.
2010-02-20 Tetsuo NAKAGAWAovs-dpctl: Fix setting of packet length for "controller...
2010-02-20 Tetsuo NAKAGAWAovs-dpctl: Fix setting of packet length for "controller...
2010-02-20 Justin Pettitovs-openflowd: Standardize on OpenFlow description...
2010-02-20 Justin Pettitovs-openflowd: Fix typo in comment describing dp_desc
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: 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 ...
2010-02-20 Justin Pettitofproto: Add selective Flow Removed messages and flow...
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-02-23 Ben Pfaffxenserver: Delete ports by interface name.
2010-02-12 Ben Pfaffovs-vsctl: Clarify manpage.
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-11 Ben Pfaffovs-ofctl: Drop assignment whose value is never used.
2010-02-11 Ben Pfaffovs-vsctl: Avoid redundant initializations in "add...
2010-02-11 Ben Pfaffovs-wdt: Mark variable static and use NULL for a null...
2010-02-09 Ben Pfaffovs-vsctl: Add --may-exist option for add-port, add...
2010-02-09 Ben Pfaffovs-vsctl: Add --may-exist option for add-br command.
2010-02-09 Ben Pfaffovs-vsctl: Improve error message when options follow...
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-08 Ben Pfaffovsdb-idl: On transaction hard failure make a reason...
2010-02-08 Ben Pfaffovs-vsctl: When deleting a real bridge, delete ports...
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffovs-vsctl: Free memory on successful exit.
2010-02-02 Ben Pfaffovs-vsctl: Fix memory leaks.
2010-02-02 Ben Pfaffovs-vsctl: Free memory on fatal error.
2010-02-02 Ben Pfaffovs-vsctl: Use vsctl_fatal() consistently.
2010-02-02 Ben Pfaffovs-appctl: Free memory on exit.
2010-02-01 Ben Pfaffovs-pki: Avoid using local variables, which are non...
2010-02-01 Ben Pfaffofproto: Remove support for OpenFlow-based management...
2010-01-29 Ben Pfaffovs-vsctl: Add --if-exists option to "get" command...
2010-01-29 Ben Pfaffovs-vsctl: Improve error reporting.
2010-01-29 Ben Pfaffovs-vsctl: Alphabetize lists of database column names.
2010-01-29 Ben Pfaffovs-vsctl: Make "create" command print new row's UUID.
2010-01-29 Ben Pfaffovs-vsctl: Add postprocess step.
2010-01-29 Ben Pfaffovs-vsctl: Refactor in preparation for adding "postproc...
2010-01-28 Jesse Grossopenflowd: Update for changes to dpif and netdev.
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-27 Ben Pfaffovs-vsctl: Drop redundant {port,iface}-{set,get}-extern...
2010-01-27 Ben Pfaffovs-vsctl: Update --help message.
2010-01-27 Ben Pfaffovs-vsctl: Add "destroy" command.
2010-01-27 Ben Pfaffovs-vsctl: Add new "create" command.
2010-01-27 Ben Pfaffovs-vsctl: Add --force option to database commands...
2010-01-27 Ben Pfaffovs-vsctl: Fix formatting in manpage.
2010-01-27 Ben Pfaffovs-vsctl: Add "remove" and "clear" commands.
2010-01-27 Ben Pfaffovs-vsctl: Make parsing functions return error instead...
2010-01-27 Ben Pfaffovs-vsctl: Make the "list" format more uniform.
2010-01-27 Ben Pfaffovs-vsctl: Score perfect matches higher than ones that...
2010-01-27 Jesse Grossovs-vsctl: Fix uninitialized variable.
2010-01-26 Jesse Grossovs-vsctl: Add missing columns.
2010-01-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-26 Ben Pfaffovs-vsctl: Add commands for low-level database manipula...
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-20 Jesse Grossovs-vsctl: Prevent uninitialized variable warning.
2010-01-15 Ben Pfafffatal-signal: After fork, clear hooks instead of disabl...
2010-01-15 Ben Pfaffunixctl: Avoid double error reporting.
2010-01-15 Jesse Grossnetdev: Fully handle netdev lifecycle through refcounting.
2010-01-15 Justin Pettitovs-vsctl: Add option to create fake iface when adding...
2010-01-15 Justin Pettitovs-vsctl: Don't mask timeout argument
2010-01-12 Justin Pettitovs-vsctl: Print correct fail-mode
2010-01-07 Ben Pfaffstream: Really enable SSL streams.
2010-01-07 Ben PfaffRemove "fault" module.
2010-01-06 Ben Pfaffvconn: Reimplement in terms of the "stream" abstraction.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-06 Ben PfaffFactor vconn and SSL documentation into manpage include...
2010-01-06 Jesse Grossfatal-signal: Run signal hooks outside of actual signal...
2010-01-05 Justin Pettitovs-vsctl: Add support for extended vlog options
2010-01-05 Justin PettitAdd extended vlog options to utilities
2010-01-04 Ben Pfaffovs-openflowd: Don't pass extra argument to printf().
2010-01-04 Ben PfaffInitial implementation of sFlow.
2010-01-04 Ben Pfaffofproto: Drop remote command execution feature.
2009-12-21 Justin Pettitovs-vsctl: Support configuring SSL.
2009-12-21 Justin Pettitovs-vsctl: Don't allow controller configuration on...
2009-12-18 Justin Pettitovs-vsctl: Fix minor typo in error message
2009-12-18 Ben Pfaffdaemon: Allow daemon child process to report success...
2009-12-17 Ben Pfaffovs-vsctl: Fix segfault with fake bridges.
2009-12-17 Justin Pettitovs-vsctl: Add commands for modifying controller settings
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-14 Justin Pettitovs-vsctl: Set timeout to a default value of five seconds
2009-12-14 Ben Pfaffovs-vsctl: Add -t or --timeout option to limit runtime.
2009-12-11 Ben Pfaffovs-vsctl: Add --dry-run option.
2009-12-11 Ben Pfaffovs-vsctl: Initialize the database automatically.
2009-12-11 Ben Pfaffovs-vsctl: Log fatal errors as well as printing them...
2009-12-10 Ben Pfaffovs-vsctl: Accept documented --no-wait option.
2009-12-10 Ben Pfaffovs-vsctl: Add --if-exists options to del-br, del-port...
2009-12-10 Ben Pfaffovs-vsctl: Make functions to find entities more flexible.
next