aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/ovs-vswitchd.c
AgeCommit message (Expand)Author
2011-02-11Remove /proc/net compatibility support.Ben Pfaff
2011-02-07ovs-vswitchd: Complete daemonization only after initial configuration.Ben Pfaff
2011-02-07daemon: Define daemon options enums the same way as other option enums.Ben Pfaff
2010-12-13ovs-vswitchd: Release most memory on normal exit.Ben Pfaff
2010-11-30Implement stress option framework.Ben Pfaff
2010-11-29Add new "dummy" netdev and dpif implementations for use in unit tests.Ben Pfaff
2010-11-16Make the "exit" unixctl command reliable in ovsdb-server, ovs-vswitchd.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-06-23ovs-vswitchd: Allow bridge code to manage the database connection itself.Ben Pfaff
2010-06-23ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff
2010-05-05ovs-vswitchd: Implement "exit" unixctl command.Ben Pfaff
2010-03-25Merge "citrix" branch into "master".Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-01-26daemon: Make --monitor process change its process title.Ben Pfaff
2010-01-15unixctl: Avoid double error reporting.Ben Pfaff
2010-01-06Remove "fault" module.Ben Pfaff
2010-01-06ovs-vswitchd: Add ability to bootstrap SSL.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
2009-12-18daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff
2009-12-03vswitchd: Initial conversion to database-based configuration.Ben Pfaff
2009-12-01ovs-vswitchd: Add --mlockall option and enable on XenServer.Ben Pfaff
2009-10-29unixctl: Allow passing auxiliary data to unixctl commands.Ben Pfaff
2009-08-19Merge citrix into master.Ben Pfaff
2009-08-03vswitchd: Initialize cfg properly and check return valuesJustin Pettit
2009-07-30netdev: Implement an abstract interface to network devices.Ben Pfaff
2009-07-30vswitchd: Avoid netdev_nodev_set_policing().Ben Pfaff
2009-07-06dpif: Add new functions dp_run() and dp_wait().Ben Pfaff
2009-07-01Merge commit 'origin/citrix'Justin Pettit
2009-06-23Remove references to Open vSwitch being a "virtual" switchJustin Pettit
2009-06-19vswitchd: Reduce number of calls to reconfigure() during mgmt updatesJustin Pettit
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff