summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Back when we had T/TCP support, we used to apply differentru2006-09-071-43/+20
* Remove a microoptimization for i386 that was a micropessimization for amd64.ru2006-09-071-2/+1
* o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremelyglebius2006-09-061-7/+12
* Fixes an edge case bug in timewait handling where ticks rolling over causingmohans2006-08-111-4/+3
* When entering a timer on a tcpcb, don't continue processing if it has beenrwatson2006-06-031-9/+14
* - Backout one line from 1.78. The tp can be freed by tcp_drop().glebius2006-05-161-3/+2
* Only return (tw) from tcp_twclose() if reuse is passed, otherwiserwatson2006-05-051-1/+1
* Update TCP for infrastructural changes to the socket/pcb refcount model,rwatson2006-04-011-16/+61
* Explicitly assert socket pointer is non-NULL in tcp_input() so as torwatson2006-03-261-8/+8
* Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available insteadandre2006-02-161-20/+0
* Remove no-op spl's and most comment references to spls, as TCP lockingrwatson2005-07-191-16/+0
* Replace t_force with a t_flag (TF_FORCEDATA).ps2005-05-211-2/+2
* /* -> /*- 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
OpenPOWER on IntegriCloud