aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/ovs-vswitchd.c
AgeCommit message (Expand)Author
2012-07-02ovs-vswitchd: Call mlockall() from the daemon, not the parent or monitor.Ben Pfaff
2011-11-28ofproto: Add "fast path".Ben Pfaff
2011-11-18tests: Allow unit tests to run as root.Ethan Jackson
2011-10-04vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-08-22Drop spurious 'H' cases from daemon option parsing switch statements.Ben Pfaff
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-07-26ovs-vswitchd: Make database socket command-line argument optional.Ben Pfaff
2011-06-07signals: New function signal_unregister().Ben Pfaff
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-11dpif: Improve abstraction by making 'run' and 'wait' functions per-dpif.Ben Pfaff
2011-05-10stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff
2011-04-04daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff
2011-04-04Log anything that could prevent a daemon from starting.Ben Pfaff
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