Fix "make dist" by adding forgotten files to sources lists.
[sliver-openvswitch.git] / switch / switch.c
2008-11-05 Ben PfaffCreate vlog sockets after daemonizing, so that pidfiles...
2008-11-04 Ben PfaffAdd build number to datapath version and --version...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-23 Ben Pfaffvlog: Add ability to log to an arbitrary file, and...
2008-10-16 Ben PfaffCentralize daemon option processing and usage.
2008-09-16 Ben PfaffMake it easier to bootstrap the PKI for SSL connections...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Ben PfaffBreak passive vconns out into separate pvconn routines...
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Justin PettitAdd serial number to description status message.
2008-08-28 Ben PfaffMake -P or --pidfile keep programs from running if...
2008-08-16 Justin PettitAdd stats message that allows querying description...
2008-08-12 Ben PfaffPrevent the secchan from dying due to SIGPIPE.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffInitialize the timetracking module in each userspace...
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-22 Ben PfaffMake set_pidfile() easier to use.
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-18 Ben PfaffMake facility and level optional in -v, --verbose options.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben PfaffAdd new --max-backoff option to secchan and switch...
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-06-13 Ben PfaffBring manpages and usage messages up-to-date.
2008-06-13 Ben PfaffAdd --detach and --pidfile options to daemons.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffSend replies to OpenFlow requests only to the sender.
2008-04-04 Ben PfaffFactor out parsing vconn-ssl options.
2008-04-04 Ben PfaffFactor out printing the list of available vconns.
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-04-01 Ben PfaffMake the datapath responsible for the controller connec...
2008-04-01 Ben PfaffMerge datapath.[ch] with forward.[ch].
2008-04-01 Ben PfaffBetter abstract controller_connection.
2008-04-01 Ben PfaffReverse the dependency of controller.c on forward.c.
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffImplement userspace switch.