netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / stream.h
2016-02-12 Andy Zhoulib: Remove unused function prototypes
2015-02-20 Ben Pfaffstream: Eliminate pstream_set_dscp().
2014-10-24 Jarno Rajahalmelib: Clean up vlog use.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2013-10-01 Justin PettitDon't differentiate between TCP and SSL ports for OpenF...
2013-04-18 Ben Pfaffovsdb-server: Announce bound listening ports as status...
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-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2011-12-20 Ansis Attekavswitchd: In-band rules for Controller are missing...
2011-02-23 Ben Pfaffstream: Make stream_report_content() tolerate negative...
2010-11-30 Ben PfaffConvert stream and vconn interfaces to use ovs_be16...
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-04-20 Ben Pfaffstream: Fix typo in comment.
2010-04-12 Ben Pfaffvconn-stream: Factor out port defaults into public...
2010-04-12 Ben Pfaffstream: Generalize stream_open_block().
2010-04-12 Ben Pfaffstream: New functions stream_verify_name() and pstream_...
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: Remove spurious #includes from header file.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-06 Ben Pfaffstream: Add stream_run(), stream_run_wait() functions.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-12 Ben Pfaffstream: New function pstream_accept_block().
2009-11-04 Ben Pfaffstream: New library for bidirectional streams (e.g...