tcp: Allow per-tcpcb keepintvl and keepcnt
[dragonfly.git] / sys / netinet / tcp_syncache.c
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepintvl and keepcnt
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepidle
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepinit
2011-01-31 Sepherosa Ziehautcp: Don't abuse TF_SYNCACHE to ill-optimize syncache_d...
2010-09-22 Matthew Dillonkernel - Remove some debugging kprintfs
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-06 Matthew Dillonkernel - Port TCP-MD5 (RFC 2385) implementation.
2010-08-18 Matthew Dillonkernel - Fix possible race in syncache
2010-04-30 Matthew Dillonkernel - Try to fix NULL pointer issue in syncache_time...
2010-02-03 Matthew Dillonkernel - syncache - Fix races due to struct syncache...
2010-01-15 Matthew Dillonkernel - Replace zalloc zones with kmalloc for PCBs
2009-12-11 Aggelos EconomopoulosKill T/TCP
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-09-10 Matthew DillonIPV6 - Attempt to fix tcp46 compatibility listen sockets
2009-08-22 Matthew DillonTCP - Fix problems with dynamic receiver and sender...
2009-05-17 Sepherosa Ziehautcp timer: Remember tcpcb owner thread's msgport, so...
2009-01-31 Sepherosa Ziehausyncache_socket(): fix abort path by calling pru_abort...
2008-12-27 Sepherosa ZiehauTCP socket's cached route entry could only be accessed...
2008-12-16 Sepherosa ZiehauRestore the semantic of callout_active() testing on...
2008-12-05 Sepherosa ZiehauDefer various TCP timer function from callout threads...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-09 Sepherosa ZiehauUse priority messages to carry out syncache callout...
2008-09-02 Matthew DillonContinue working the abort path. Move SS_ABORTING...
2008-08-23 Sepherosa ZiehauSave srcroute options in a mtag associated the mbuf...
2007-05-24 Matthew DillonLWKT message ports contain a number of function pointer...
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-03-04 Sascha WildnerRemove weird license clause which has expired.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-11-26 Matthew Dillontcp_syncache.cache_limit is a per-cpu limit, reserve...
2005-03-04 Jeffrey HsuThe route in a syncache entry is cleared if the connect...
2005-02-08 Jeffrey HsuNow that 'so_pcb' is properly declared as a 'void ...
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-11-14 Jeffrey HsuImplement SACK.
2004-10-15 Jeffrey HsuUpdate includes now that the Fast IPSec code has moved...
2004-09-13 Jeffrey HsuAllow the syncache to run lock-free in parallel on...
2004-08-08 Jeffrey HsuGet cosmetic changes out of the way before committing...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-02 Jeffrey HsuUpdate some of my copyright notices before we officiall...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-04-22 Matthew DillonM_NOWAIT to mostly M_INTWAIT conversions, with a splatt...
2004-03-04 Jeffrey HsuSplit out wildcarded sockets from the connection hash...
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-01-24 Jeffrey HsuRemove unused local variable.
2004-01-24 Jeffrey HsuRemove dead code.
2003-09-18 Jeffrey HsuOptimize out an unneeded bzero().
2003-09-12 Jeffrey HsuNon-semantic changing cleanups:
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-25 Matthew Dillonproc->thread stage 4: post commit cleanup. Fix minor...
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: