| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust sowakeup post-r319685 so that it continues to make upcalls but | Navdeep Parhar | 2017-06-29 | 1 | -2/+2 |
| * | Provide sbsetopt() that handles socket buffer related socket options. | Gleb Smirnoff | 2017-06-25 | 1 | -5/+69 |
| * | Listening sockets improvements. | Gleb Smirnoff | 2017-06-08 | 1 | -3/+3 |
| * | Fix a degenerate case when soisdisconnected() would call soisconnected(). | Gleb Smirnoff | 2017-06-08 | 1 | -1/+1 |
| * | Fix the build. | Andrey V. Elsukov | 2017-04-14 | 1 | -1/+1 |
| * | Rework r316770 to make it protocol independent and general, like we | Andrey V. Elsukov | 2017-04-14 | 1 | -1/+13 |
| * | Fix the KASSERT check from r314813. | Hiren Panchasara | 2017-03-07 | 1 | -1/+1 |
| * | We've found a recurring problem where some userland process would be | Hiren Panchasara | 2017-03-07 | 1 | -0/+5 |
| * | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
| * | kern: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -3/+3 |
| * | Refactor the AIO subsystem to permit file-type-specific handling and | John Baldwin | 2016-03-01 | 1 | -1/+1 |
| * | These files were getting sys/malloc.h and vm/uma.h with header pollution | Gleb Smirnoff | 2016-02-01 | 1 | -0/+1 |
| * | Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like | Gleb Smirnoff | 2016-01-08 | 1 | -4/+21 |
| * | Implement lockless resource limits. | Mateusz Guzik | 2015-06-10 | 1 | -3/+1 |
| * | In sbappend*() family of functions clear M_PROTO flags of incoming | Gleb Smirnoff | 2014-12-22 | 1 | -1/+5 |
| * | Revert r274494, r274712, r275955 and provide extra comments explaining | Gleb Smirnoff | 2014-12-20 | 1 | -3/+15 |
| * | Add to sbappendstream_locked() a check against NULL mbuf, like it is done | Gleb Smirnoff | 2014-12-20 | 1 | -0/+3 |
| * | Merge from projects/sendfile: extend protocols API to support | Gleb Smirnoff | 2014-11-30 | 1 | -5/+5 |
| * | Merge from projects/sendfile: | Gleb Smirnoff | 2014-11-30 | 1 | -28/+125 |
| * | - Move sbcheck() declaration under SOCKBUF_DEBUG. | Gleb Smirnoff | 2014-11-30 | 1 | -8/+16 |
| * | Make sballoc() and sbfree() functions. Ideally, they could be marked | Gleb Smirnoff | 2014-11-30 | 1 | -0/+54 |
| * | - Use NULL to compare a pointer. | Gleb Smirnoff | 2014-11-14 | 1 | -4/+2 |
| * | There should not be zero length mbufs in socket buffers. The code comes | Gleb Smirnoff | 2014-11-14 | 1 | -7/+0 |
| * | Improve transmit sending offload, TSO, algorithm in general. | Hans Petter Selasky | 2014-09-22 | 1 | -0/+31 |
| * | Don't leave the padding between the msg header and the cmsg data, | Xin LI | 2014-07-08 | 1 | -0/+5 |
| * | Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetrical | Alan Somers | 2014-03-06 | 1 | -23/+50 |
| * | Fix comment. | Gleb Smirnoff | 2014-01-17 | 1 | -1/+1 |
| * | - Substitute sbdrop_internal() with sbcut_internal(). The latter doesn't free | Gleb Smirnoff | 2013-10-09 | 1 | -11/+34 |
| * | Fix socket buffer timeouts precision using the new sbintime_t KPI instead | Davide Italiano | 2013-09-01 | 1 | -2/+2 |
| * | When a previous call to sbsndptr() leaves sb->sb_sndptroff at the start of an | Lawrence Stewart | 2013-06-19 | 1 | -0/+7 |
| * | Once ng_ksocket(4) is fixed, re-apply r194662. See this revision for | Gleb Smirnoff | 2013-03-29 | 1 | -0/+3 |
| * | Use m_get() and m_getcl() instead of compat macros. | Gleb Smirnoff | 2013-03-15 | 1 | -2/+2 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -4/+4 |
| * | Document a large number of currently undocumented sysctls. While here | Eitan Adler | 2011-12-13 | 1 | -1/+1 |
| * | Increase the defaults for the maximum socket buffer limit, | Bjoern A. Zeeb | 2011-08-25 | 1 | -1/+1 |
| * | Revert r194662, since it breaks ng_ksocket(4) and may break | Gleb Smirnoff | 2011-04-14 | 1 | -3/+0 |
| * | In sbappendstream_locked() demote all incoming packet mbufs (and | Andre Oppermann | 2009-06-22 | 1 | -0/+3 |
| * | Rework socket upcalls to close some races with setup/teardown of upcalls. | John Baldwin | 2009-06-01 | 1 | -4/+14 |
| * | Fix sbappendrecord_locked(). | Maksim Yevmenkin | 2009-04-21 | 1 | -8/+2 |
| * | Rewrite sbreserve_locked()'s comment on NULL thread pointers, eliminating | Robert Watson | 2008-10-07 | 1 | -4/+5 |
| * | Catch a possible NULL pointer deref in case the offsets got mangled | Bjoern A. Zeeb | 2008-09-07 | 1 | -1/+3 |
| * | Update the kernel to count the number of mbufs and clusters | George V. Neville-Neil | 2008-05-15 | 1 | -0/+2 |
| * | Further clean up sorflush: | Robert Watson | 2008-02-04 | 1 | -2/+1 |
| * | Correct two problems relating to sorflush(), which is called to flush | Robert Watson | 2008-01-31 | 1 | -2/+6 |
| * | Add SB_NOCOALESCE flag to disable socket buffer update in place | Kip Macy | 2007-12-17 | 1 | -0/+1 |
| * | Refactor select to reduce contention and hide internal implementation | Jeff Roberson | 2007-12-16 | 1 | -1/+2 |
| * | Set the NFS server sockbuf high watermarks to the system defaults | Mohan Srinivasan | 2007-10-12 | 1 | -2/+2 |
| * | Now that sx(9) locks support an interruptible lock acquire primitive, | Robert Watson | 2007-05-31 | 1 | -2/+5 |
| * | Generally migrate to ANSI function headers, and remove 'register' use. | Robert Watson | 2007-05-16 | 1 | -7/+3 |
| * | sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flags | Robert Watson | 2007-05-03 | 1 | -19/+16 |