socket: Speed up soclose by avoiding putting the user thread into sleep
[dragonfly.git] / sys / sys / socketvar.h
2011-11-20 Sepherosa Ziehausocket: Speed up soclose by avoiding putting the user...
2011-10-23 Sepherosa Ziehautcp: Add sosendtcp for further optimization
2011-05-10 Venkatesh Srinivaskernel -- Convert sb_timeo for socket timeout from...
2011-02-16 Venkatesh Srinivaskernel -- Eliminate AIO.
2010-09-12 Matthew Dillonnetwork - Add debugging assertions
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-07-26 Samuel J. Greearkernel - bring back reasonable fifo blocking semantics
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2010-07-11 Samuel J. Greearkernel - Tear out descriptor polling
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-09-03 Matthew DillonTCP - Reduce context switching when handling large...
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-07-26 Peter AvalosImplement autosizing TCP socket buffers.
2009-01-31 Sepherosa Ziehausyncache_socket(): fix abort path by calling pru_abort...
2008-08-28 Matthew Dillon* Add a flag to track an in-transit socket abort to...
2008-08-15 Nicolas TheryAllocate socket structs with kmalloc() instead of zalloc.
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-05-27 Matthew DillonFix socketvar.h inclusion by userland. This is a tempo...
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2007-11-07 Matthew DillonSeparate ssb_lock() and ssb_unlock() into its own heade...
2007-08-09 Matthew DillonFix a mbuf leak that was introduced in April. In April...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-10 Matthew DillonMove selinfo stuff to the separate header sys/selinfo...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonRemove so_gencnt and so_gen_t. The generation counter...
2006-05-19 Matthew DillonConsolidate the file descriptor destruction code used...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-07-23 Matthew DillonFix a sockbuf race. Currently the m_free*() path can...
2005-07-13 Matthew DillonMake shutdown() a fileops operation rather then a socke...
2005-03-28 Jeffrey HsuKeep a hint for the last packet in the singly-linked...
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
2004-12-15 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-08 Jeffrey HsuCache a pointer the last mbuf in the sockbuf for faster...
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-03-27 Jeffrey HsuGive UDP its own sosend() function.
2004-03-08 Matthew DillonIncrease the default socket buffer for NFS to deal...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...
2003-12-10 Jeffrey HsuThis patch improves the performance of sendfile(2)...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: