aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2010-01-20ovs-vsctl: Prevent uninitialized variable warning.Jesse Gross
2010-01-15fatal-signal: After fork, clear hooks instead of disabling them.Ben Pfaff
2010-01-15unixctl: Avoid double error reporting.Ben Pfaff
2010-01-15netdev: Fully handle netdev lifecycle through refcounting.Jesse Gross
2010-01-15ovs-vsctl: Add option to create fake iface when adding a bondJustin Pettit
2010-01-14ovs-vsctl: Don't mask timeout argumentJustin Pettit
2010-01-11ovs-vsctl: Print correct fail-modeJustin Pettit
2010-01-07stream: Really enable SSL streams.Ben Pfaff
2010-01-06Remove "fault" module.Ben Pfaff
2010-01-06vconn: Reimplement in terms of the "stream" abstraction.Ben Pfaff
2010-01-06Add SSL support to "stream" library and OVSDB.Ben Pfaff
2010-01-06Factor vconn and SSL documentation into manpage include files.Ben Pfaff
2010-01-06fatal-signal: Run signal hooks outside of actual signal handlers.Jesse Gross
2010-01-05ovs-vsctl: Add support for extended vlog optionsJustin Pettit
2010-01-04ovs-openflowd: Don't pass extra argument to printf().Ben Pfaff
2010-01-04ofproto: Drop remote command execution feature.Ben Pfaff
2009-12-20ovs-vsctl: Support configuring SSL.Justin Pettit
2009-12-20ovs-vsctl: Don't allow controller configuration on fake bridgesJustin Pettit
2009-12-18ovs-vsctl: Fix minor typo in error messageJustin Pettit
2009-12-18daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff
2009-12-17ovs-vsctl: Fix segfault with fake bridges.Ben Pfaff
2009-12-17ovs-vsctl: Add commands for modifying controller settingsJustin Pettit
2009-12-16Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff
2009-12-16ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff
2009-12-14ovs-vsctl: Set timeout to a default value of five secondsJustin Pettit
2009-12-14ovs-vsctl: Add -t or --timeout option to limit runtime.Ben Pfaff
2009-12-11ovs-vsctl: Add --dry-run option.Ben Pfaff
2009-12-11ovs-vsctl: Initialize the database automatically.Ben Pfaff
2009-12-10ovs-vsctl: Log fatal errors as well as printing them on the console.Ben Pfaff
2009-12-10ovs-vsctl: Accept documented --no-wait option.Ben Pfaff
2009-12-10ovs-vsctl: Add --if-exists options to del-br, del-port commands.Ben Pfaff
2009-12-10ovs-vsctl: Make functions to find entities more flexible.Ben Pfaff
2009-12-10ovs-vsctl: Add options parsing infrastructure.Ben Pfaff
2009-12-10ovs-vsctl: Add --help output for external-id commands.Ben Pfaff
2009-12-10ovs-vsctl: Fix minor memory leak in add_port().Justin Pettit
2009-12-10Update .gitignore filesJustin Pettit
2009-12-09ovs-vsctl: New commands for working with external IDs.Ben Pfaff
2009-12-09ovs-vsctl: Fix performance problem.Ben Pfaff
2009-12-09ovs-vsctl: Fix bugs.Ben Pfaff
2009-12-08vsctl: Start making it work with ovsdb.Ben Pfaff
2009-12-03vswitchd: Initial conversion to database-based configuration.Ben Pfaff
2009-12-02Merge "master" branch into "db".Ben Pfaff
2009-11-23ovs-openflowd: Add support for userspace-only switching.Ben Pfaff
2009-11-19ovs-controller: Add --wildcard and --normal features.Jean Tourrilhes
2009-11-16ovs-ofctl: Add support for transport and network modification actionsJustin Pettit
2009-11-16ovs-appctl: Fix shadow variable that could cause segfaultJustin Pettit
2009-11-13ovs-openflowd: Setup default listenerJustin Pettit
2009-11-10Merge citrix branch into master.Jesse Gross
2009-11-09ovs-vsctl: Capitalize names of global constants but not variables.Ben Pfaff
2009-11-09Make ovs-appctl easier to use and synchronize its interface with ovs-vsctl.Ben Pfaff