Catalli's threaded switch
[sliver-openvswitch.git] / utilities /
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.
2009-12-10 Ben Pfaffovs-vsctl: Add options parsing infrastructure.
2009-12-10 Ben Pfaffovs-vsctl: Add --help output for external-id commands.
2009-12-10 Justin Pettitovs-vsctl: Fix minor memory leak in add_port().
2009-12-10 Justin PettitUpdate .gitignore files
2009-12-10 Ben Pfaffovs-vsctl: New commands for working with external IDs.
2009-12-09 Ben Pfaffovs-vsctl: Fix performance problem.
2009-12-09 Ben Pfaffovs-vsctl: Fix bugs.
2009-12-09 Ben Pfaffvsctl: Start making it work with ovsdb.
2009-12-04 Justin Pettitovs-vsctl: Fix traceback when telling target to reload
2009-12-03 Ben Pfaffvswitchd: Initial conversion to database-based configur...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-23 Ben Pfaffovs-openflowd: Add support for userspace-only switching.
2009-11-19 Jean Tourrilhesovs-controller: Add --wildcard and --normal features.
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-17 Justin Pettitovs-ofctl: Add support for transport and network modifi...
2009-11-17 Justin Pettitovs-appctl: Fix shadow variable that could cause segfault
2009-11-13 Justin Pettitovs-openflowd: Setup default listener
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-09 Ben Pfaffovs-vsctl: Capitalize names of global constants but...
2009-11-09 Ben PfaffMake ovs-appctl easier to use and synchronize its inter...
next