| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the ill-named ZERO_COPY_SOCKET kernel option with two | andre | 2012-10-23 | 1 | -16/+19 |
* | Grammar fixes to r241781. | andre | 2012-10-20 | 1 | -1/+1 |
* | Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -a | andre | 2012-10-20 | 1 | -1/+7 |
* | Tidy up somaxconn (accept queue limit) and related functions | andre | 2012-10-20 | 1 | -22/+26 |
* | Move socket UMA zone initialization functionality together into | andre | 2012-10-19 | 1 | -17/+16 |
* | Move UMA socket zone initialization from uipc_domain.c to uipc_socket.c | andre | 2012-10-19 | 1 | -0/+23 |
* | Remove unnecessary includes from sosend_copyin() and fix | andre | 2012-10-18 | 1 | -10/+4 |
* | Remove double-wrapping of #ifdef ZERO_COPY_SOCKETS within | andre | 2012-10-18 | 1 | -17/+1 |
* | Fix spelling of the function name in two assertion messages. | wollman | 2012-10-02 | 1 | -2/+2 |
* | In soreceive_generic() remove the optimization for the case when | trociny | 2012-09-02 | 1 | -8/+2 |
* | In soreceive_generic() when checking if the type of mbuf has changed | trociny | 2012-09-02 | 1 | -2/+2 |
* | Fix KASSERT message. | trociny | 2012-07-03 | 1 | -1/+1 |
* | - Remove redundant call to pr_ctloutput from code that handles SO_SETFIB. | np | 2012-04-03 | 1 | -6/+5 |
* | Add SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level option to get the | kib | 2012-02-26 | 1 | -0/+4 |
* | Remove apparently redundand checks for socket so_proto being non-NULL | kib | 2012-02-26 | 1 | -9/+5 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -6/+11 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -0/+2 |
* | Fix input validation in SO_SETFIB. | hrs | 2012-02-04 | 1 | -1/+1 |
* | Remove a few bits of FreeBSD 2.x compatibility code. | rmh | 2011-11-14 | 1 | -3/+0 |
* | Fix a deficiency in the selinfo interface: | attilio | 2011-08-25 | 1 | -0/+2 |
* | In the experimental soreceive_stream(): | andre | 2011-07-08 | 1 | -13/+9 |
* | Remove the TCP_SORECEIVE_STREAM compile time option. The use of | andre | 2011-07-07 | 1 | -2/+0 |
* | In soreceive_generic(), if MSG_WAITALL is set but the request is | trociny | 2011-05-29 | 1 | -4/+10 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 1 | -20/+78 |
* | Allow the SO_SETFIB socket option to select the default (0) | deischen | 2011-02-13 | 1 | -4/+5 |
* | Mfp4 CH=177255: | bz | 2011-02-11 | 1 | -1/+2 |
* | This commit implements the SO_USER_COOKIE socket option, which lets | luigi | 2010-11-12 | 1 | -0/+10 |
* | With reworking of the socket life cycle in 7.x, the need for a "sotryfree()" | rwatson | 2010-09-18 | 1 | -5/+5 |
* | Fix a bug where MSG_TRUNC was not returned in all necessary cases for | tuexen | 2010-08-07 | 1 | -1/+6 |
* | When close() is called on a connected socket pair, SO_ISCONNECTED might be | rwatson | 2010-05-27 | 1 | -1/+4 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 1 | -3/+3 |
* | Set curvnet earlier so that it also covers calls to sodisconnect(), which | bz | 2010-02-20 | 1 | -2/+3 |
* | Don't comment on stream socket handling in sosend_dgram, since that's | rwatson | 2009-10-02 | 1 | -3/+0 |
* | -Put the optimized soreceive_stream() under a compile time option called | andre | 2009-09-15 | 1 | -0/+2 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 1 | -6/+15 |
* | Fix poll() on half-closed sockets, while retaining POLLHUP for fifos. | jilles | 2009-08-25 | 1 | -5/+7 |
* | Fix the conformance of poll(2) for sockets after r195423 by | kib | 2009-08-23 | 1 | -7/+5 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+2 |
* | Somewhere along the line accept sockets stopped honoring the | julian | 2009-07-28 | 1 | -0/+1 |
* | Normalize field naming for struct vnet, fix two debugging printfs that | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Fix poll(2) and select(2) for named pipes to return "ready for read" | kib | 2009-07-07 | 1 | -9/+10 |
* | Add soreceive_stream(), an optimized version of soreceive() for | andre | 2009-06-22 | 1 | -0/+196 |
* | Get vnets from creds instead of threads where they're available, and from | jamie | 2009-06-15 | 1 | -1/+1 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 1 | -8/+4 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -6/+63 |
* | A NOP change: style / whitespace cleanup of the noise that slipped | zec | 2009-05-08 | 1 | -2/+2 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -9/+35 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+4 |