| Commit message (Expand) | Author | Age | Files | Lines |
* | - Backout one line from 1.78. The tp can be freed by tcp_drop(). | Gleb Smirnoff | 2006-05-16 | 1 | -3/+2 |
* | Only return (tw) from tcp_twclose() if reuse is passed, otherwise | Robert Watson | 2006-05-05 | 1 | -1/+1 |
* | Update TCP for infrastructural changes to the socket/pcb refcount model, | Robert Watson | 2006-04-01 | 1 | -16/+61 |
* | Explicitly assert socket pointer is non-NULL in tcp_input() so as to | Robert Watson | 2006-03-26 | 1 | -8/+8 |
* | Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available instead | Andre Oppermann | 2006-02-16 | 1 | -20/+0 |
* | Remove no-op spl's and most comment references to spls, as TCP locking | Robert Watson | 2005-07-19 | 1 | -16/+0 |
* | Replace t_force with a t_flag (TF_FORCEDATA). | Paul Saab | 2005-05-21 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Remove the now unused tcp_canceltimers() function. tcpcb timers are | Robert Watson | 2004-12-23 | 1 | -15/+0 |
* | Remove an annotation of a minor race relating to the update of | Robert Watson | 2004-12-23 | 1 | -7/+0 |
* | Assert the tcptw inpcb lock in tcp_timer_2msl_reset(), as fields in | Robert Watson | 2004-12-05 | 1 | -0/+1 |
* | tcp_timewait() performs multiple non-atomic reads on the tcptw | Robert Watson | 2004-11-23 | 1 | -0/+9 |
* | De-spl tcp_slowtimo; tcp_maxidle assignment is subject to possible | Robert Watson | 2004-11-23 | 1 | -15/+11 |
* | Remove RFC1644 T/TCP support from the TCP side of the network stack. | Andre Oppermann | 2004-11-02 | 1 | -2/+2 |
* | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -10/+10 |
* | Add support for TCP Selective Acknowledgements. The work for this | Paul Saab | 2004-06-23 | 1 | -0/+3 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -5/+2 |
* | use local values instead of chasing pointers | Sam Leffler | 2003-11-08 | 1 | -3/+2 |
* | Unify the "send high" and "recover" variables as specified in the | Jeffrey Hsu | 2003-07-15 | 1 | -2/+7 |
* | Compensate for decreasing the minimum retransmit timeout. | Jeffrey Hsu | 2003-06-04 | 1 | -2/+2 |
* | Remove a panic(); if the zone allocator can't provide more timewait | Jonathan Lemon | 2003-03-08 | 1 | -22/+61 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | Jonathan Lemon | 2003-02-19 | 1 | -0/+27 |
* | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | Jonathan Lemon | 2003-02-19 | 1 | -1/+1 |
* | Fix NewReno. | Jeffrey Hsu | 2003-01-13 | 1 | -5/+2 |
* | Validate inp to prevent an use after free. | Jeffrey Hsu | 2002-12-24 | 1 | -0/+25 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of depending | Bruce Evans | 2002-09-05 | 1 | -8/+6 |
* | Fix overflows in intermediate calculations in sysctl_msec_to_ticks(). | John Polstra | 2002-07-20 | 1 | -2/+2 |
* | Introduce two new sysctl's: | Matthew Dillon | 2002-07-18 | 1 | -0/+8 |
* | Lock up inpcb. | Jeffrey Hsu | 2002-06-10 | 1 | -0/+51 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -51/+17 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -17/+51 |
* | o Our currenty userland boot code (due to rc.conf and rc.network) always | Robert Watson | 2001-12-07 | 1 | -1/+1 |
* | Much delayed but now present: RFC 1948 style sequence numbers | Mike Silbersack | 2001-08-22 | 1 | -2/+0 |
* | Temporary feature: Runtime tuneable tcp initial sequence number | Mike Silbersack | 2001-07-08 | 1 | -0/+2 |
* | Eliminate the allocation of a tcp template structure for each | Mike Silbersack | 2001-06-23 | 1 | -3/+9 |
* | Disable rfc1323 and rfc1644 TCP extensions if we havn't got | Jesper Skriver | 2001-05-31 | 1 | -0/+9 |
* | Say goodbye to TCP_COMPAT_42 | Jesper Skriver | 2001-04-20 | 1 | -15/+0 |
* | Randomize the TCP initial sequence numbers more thoroughly. | Kris Kennaway | 2001-04-17 | 1 | -1/+1 |
* | Use more aggressive retransmit timeouts for the initial SYN packet. | Jonathan Lemon | 2001-02-26 | 1 | -1/+7 |
* | If TCPDEBUG is defined, we could dereference a tp which was freed. | Jonathan Lemon | 2000-10-02 | 1 | -1/+1 |
* | It is possible for a TCP callout to be removed from the timing wheel, | Jonathan Lemon | 2000-09-16 | 1 | -5/+5 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -1/+1 |
* | Implement TCP NewReno, as documented in RFC 2582. This allows | Jonathan Lemon | 2000-05-06 | 1 | -0/+5 |
* | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 1 | -7/+18 |
* | Simplify, and return an error if the user attempts to set a TCP | Jonathan Lemon | 1999-08-31 | 1 | -7/+3 |
* | Add a SYSCTL_PROC so that TCP timer values are now expressed to | Jonathan Lemon | 1999-08-31 | 1 | -10/+35 |
* | Restructure TCP timeout handling: | Jonathan Lemon | 1999-08-30 | 1 | -223/+287 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |