summaryrefslogtreecommitdiff
path: root/lib/socket-util.c
Commit message (Expand)AuthorAgeFilesLines
...
* socket-util: Log kernel-chosen bound ports in inet_open_passive().Ben Pfaff2013-04-181-4/+12
* socket-util: Use set_nonblocking() helper function.Ben Pfaff2013-02-011-7/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-5/+4
* socket-util: Use CONST_CAST in send_iovec_and_fs().Ben Pfaff2013-01-111-1/+1
* packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff2012-12-121-1/+1
* socket-util: Remove get_socket_error().Ben Pfaff2012-11-201-13/+0
* socket-util: Avoid using SO_ERROR.Ben Pfaff2012-11-201-2/+11
* socket-util: Report fd of -1 on error in inet_open_active().Ben Pfaff2012-11-071-0/+1
* config: Add explicit support for building on ESX.Ethan Jackson2012-10-091-11/+9
* lib: Add xpipe_nonblocking helperEd Maste2012-09-281-0/+8
* socket-util: export set_dscp()Isaku Yamahata2012-09-261-1/+1
* lib: Add header #include for writevEd Maste2012-08-081-0/+1
* Use int type for setsockopt IP_TOS valueEd Maste2012-07-301-2/+4
* Fix "*tivty" typos.Justin Pettit2012-07-251-1/+1
* socket-util: Add functions for sending fds over Unix domain sockets.Ben Pfaff2012-07-181-0/+255
* socket-util: New function xset_nonblocking().Ben Pfaff2012-07-181-0/+8
* socket-util: Remove 'passcred' parameter from make_unix_socket().Ben Pfaff2012-07-181-13/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* vswitch: Use consistent representation of DSCP bits.Ethan Jackson2012-04-171-14/+34
* socket-util: Remove DSCP_INVALID.Ethan Jackson2012-04-171-16/+10
* socket-util: Close socket on failed dscp modification.Ethan Jackson2012-04-171-11/+4
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-4/+32
* socket-util: Unlink Unix domain sockets that bind but fail to connect.Ben Pfaff2012-03-071-2/+2
* socket-util: Don't try to listen to a UDP socket.Ben Pfaff2011-12-191-1/+1
* socket-util: Correctly return negative values for errors.Ben Pfaff2011-12-071-3/+4
* socket-util: New function get_socket_rcvbuf().Ben Pfaff2011-10-141-17/+43
* socket-util: inet_parse_passive() had incorrect argument type.Ethan Jackson2011-09-131-1/+1
* socket-util: Suppress valgrind uninitialized use warning.Ethan Jackson2011-08-261-1/+1
* socket-util: New function lookup_hostname().Ben Pfaff2011-07-271-0/+31
* socket-util: Factor inet_parse_passive() out of inet_open_passive().Ben Pfaff2011-07-271-48/+67
* Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff2011-05-161-3/+3
* poll-loop: Make wakeup logging more portable and easier to understand.Ben Pfaff2011-05-131-0/+155
* socket-util: Use portable solution for setting Unix socket permissions.Ben Pfaff2011-04-211-7/+0
* socket-util: Properly set socket permissions in make_unix_socket().Ben Pfaff2011-04-191-3/+20
* Log anything that could prevent a daemon from starting.Ben Pfaff2011-04-041-0/+7
* util: New function ovs_strzcpy().Ben Pfaff2011-02-221-2/+1
* socket-util: Free strings in make_sockaddr_un() error handling.Justin Pettit2011-02-221-0/+2
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-021-0/+14
* Fix non-static instances of "struct vlog_rate_limit" and add check.Ben Pfaff2011-01-121-3/+3
* socket-util: Work around Unix domain socket path name limits on Linux.Ben Pfaff2010-11-101-9/+98
* socket-util: Define LINUX macro at top of file.Ben Pfaff2010-11-101-6/+10
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-3/+3
* socket-util: Suppress uninitialized variable warning with old GCC.Bryan Phillippe2010-08-201-1/+1
* socket-util: Remove stray printf() from make_unix_socket().Bryan Phillippe2010-08-201-1/+0
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* socket-util: Tolerate missing RLIM_SAVED_CUR and RLIM_SAVED_MAX.Ben Pfaff2010-05-261-4/+23
* Add some missing "#include"s.Ben Pfaff2010-05-261-0/+2
* socket-util: Move get_mtime() here from stream-ssl.Ben Pfaff2010-04-261-0/+28
* socket-util: Factor out new function inet_parse_active().Ben Pfaff2010-04-261-29/+52