summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r279206:ae2015-03-021-5/+7
* MFC 275808:jhb2015-02-061-1/+1
* MFC r269502:davide2014-08-201-6/+6
* MFC r257472hiren2014-02-271-3/+15
* Remove zero-copy sockets code. It only worked for anonymous memory,kib2013-09-161-167/+0
* Fix socket buffer timeouts precision using the new sbintime_t KPI insteaddavide2013-09-011-4/+3
* Don't return an error for socket timeouts that are too large. Justjhb2013-08-291-7/+2
* Use tvtohz() to convert a socket buffer timeout to a tick value ratherjhb2013-08-231-7/+2
* When the accept queue is full print the number of already pendingandre2013-05-081-1/+1
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-2/+2
* socket: Make shutdown() wake up a blocked accept().jilles2013-04-301-0/+2
* Fix the build.jimharris2013-04-101-1/+1
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-091-2/+2
* When soreceive_generic() hands off an mbuf from buffer,glebius2013-03-291-0/+1
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.jilles2013-03-191-2/+2
* Return an error if sctp_peeloff() fails because a socket can't be allocated.tuexen2013-03-111-1/+6
* - Implement two new system calls:pjd2013-03-021-3/+43
* Configure UMA warnings for the following zones:pjd2012-12-071-0/+1
* - Make socket_zone static - it is used only in this file.pjd2012-12-071-3/+3
* Style cleanups.pjd2012-12-071-51/+54
* - according to POSIX, make socket(2) return EAFNOSUPPORT rather thankevlo2012-12-071-1/+10
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-13/+13
* Fix r243627 by testing against the head socket instead of the socketandre2012-11-271-1/+1
* Base the mbuf related limits on the available physical memory orandre2012-11-271-6/+3
* Fix a race on listen socket teardown where while draining theandre2012-11-271-4/+21
* In soreceive_stream() don't drop an already dequeued mbuf chain byandre2012-10-291-5/+11
* Add logging for socket attach failures in sonewconn() during accept(2).andre2012-10-291-5/+21
* Replace the ill-named ZERO_COPY_SOCKET kernel option with twoandre2012-10-231-16/+19
* Grammar fixes to r241781.andre2012-10-201-1/+1
* Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aandre2012-10-201-1/+7
* Tidy up somaxconn (accept queue limit) and related functionsandre2012-10-201-22/+26
* Move socket UMA zone initialization functionality together intoandre2012-10-191-17/+16
* Move UMA socket zone initialization from uipc_domain.c to uipc_socket.candre2012-10-191-0/+23
* Remove unnecessary includes from sosend_copyin() and fixandre2012-10-181-10/+4
* Remove double-wrapping of #ifdef ZERO_COPY_SOCKETS withinandre2012-10-181-17/+1
* Fix spelling of the function name in two assertion messages.wollman2012-10-021-2/+2
* In soreceive_generic() remove the optimization for the case whentrociny2012-09-021-8/+2
* In soreceive_generic() when checking if the type of mbuf has changedtrociny2012-09-021-2/+2
* Fix KASSERT message.trociny2012-07-031-1/+1
* - Remove redundant call to pr_ctloutput from code that handles SO_SETFIB.np2012-04-031-6/+5
* Add SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level option to get thekib2012-02-261-0/+4
* Remove apparently redundand checks for socket so_proto being non-NULLkib2012-02-261-9/+5
* Fix found places where uio_resid is truncated to int.kib2012-02-211-6/+11
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-0/+2
* Fix input validation in SO_SETFIB.hrs2012-02-041-1/+1
* Remove a few bits of FreeBSD 2.x compatibility code.rmh2011-11-141-3/+0
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+2
* In the experimental soreceive_stream():andre2011-07-081-13/+9
* Remove the TCP_SORECEIVE_STREAM compile time option. The use ofandre2011-07-071-2/+0
* In soreceive_generic(), if MSG_WAITALL is set but the request istrociny2011-05-291-4/+10
OpenPOWER on IntegriCloud