summaryrefslogtreecommitdiff
path: root/lib/socket-util.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-server: Fix handling of DNS name for listener configuration.Frode Nordahl2023-02-101-3/+10
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-301-13/+26
* socket-util: Emulate recvmmsg() and sendmmsg() on Linux only.Ben Pfaff2020-01-141-5/+3
* socket-util: Introduce emulation and wrapper for recvmmsg().Ben Pfaff2020-01-091-0/+56
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-1/+1
* socket-util: Report POLLHUP as an error while connection completion checking.Ilya Maximets2018-12-241-1/+1
* ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm buildNuman Siddique2018-11-051-3/+4
* socket-util: Rate limit logs for bind attempts.Ben Pfaff2018-08-201-1/+2
* DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-061-7/+41
* socket-util: Elaborate inet_parse_active comment.Darrell Ball2018-05-091-1/+3
* socket-util: Improve comments on (host,port) parsing functions.Ben Pfaff2018-04-171-2/+2
* socket-util: Add more functions for IPv[46] sockaddr and sockaddr_storage.Ben Pfaff2018-04-161-38/+100
* Make <host>:<port> parsing uniform treewide.Ben Pfaff2018-04-161-56/+84
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-161-7/+7
* socket-util: New function inet_parse_address().Ben Pfaff2018-04-161-0/+26
* ovn-northd: Use common code for sockaddr_storage.Ben Pfaff2018-04-161-6/+22
* socket-util: Make address parser check for trailing garbage.Ben Pfaff2018-04-161-0/+6
* socket-util: Fix error in comment on ss_format_address().Ben Pfaff2018-04-161-2/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* socket-util: Make parse_bracketed_token() public, as inet_parse_token().Ben Pfaff2017-10-241-7/+7
* Support IPv6 link-local address scopes on Linux.Ben Pfaff2017-07-171-9/+56
* socket-util: Change ss_format_address() to take a dynamic string.Ben Pfaff2017-07-171-20/+16
* socket-util: Fix recursion issue in sendmmsgZhenyu Gao2017-07-141-0/+3
* socket-util: Avoid using sendmsg on WindowsAlin Serdean2017-07-131-0/+2
* socket-util: Support sendmmsg() regardless of platform.Ben Pfaff2017-07-121-0/+38
* windows: WSAPoll broken on windowsAlin Serdean2017-01-271-1/+17
* lib: Fix error reporting in parse_sockaddr_components() for bad port.Huang Lei2016-04-221-0/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Use ip_parse() and ipv6_parse() and variants in more places.Ben Pfaff2015-12-151-5/+5
* lib: add ipv6 helper functions for tnl_configJiri Benc2015-11-101-0/+9
* socket-util: Use correct address family in set_dscp(), instead of guessing.Ben Pfaff2015-02-201-24/+20
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* stream-tcp: Call setsockopt TCP_NODELAY after TCP is connected.Gurucharan Shetty2014-10-231-0/+14
* socket-util: Disable dscp setting on Windows.Gurucharan Shetty2014-06-111-8/+5
* socket-util: Log the kernel assigned port number when asked.Gurucharan Shetty2014-05-281-3/+7
* socket-util: Refactor unix specific code to a new file.Gurucharan Shetty2014-05-271-377/+0
* socket-util: Fix an inverted use of LINUXYAMAMOTO Takashi2014-03-201-1/+1
* socket-util: Fix dscp error check for Windows.Gurucharan Shetty2014-03-181-0/+8
* socket-util: Fix definition of LINUX.Ben Pfaff2014-03-171-2/+2
* Use __linux__ instead of LINUX_DATAPATH in C code.Ben Pfaff2014-03-051-9/+11
* socket-util: pipe for Windows.Gurucharan Shetty2014-02-261-0/+2
* socket-util: Fix set_dscp for IPv6YAMAMOTO Takashi2014-02-261-1/+18
* socket-util: Avoid using the identical message for different errorsYAMAMOTO Takashi2014-02-261-2/+2
* socket-util: drain_rcvbuf() for Windows.Gurucharan Shetty2014-02-241-1/+4
* lib/process, socket-util: Update necessary headersYAMAMOTO Takashi2014-02-221-1/+0
* socket-util: Move get_null_fd() to daemon.c.Gurucharan Shetty2014-02-211-22/+0
* socket-util: poll() for Windows.Gurucharan Shetty2014-02-211-5/+9
* Replace inet_aton() with inet_pton().Gurucharan Shetty2014-02-211-2/+2
* socket-util: Move get_max_fds() to process.c.Gurucharan Shetty2014-02-211-43/+0