netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / stream-tcp.c
2015-09-23 Alin SerdeanInclude headers when using ovs_rundir
2015-02-24 Saurabh Shahstream-tcp: Remove extra initializer in pwindows_pstrea...
2015-02-20 Ben Pfaffstream: Eliminate pstream_set_dscp().
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-23 Ben Pfaffstream-tcp, stream-ssl: Remove unneeded getsockname...
2014-10-02 Gurucharan Shettystream-tcp: Change the connection name for pwindows.
2014-07-22 Ben PfaffUse xstrdup() instead of strdup(), xmalloc() instead...
2014-06-26 Gurucharan Shettystream-tcp: Cleanup files created for Windows "unix...
2014-05-28 Gurucharan Shettysocket-util: Log the kernel assigned port number when...
2014-04-22 Gurucharan Shettystream: Introduce [p]windows_[p]stream_class.
2014-03-28 Gurucharan Shettystream-tcp: Use closesocket instead of close for sockets.
2014-03-27 Ben Pfaffstream-tcp: Fix error message for failed TCP_NODELAY...
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-07-23 Alex Wangclang: Fix the alignment warning.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-04-18 Ben Pfaffovsdb-server: Announce bound listening ports as status...
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
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...
2012-03-08 Ben Pfaffstream-unix: Do not bind a name for client sockets.
2011-11-24 Simon Hormanstream: Make classes const
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
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-07 Ben Pfaffstream: Make passive SSL and TCP streams report bound...
2010-01-07 Ben Pfaffsocket-util: Make inet_open_passive() pass back the...
2010-01-07 Ben Pfaffsocket-util: Allow binding without a port number in...
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...