Style fix: f(x) is better than f((x))
[sliver-openvswitch.git] / lib / vconn.c
2008-12-02 Ben PfaffAdd missing "%s" to VLOG_WARN_RL call.
2008-10-31 Ben PfaffImprove the error message when vconn gets an unexpected...
2008-10-30 Ben PfaffFix vconn_transact() bug introduced in commit 65ac65a6d2,
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-28 Ben PfaffImprove the command interface so that it sends back...
2008-10-14 Ben PfaffNew routine ofpbuf_put_zeros() to simplify a common...
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-24 Ben PfaffAvoid assertion failure connecting to unsupported remov...
2008-09-16 Ben PfaffMake it easier to bootstrap the PKI for SSL connections...
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-09 Ben PfaffZero out otherwise uninitialized padding in make_unbuff...
2008-09-08 Ben Pfaffvconn: New function vconn_get_name().
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-09-04 Ben PfaffRespin "Make vconns keep track of their names and inclu...
2008-09-04 Justin PettitRevert "Make vconns keep track of their names and inclu...
2008-09-02 Ben PfaffMake vconns keep track of their names and include them...
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-08-18 Ben PfaffImplement subnet mask matching in OpenFlow.
2008-08-14 Justin PettitSwitch to new packet-out format and add OFPP_IN_PORT.
2008-08-07 Ben PfaffMake vconn_open() consistently set *vconnp to NULL...
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-08-07 Ben PfaffDrop controller-bound traffic that arrives on the contr...
2008-07-30 Ben Pfaffvconn: Implement Unix domain socket vconn.
2008-07-30 Ben Pfaffvconn: Allow vconns to delegate to underlying implement...
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-24 Ben PfaffVerify OpenFlow version number in vconn_recv().
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