Merge 'next' into 'master'.
[sliver-openvswitch.git] / utilities / ovs-openflowd.c
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffofproto: Improve abstraction by adding function ofproto...
2011-05-11 Ben Pfaffdpif: Improve abstraction by making 'run' and 'wait...
2011-05-11 Ben Pfaffbridge: Move packet processing functionality into ofproto.
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-05-04 Ben Pfaffbridge: Eliminate direct dependencies on dpif.
2011-04-04 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-04-04 Ben PfaffLog anything that could prevent a daemon from starting.
2011-03-31 Ben Pfaffovs-openflowd: Use sset in place of svec.
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-03-16 Ben Pfaffofproto: Remove controller discovery support.
2011-02-07 Ben Pfaffdaemon: Define daemon options enums the same way as...
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-11-30 Ben Pfaffovs-openflowd: Add "exit" unixctl command.
2010-11-30 Ben Pfaffovs-openflowd: Add ability to run without connecting...
2010-11-30 Ben Pfaffovs-openflowd: Improve usage message.
2010-11-30 Ben Pfaffovs-openflowd: Add --enable-dummy option.
2010-11-30 Ben Pfaffovs-openflowd: Add --unixctl command line option.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-08 Justin Pettitovs-openflowd: Don't segfault when no controllers specified
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-08-13 Ben PfaffRemove vestigial support for Spanning Tree Protocol.
2010-08-07 Ben Pfaffofproto: Add support for remote "service controllers".
2010-08-06 Ben Pfaffovs-openflowd: Fix support for multiple controllers.
2010-07-31 Justin Pettitvswitchd: Move fail-mode config to Bridge table
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Remove explicit calls to vlog_init().
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-06-02 Jesse Grossnetdev: Remove may_create/may_open flags.
2010-04-20 Ben Pfaffovs-openflowd: Prefer --fail=standalone|secure over...
2010-04-20 Ben PfaffAdd support for multiple OpenFlow controllers on a...
2010-04-20 Ben Pfaffofproto: Bundle all controller-related settings into...
2010-04-20 Ben Pfaffovs-openflowd: Remove documentation for obsolete -...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Justin Pettitovs-openflowd: Standardize on OpenFlow description...
2010-02-20 Justin Pettitovs-openflowd: Fix typo in comment describing dp_desc
2010-02-20 Justin Pettitofproto: Add user-specifiable datapath description...
2010-02-20 Justin Pettitofproto: Use 64-bit datapath id and management id ...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-01 Ben Pfaffofproto: Remove support for OpenFlow-based management...
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-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-15 Ben Pfaffunixctl: Avoid double error reporting.
2010-01-07 Ben PfaffRemove "fault" module.
2010-01-06 Ben Pfaffvconn: Reimplement in terms of the "stream" abstraction.
2010-01-04 Ben Pfaffovs-openflowd: Don't pass extra argument to printf().
2010-01-04 Ben Pfaffofproto: Drop remote command execution feature.
2009-12-18 Ben Pfaffdaemon: Allow daemon child process to report success...
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-18 Ben PfaffMerge citrix branch into master.
2009-11-13 Justin Pettitovs-openflowd: Setup default listener
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
2009-07-30 Ben Pfaffnetdev: Implement an abstract interface to network...
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-08 Ben PfaffRename "secchan" to "ofproto" (library) and "ovs-openfl...