netisr: Add hashcheck method to check and adjust hw provided hash
[dragonfly.git] / sys / net / netmsg.h
2011-07-22 Sepherosa Ziehaunetisr: Add hashcheck method to check and adjust hw...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-17 Sepherosa ZiehauMake net/netmsg.h userspace friendly
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
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-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.