summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove the now unused tcp_canceltimers() function. tcpcb timers arerwatson2004-12-231-15/+0
* Remove an annotation of a minor race relating to the update ofrwatson2004-12-231-7/+0
* Assert the tcptw inpcb lock in tcp_timer_2msl_reset(), as fields inrwatson2004-12-051-0/+1
* tcp_timewait() performs multiple non-atomic reads on the tcptwrwatson2004-11-231-0/+9
* De-spl tcp_slowtimo; tcp_maxidle assignment is subject to possiblerwatson2004-11-231-15/+11
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-021-2/+2
* White space cleanup for netinet before branch:rwatson2004-08-161-10/+10
* Add support for TCP Selective Acknowledgements. The work for thisps2004-06-231-0/+3
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* 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
OpenPOWER on IntegriCloud