summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-20/+78
* Allow the SO_SETFIB socket option to select the default (0)deischen2011-02-131-4/+5
* Mfp4 CH=177255:bz2011-02-111-1/+2
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+10
* With reworking of the socket life cycle in 7.x, the need for a "sotryfree()"rwatson2010-09-181-5/+5
* Fix a bug where MSG_TRUNC was not returned in all necessary cases fortuexen2010-08-071-1/+6
* When close() is called on a connected socket pair, SO_ISCONNECTED might berwatson2010-05-271-1/+4
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-3/+3
* Set curvnet earlier so that it also covers calls to sodisconnect(), whichbz2010-02-201-2/+3
* Don't comment on stream socket handling in sosend_dgram, since that'srwatson2009-10-021-3/+0
* -Put the optimized soreceive_stream() under a compile time option calledandre2009-09-151-0/+2
* Use C99 initialization for struct filterops.rwatson2009-09-121-6/+15
* Fix poll() on half-closed sockets, while retaining POLLHUP for fifos.jilles2009-08-251-5/+7
* Fix the conformance of poll(2) for sockets after r195423 bykib2009-08-231-7/+5
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+2
* Somewhere along the line accept sockets stopped honoring thejulian2009-07-281-0/+1
* Normalize field naming for struct vnet, fix two debugging printfs thatrwatson2009-07-191-2/+2
OpenPOWER on IntegriCloud