sliver-openvswitch.git
2008-04-10 Justin PettitFixes to configure script based on suggestions from...
2008-04-10 Justin PettitChanges based on feedback from GigaFin.
2008-04-08 Justin PettitFixed minor tab/spaces issue.
2008-04-02 Justin PettitBy more liberal (egads!) about allocating space for...
2008-04-01 Ben PfaffAllow timeout implementations to block, by using a...
2008-04-01 Ben PfaffFix typo in comment.
2008-04-01 Ben PfaffAdd clarifying comment.
2008-04-01 Ben PfaffGet rid of tables' dependency on the datapath.
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-04-01 Ben PfaffHide contents of sw_chain.
2008-04-01 Ben PfaffAdd comments to queue module.
2008-04-01 Ben PfaffClean up and comment poll-loop module.
2008-04-01 Ben PfaffClean up and comment netdev implementation.
2008-04-01 Ben PfaffGet rid of ip.h, migrating its users to packets.h.
2008-04-01 Ben PfaffGet rid of mac.h, migrating its users to packets.h.
2008-04-01 Ben PfaffSupport jumbo frames, by allocating enough memory for...
2008-04-01 Ben PfaffUse LIST_FOR_EACH_SAFE, not LIST_FOR_EACH, when deletin...
2008-04-01 Ben PfaffFix memory leak in poll-loop.c.
2008-03-30 Justin Pettit- Fixed endian issue with action type. Thanks, Ben!
2008-03-30 Justin PettitFixed some tab/space issues.
2008-03-30 Justin PettitFixed some space/tab issues.
2008-03-30 Justin PettitRemove dead "t" directory.
2008-03-28 Justin PettitIncrease the version number to v0.2.1.
2008-03-28 Ben PfaffCompile, but do not distribute, the generate file dhpar...
2008-03-28 Justin PettitRemove explicit addition of auto-generated dhparams...
2008-03-28 Justin PettitRemove dead linux-2.6-uml directory.
2008-03-28 Justin PettitIncrease version to 0.2.0.
2008-03-28 Justin PettitUpdate references to point to non-alpha OpenFlow site.
2008-03-28 Justin PettitUpdate 2007 copyrights to include 2008.
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 casado- Turn off ssl support by default
2008-03-28 Ben PfaffAdd list of to-do items for userspace switch.
2008-03-28 Ben PfaffImprove comment.
2008-03-28 Ben PfaffDocumentation wording improvements from Justin.
2008-03-28 Ben PfaffSet l4 pointer properly in buffers that contain IP...
2008-03-28 Ben PfaffImplement userspace switch.
2008-03-28 Ben PfaffAdd tag to enum for OpenFlow statistics type.
2008-03-28 Ben PfaffNew function list_replace(), to replace a list element...
2008-03-28 Ben PfaffAdd pointers to headers to buffer, and initialize them...
2008-03-28 Ben PfaffAdd abstraction of packet queue, and use it in the...
2008-03-28 Ben PfaffAdd the ability to connect to a vconn asynchronously.
2008-03-28 Ben PfaffAdd 1024-bit Diffie-Hellman parameters to vconn-ssl.
2008-03-28 Ben PfaffMake vlog preserve errno.
2008-03-28 Ben PfaffAdd additional definitions for Ethernet addresses and...
2008-03-28 Ben PfaffFix LIST_FOR_EACH_SAFE macro.
2008-03-28 Ben PfaffInitialize pad byte in ofp_packet_in messages, to avoid...
2008-03-21 rootAdd "#include <string.h>" so strerror() doesn't produce...
2008-03-20 Ben PfaffMention additional required software for working from...
2008-03-20 Justin PettitMake sure all the needed SSL files are included in...
2008-03-20 Justin PettitCorrect the date of the 1.9 release.
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-19 Justin Pettit- Increase version to 0.1.9.
2008-03-19 Ben PfaffPunctuation and grammar fixes.
2008-03-19 Ben PfaffChange tabs to spaces in ofp-pki to make indentation...
2008-03-19 Ben PfaffChange fatal errors in SSL connection from VLOG_DBG...
2008-03-19 Ben PfaffRemove support for 512- and 1024-bit Diffie-Hellman.
2008-03-19 Ben PfaffDocument that we use TLSv1.
2008-03-19 Ben PfaffFix arguments to printf in usage message.
2008-03-19 Ben PfaffAdd missing #include.
2008-03-13 Ben PfaffSupport SSL in secchan and controller.
2008-03-13 Ben PfaffFix backoff.
2008-03-13 Ben PfaffRewrite vlogconf manpage to reflect current implementation.
2008-03-11 Ben PfaffIgnore lots of files.
2008-03-06 Ben PfaffDon't treat $(CC) as a list of compiler candidates...
2008-03-04 Martin CasadoUsed to boostrap autoconf files
2008-03-04 Martin CasadoInitial import
2008-03-04 rootPlaceholder