rconn: Fix segfault when the idle timeout races with connection failure.
[sliver-openvswitch.git] / lib / rconn.c
2009-01-13 Ben Pfaffrconn: Fix segfault when the idle timeout races with...
2008-11-27 Ben Pfaffrconn_destroy() should close monitoring connections...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-13 Ben Pfaffrconn: Never report being in failure mode while connected.
2008-10-13 Ben Pfaffrconn: Improve log message when peer closes connection.
2008-10-10 Ben Pfaffrconn: Be pickier about what constitutes a successful...
2008-10-09 Ben PfaffMake rconn_disconnect() a no-op if already disconnected.
2008-09-18 Ben PfaffFix failure to back off when vconn_open() fails immedia...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-15 Ben PfaffBreak passive vconns out into separate pvconn routines...
2008-09-08 Ben PfaffAdd ability to monitor both ends of secchan connections...
2008-09-04 Ben PfaffFix typo in comment.
2008-09-04 Ben PfaffDrop unneeded inclusions of ofp-print.h.
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Ben PfaffRename struct queue to struct ofp_queue.
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 PfaffNew header for saturating arithmetic.
2008-08-26 Ben Pfaffrconn: Add functions for reporting connection statistics.
2008-08-22 Ben Pfaffrconn: Fix bug #100, "Inactivity time-out slow under...
2008-08-13 Ben Pfaffrconn: Wake up immediately if we drain the send queue.
2008-08-13 Ben Pfaffrconn: Use rconn_send() to send echo requests.
2008-08-13 Ben Pfaffrconn: Queue packets for tx only if connected.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffUse signal-based timekeeping functions throughout the...
2008-07-29 Ben Pfaffrconn: Reconnect reliably when underlying vconn reports...
2008-07-28 Ben PfaffBe slightly pickier about going into fail-open mode.
2008-07-24 Ben PfaffMerge branch 'locking'
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 Pfaffrconn: Add questionability.
2008-07-18 Ben Pfaffrconn: Rewrite to use explicit state machine.
2008-07-18 Ben Pfaffrconn: Push detection of send errors into try_send().
2008-07-18 Ben Pfaffrconn: Time out connection attempts when the backoff...
2008-07-18 Ben Pfaffrconn: Log when a connection attempt starts.
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-18 Ben PfaffFix behavior when system date is negative.
2008-07-18 Ben PfaffNew function rconn_get_ip().
2008-07-03 Ben PfaffFix typo in comment.
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 PfaffInitialize rconn "connected" member.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...