Implement OpenFlow statistics in switches and in dpctl.
[sliver-openvswitch.git] / lib /
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffFactor out printing the list of available vconns.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-04 Ben PfaffAllow secchan to listen for management connections...
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-04-04 Ben PfaffMake vconn-tcp log an error when the connection drops...
2008-04-04 Ben PfaffMake vconn log all incoming and outgoing OpenFlow packe...
2008-04-04 Ben PfaffAdd new functions for pretty-printing an OpenFlow messa...
2008-04-04 Ben PfaffAdd vlog functions and macros for testing whether a...
2008-04-04 Ben PfaffFix bug in vconn-tcp, vconn-ssl that prevented minimum...
2008-04-01 Ben PfaffAdd comments to queue module.
2008-04-01 Ben PfaffClean up and comment poll-loop module.
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 PfaffFix memory leak in poll-loop.c.
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 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffSet l4 pointer properly in buffers that contain IP...
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-21 rootAdd "#include <string.h>" so strerror() doesn't produce...
2008-03-20 Justin PettitMake sure all the needed SSL files are included in...
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-19 Ben PfaffPunctuation and grammar fixes.
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-13 Ben PfaffSupport SSL in secchan and controller.
2008-03-04 Martin CasadoInitial import