rconn: Be pickier about what constitutes a successful connection.
[sliver-openvswitch.git] / include / rconn.h
2008-10-10 Ben Pfaffrconn: Be pickier about what constitutes a successful...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-08 Ben PfaffAdd ability to monitor both ends of secchan connections...
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-08-28 Ben PfaffMake the secchan report a few more switch-status items.
2008-08-26 Ben Pfaffrconn: Add functions for reporting connection statistics.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben Pfaffrconn: Add questionability.
2008-07-18 Ben Pfaffrconn: Rewrite to use explicit state machine.
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-18 Ben PfaffNew function rconn_get_ip().
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-06-09 Ben PfaffFactor learning switch out of controller into library.
2008-05-28 Ben PfaffMake in-band communication work.
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-05-02 Ben PfaffDrop prototype for function that does not exist.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...