summaryrefslogtreecommitdiff
path: root/vswitchd/ovs-vswitchd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add cmdline arg to specify unix domain control socket.Andrew Lambeth2012-01-191-4/+12
* dummy: Make --enable-dummy=override replace all dpifs, netdevs by dummies.Ben Pfaff2012-01-191-3/+3
* unixctl: Implement quoting.Ben Pfaff2011-12-191-3/+3
* ofproto: Add "fast path".Ben Pfaff2011-11-281-0/+2
* tests: Allow unit tests to run as root.Ethan Jackson2011-11-181-0/+7
* vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff2011-10-041-0/+1
* ovs-appctl: Print command arguments for "help".Justin Pettit2011-09-291-1/+1
* Drop spurious 'H' cases from daemon option parsing switch statements.Ben Pfaff2011-08-221-1/+0
* util: Introduce get_program_version function.Justin Pettit2011-08-041-1/+1
* ovs-vswitchd: Make database socket command-line argument optional.Ben Pfaff2011-07-261-10/+19
* signals: New function signal_unregister().Ben Pfaff2011-06-071-0/+1
* Merge 'next' into 'master'.Ben Pfaff2011-05-181-3/+0
|\
| * Merge 'master' into 'next'.Ben Pfaff2011-05-121-6/+1
| |\
| * | dpif: Improve abstraction by making 'run' and 'wait' functions per-dpif.Ben Pfaff2011-05-111-3/+0
* | | Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-7/+7
| |/ |/|
* | stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff2011-05-101-6/+1
|/
* daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff2011-04-041-1/+0
* Log anything that could prevent a daemon from starting.Ben Pfaff2011-04-041-2/+2
* Remove /proc/net compatibility support.Ben Pfaff2011-02-111-15/+1
* ovs-vswitchd: Complete daemonization only after initial configuration.Ben Pfaff2011-02-071-3/+1
* daemon: Define daemon options enums the same way as other option enums.Ben Pfaff2011-02-071-1/+2
* ovs-vswitchd: Release most memory on normal exit.Ben Pfaff2010-12-131-0/+2
* Implement stress option framework.Ben Pfaff2010-11-301-0/+2
* Add new "dummy" netdev and dpif implementations for use in unit tests.Ben Pfaff2010-11-291-1/+8
* Make the "exit" unixctl command reliable in ovsdb-server, ovs-vswitchd.Ben Pfaff2010-11-161-0/+3
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* vlog: Remove explicit calls to vlog_init().Ben Pfaff2010-07-211-1/+0
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-211-1/+0
* ovs-vswitchd: Allow bridge code to manage the database connection itself.Ben Pfaff2010-06-231-33/+4
* ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff2010-06-231-8/+6
* ovs-vswitchd: Implement "exit" unixctl command.Ben Pfaff2010-05-051-2/+15
* Merge "citrix" branch into "master".Ben Pfaff2010-03-251-0/+15
|\
| * ovs-vswitchd: Add --mlockall option and enable on XenServer.Ben Pfaff2009-12-011-0/+15
* | ovsdb: Add simple constraints.Ben Pfaff2010-02-081-0/+1
* | daemon: Make --monitor process change its process title.Ben Pfaff2010-01-261-0/+1
* | unixctl: Avoid double error reporting.Ben Pfaff2010-01-151-2/+2
* | Remove "fault" module.Ben Pfaff2010-01-061-2/+0
* | ovs-vswitchd: Add ability to bootstrap SSL.Ben Pfaff2010-01-061-1/+7
* | vconn: Reimplement in terms of the "stream" abstraction.Ben Pfaff2010-01-061-4/+5
* | Add SSL support to "stream" library and OVSDB.Ben Pfaff2010-01-061-1/+1
* | daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff2009-12-181-1/+3
* | vswitchd: Initial conversion to database-based configuration.Ben Pfaff2009-12-031-65/+42
* | unixctl: Allow passing auxiliary data to unixctl commands.Ben Pfaff2009-10-291-3/+3
* | Merge citrix into master.Ben Pfaff2009-08-191-4/+7
|\ \ | |/ |/|
| * netdev: Implement an abstract interface to network devices.Ben Pfaff2009-07-301-0/+3
| * vswitchd: Avoid netdev_nodev_set_policing().Ben Pfaff2009-07-301-3/+0
| * dpif: Add new functions dp_run() and dp_wait().Ben Pfaff2009-07-061-0/+3
| * Merge commit 'origin/citrix'Justin Pettit2009-07-011-1/+3
| |\
| * | Remove references to Open vSwitch being a "virtual" switchJustin Pettit2009-06-231-1/+1