netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / stream-fd.c
2015-02-20 Ben Pfaffstream: Eliminate pstream_set_dscp().
2015-01-20 Ben Pfaffstream-fd: Fix log message.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-10-23 Gurucharan Shettystream-tcp: Call setsockopt TCP_NODELAY after TCP is...
2014-10-20 Gurucharan Shettystream-fd: Merge stream-fd-windows and stream-fd-unix.
2014-02-25 Linda SunWindows implementation of stream-fd.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-07-15 Ben Pfaffstress: Remove essentially unused library.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-17 Ben Pfaffleak-checker: Remove because it cannot be made thread...
2013-05-03 Ben Pfaffstream-fd: Mark 'fd_pstream_class' const.
2013-01-17 Ben PfaffRemove useless use of <assert.h>.
2012-09-27 Isaku Yamahatapstream: Add set_dscp method.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-03-08 Ben Pfaffstream-unix: Do not bind a name for client sockets.
2011-11-24 Simon Hormanstream: Make classes const
2010-11-30 Ben PfaffImplement stress option framework.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-05-26 Ben PfaffAdd some missing "#include"s.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-06 Ben Pfaffstream: Add stream_run(), stream_run_wait() functions.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-04 Ben Pfaffstream: New library for bidirectional streams (e.g...