netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / stream.c
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-13 Justin PettitUse the IANA-assigned ports for OpenFlow and OVSDB.
2015-02-20 Ben Pfaffstream: Eliminate pstream_set_dscp().
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-06-24 Gurucharan Shettyutil: Make WSAStartup available outside stream.c.
2014-04-22 Gurucharan Shettystream: Introduce [p]windows_[p]stream_class.
2014-03-18 Gurucharan Shettystream: Call WSAStartup() before calling any winsock...
2014-02-25 Linda SunWindows implementation of stream-fd.
2014-02-21 Gurucharan Shettysocket-util: Unix socket related calls for non-windows...
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2013-12-17 Ben PfaffRemove stream, vconn, and rconn functions to get local...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-10-01 Justin Pettitstream: Log a warning when the default OpenFlow or...
2013-10-01 Justin PettitDon't differentiate between TCP and SSL ports for OpenF...
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-04-18 Ben Pfaffovsdb-server: Announce bound listening ports as status...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-09-27 Isaku Yamahatapstream: Add set_dscp method.
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
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...
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2011-12-20 Ansis Attekavswitchd: In-band rules for Controller are missing...
2011-11-24 Simon Hormanstream: Make classes const
2011-11-02 Ben Pfaffstream: Fix uninitialized values in stream_init().
2011-02-23 Ben Pfaffstream: Make stream_report_content() tolerate negative...
2011-01-28 Ben Pfaffstream: Fix error message.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben PfaffConvert stream and vconn interfaces to use ovs_be16...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-08-25 Ben Pfaffstream, vconn: Fix comments.
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-24 Ben Pfaffvconn: Fix tracking of "connected" state.
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-04-13 Ben PfaffMake fatal signals cause an exit more promptly in speci...
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-07 Ben Pfaffstream: Really enable SSL streams.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-06 Ben Pfaffstream: Add stream_run(), stream_run_wait() functions.
2010-01-06 Ben PfaffCheck invariants earlier in vconn and stream code.
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...