summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-5/+2
* use local values instead of chasing pointerssam2003-11-081-3/+2
* Unify the "send high" and "recover" variables as specified in thehsu2003-07-151-2/+7
* Compensate for decreasing the minimum retransmit timeout.hsu2003-06-041-2/+2
* Remove a panic(); if the zone allocator can't provide more timewaitjlemon2003-03-081-22/+61
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-0/+27
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so thejlemon2003-02-191-1/+1
* Fix NewReno.hsu2003-01-131-5/+2
* Validate inp to prevent an use after free.hsu2002-12-241-0/+25
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of dependingbde2002-09-051-8/+6
* Fix overflows in intermediate calculations in sysctl_msec_to_ticks().jdp2002-07-201-2/+2
* Introduce two new sysctl's:dillon2002-07-181-0/+8
* Lock up inpcb.hsu2002-06-101-0/+51
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-51/+17
* Lock down a socket, milestone 1.tanimura2002-05-201-17/+51
* o Our currenty userland boot code (due to rc.conf and rc.network) alwaysrwatson2001-12-071-1/+1
* Much delayed but now present: RFC 1948 style sequence numberssilby2001-08-221-2/+0
* Temporary feature: Runtime tuneable tcp initial sequence numbersilby2001-07-081-0/+2
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-231-3/+9
* Disable rfc1323 and rfc1644 TCP extensions if we havn't gotjesper2001-05-311-0/+9
* Say goodbye to TCP_COMPAT_42jesper2001-04-201-15/+0
* Randomize the TCP initial sequence numbers more thoroughly.kris2001-04-171-1/+1
* Use more aggressive retransmit timeouts for the initial SYN packet.jlemon2001-02-261-1/+7
* If TCPDEBUG is defined, we could dereference a tp which was freed.jlemon2000-10-021-1/+1
* It is possible for a TCP callout to be removed from the timing wheel,jlemon2000-09-161-5/+5
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Implement TCP NewReno, as documented in RFC 2582. This allowsjlemon2000-05-061-0/+5
* tcp updates to support IPv6.shin2000-01-091-7/+18
* Simplify, and return an error if the user attempts to set a TCPjlemon1999-08-311-7/+3
* Add a SYSCTL_PROC so that TCP timer values are now expressed tojlemon1999-08-311-10/+35
* Restructure TCP timeout handling:jlemon1999-08-301-223/+287
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-3/+3
* Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. Thisdg1998-04-241-12/+7
* Remove the last traces of TUBA.phk1998-04-061-8/+1
* Changes to support the addition of a new sysctl variable:dg1998-02-261-11/+12
* Make TCP_COMPAT_42 a new style option.eivind1998-01-251-1/+2
* Make TCPDEBUG a new-style option.joerg1997-09-161-1/+3
* Removed unused #includes.bde1997-08-021-7/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make the misnamed tcp initial keepalive timer value (which is really thepst1996-09-131-1/+5
* Fixed two bugs in previous commit: be sure to include tcp_debug.h whendg1996-07-121-1/+4
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-4/+16
* Fix a bug in the handling of the "persist" state which, under certainjdp1996-06-031-7/+12
* Two fixes from Rich Stevens:dg1996-04-151-2/+2
* Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will forcephk1996-04-041-2/+7
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Reverse the modification which caused the annoying m_copydata crash: setolah1996-01-041-1/+5
OpenPOWER on IntegriCloud