Move Autoconf's macro definitions into config.h.
[sliver-openvswitch.git] / lib / vconn.c
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben Pfaffvconn: Add assertions to vconn_send() to check consiste...
2008-07-18 Ben Pfaffvconn: Add new function vconn_transact() and use it...
2008-07-18 Ben Pfaffvconn: Add utility functions make_openflow() and update...
2008-07-18 Ben PfaffNew function vconn_get_ip().
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
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 PfaffFactor out printing the list of available vconns.
2008-04-04 Ben PfaffMake vconn log all incoming and outgoing OpenFlow packe...
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffAdd the ability to connect to a vconn asynchronously.
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-13 Ben PfaffSupport SSL in secchan and controller.
2008-03-04 Martin CasadoInitial import