netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / socket-util.c
2015-12-16 Ben PfaffUse ip_parse() and ipv6_parse() and variants in more...
2015-11-10 Jiri Benclib: add ipv6 helper functions for tnl_config
2015-02-20 Ben Pfaffsocket-util: Use correct address family in 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-06-11 Gurucharan Shettysocket-util: Disable dscp setting on Windows.
2014-05-28 Gurucharan Shettysocket-util: Log the kernel assigned port number when...
2014-05-27 Gurucharan Shettysocket-util: Refactor unix specific code to a new file.
2014-03-20 YAMAMOTO Takashisocket-util: Fix an inverted use of LINUX
2014-03-18 Gurucharan Shettysocket-util: Fix dscp error check for Windows.
2014-03-17 Ben Pfaffsocket-util: Fix definition of LINUX.
2014-03-05 Ben PfaffUse __linux__ instead of LINUX_DATAPATH in C code.
2014-02-26 Gurucharan Shettysocket-util: pipe for Windows.
2014-02-26 YAMAMOTO Takashisocket-util: Fix set_dscp for IPv6
2014-02-26 YAMAMOTO Takashisocket-util: Avoid using the identical message for...
2014-02-24 Gurucharan Shettysocket-util: drain_rcvbuf() for Windows.
2014-02-22 YAMAMOTO Takashilib/process, socket-util: Update necessary headers
2014-02-21 Gurucharan Shettysocket-util: Move get_null_fd() to daemon.c.
2014-02-21 Gurucharan Shettysocket-util: poll() for Windows.
2014-02-21 Gurucharan ShettyReplace inet_aton() with inet_pton().
2014-02-21 Gurucharan Shettysocket-util: Move get_max_fds() to process.c.
2014-02-21 Gurucharan Shettysocket-util: Unix socket related calls for non-windows...
2014-02-21 Gurucharan Shettysocket-util: af_inet_ioctl() for Windows.
2014-02-21 Gurucharan Shettysocket-util: Describe fd for Windows.
2014-02-21 Gurucharan Shettysocket-util: fsync directory for Windows.
2014-02-21 Gurucharan Shettysocket-util: closesocket() for Windows.
2014-02-21 Gurucharan Shettysocket-util: getaddrinfo return values for Windows.
2014-02-21 Gurucharan Shettysocket-util: set_nonblocking for Windows.
2014-02-21 Gurucharan Shettysocket-util: Move sock_errno() to socket-util.
2014-02-14 Gurucharan Shettyutil: Pre-allocate buffer for ovs_lasterror_to_string().
2014-02-11 Gurucharan Shettysocket-util: error number to string for sockets.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-01-31 Ben Pfaffsocket-util: Remove unused functions.
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-10-18 YAMAMOTO Takashisocket-util: Add symlink based workaround for long...
2013-08-10 Ben Pfaffnetdev-linux, netdev-bsd: Make access to AF_INET socket...
2013-07-23 Alex Wangclang: Fix the alignment warning.
2013-07-23 Ben Pfaffsocket-util: Make get_max_fds() and get_null_fd() threa...
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-05-03 Ed Mastesocket-util: restore building on FreeBSD.
2013-05-02 Ben Pfaffsocket-util: Use getaddrinfo() instead of gethostbyname...
2013-04-18 Ben Pfaffsocket-util: Log kernel-chosen bound ports in inet_open...
2013-02-01 Ben Pfaffsocket-util: Use set_nonblocking() helper function.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-11 Ben Pfaffsocket-util: Use CONST_CAST in send_iovec_and_fs().
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
2012-11-20 Ben Pfaffsocket-util: Remove get_socket_error().
2012-11-20 Ben Pfaffsocket-util: Avoid using SO_ERROR.
2012-11-07 Ben Pfaffsocket-util: Report fd of -1 on error in inet_open_acti...
2012-10-09 Ethan Jacksonconfig: Add explicit support for building on ESX.
2012-09-28 Ed Mastelib: Add xpipe_nonblocking helper
2012-09-26 Isaku Yamahatasocket-util: export set_dscp()
2012-08-08 Ed Mastelib: Add header #include for writev
2012-07-30 Ed MasteUse int type for setsockopt IP_TOS value
2012-07-25 Justin PettitFix "*tivty" typos.
2012-07-18 Ben Pfaffsocket-util: Add functions for sending fds over Unix...
2012-07-18 Ben Pfaffsocket-util: New function xset_nonblocking().
2012-07-18 Ben Pfaffsocket-util: Remove 'passcred' parameter from make_unix...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-17 Ethan Jacksonvswitch: Use consistent representation of DSCP bits.
2012-04-17 Ethan Jacksonsocket-util: Remove DSCP_INVALID.
2012-04-17 Ethan Jacksonsocket-util: Close socket on failed dscp modification.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-08 Ben Pfaffsocket-util: Unlink Unix domain sockets that bind but...
2011-12-19 Ben Pfaffsocket-util: Don't try to listen to a UDP socket.
2011-12-07 Ben Pfaffsocket-util: Correctly return negative values for errors.
2011-10-14 Ben Pfaffsocket-util: New function get_socket_rcvbuf().
2011-09-13 Ethan Jacksonsocket-util: inet_parse_passive() had incorrect argume...
2011-08-27 Ethan Jacksonsocket-util: Suppress valgrind uninitialized use warning.
2011-07-27 Ben Pfaffsocket-util: New function lookup_hostname().
2011-07-27 Ben Pfaffsocket-util: Factor inet_parse_passive() out of inet_op...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-05-13 Ben Pfaffpoll-loop: Make wakeup logging more portable and easier...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-04 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-04-21 Ben Pfaffsocket-util: Use portable solution for setting Unix...
2011-04-19 Ben Pfaffsocket-util: Properly set socket permissions in make_un...
2011-04-04 Ben PfaffLog anything that could prevent a daemon from starting.
2011-02-23 Ben Pfaffutil: New function ovs_strzcpy().
2011-02-22 Justin Pettitsocket-util: Free strings in make_sockaddr_un() error...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-01-12 Ben PfaffFix non-static instances of "struct vlog_rate_limit...
2010-11-10 Ben Pfaffsocket-util: Work around Unix domain socket path name...
2010-11-10 Ben Pfaffsocket-util: Define LINUX macro at top of file.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-20 Bryan Phillippesocket-util: Suppress uninitialized variable warning...
2010-08-20 Bryan Phillippesocket-util: Remove stray printf() from make_unix_socket().
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-05-26 Ben Pfaffsocket-util: Tolerate missing RLIM_SAVED_CUR and RLIM_S...
2010-05-26 Ben PfaffAdd some missing "#include"s.
2010-04-26 Ben Pfaffsocket-util: Move get_mtime() here from stream-ssl.
2010-04-26 Ben Pfaffsocket-util: Factor out new function inet_parse_active().
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-15 Ben Pfaffovsdb: Factor out code to fsync a file's containing...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
next