| Commit message (Expand) | Author | Age | Files | Lines |
| * | With recent MFC the tcp_twclose() can be converted to void, | Gleb Smirnoff | 2006-09-19 | 1 | -2/+1 |
| * | Merge a bunch of changes to TCP compressed TIME_WAIT state handling | Gleb Smirnoff | 2006-09-15 | 1 | -1/+1 |
| * | MFC: Have TCP Inflight disable itself if the RTT is below a certain | Andre Oppermann | 2006-03-01 | 1 | -0/+1 |
| * | - Postpone SACK option processing until after PAWS checks. SACK option | Paul Saab | 2005-06-27 | 1 | -3/+3 |
| * | Changes to tcp_sack_option() that | Paul Saab | 2005-06-04 | 1 | -1/+2 |
| * | This is conform with the terminology in | Paul Saab | 2005-05-25 | 1 | -1/+1 |
| * | Replace t_force with a t_flag (TF_FORCEDATA). | Paul Saab | 2005-05-21 | 1 | -1/+1 |
| * | When looking for the next hole to retransmit from the scoreboard, | Paul Saab | 2005-05-11 | 1 | -1/+6 |
| * | - Make the sack scoreboard logic use the TAILQ macros. This improves | Paul Saab | 2005-04-21 | 1 | -5/+2 |
| * | Ignore ICMP Source Quench messages for TCP sessions. Source Quench is | Andre Oppermann | 2005-04-21 | 1 | -2/+0 |
| * | Fix for a TCP SACK bug where more than (win/2) bytes could have been | Paul Saab | 2005-04-14 | 1 | -0/+1 |
| * | Add limits on the number of elements in the sack scoreboard both | Paul Saab | 2005-03-09 | 1 | -0/+1 |
| * | Remove 2 (SACK) fields from the tcpcb. These are only used by a | Paul Saab | 2005-02-17 | 1 | -3/+1 |
| * | o Add handling of an IPv4-mapped IPv6 address. | Maxim Konovalov | 2005-02-14 | 1 | -5/+0 |
| * | o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8) | Maxim Konovalov | 2005-02-06 | 1 | -1/+7 |
| * | /* -> /*- 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 | -1/+0 |
| * | Remove RFC1644 T/TCP support from the TCP side of the network stack. | Andre Oppermann | 2004-11-02 | 1 | -40/+0 |
| * | Shave 40 unused bytes from struct tcpcb. | Andre Oppermann | 2004-10-22 | 1 | -1/+0 |
| * | - Estimate the amount of data in flight in sack recovery and use it | Paul Saab | 2004-10-05 | 1 | -1/+4 |
| * | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -13/+13 |
| * | The tcp syncache code was leaving the IPv6 flowlabel uninitialised | David Malone | 2004-07-17 | 1 | -0/+1 |
| * | Whitespace. | Bruce M Simpson | 2004-06-25 | 1 | -3/+3 |
| * | Add support for TCP Selective Acknowledgements. The work for this | Paul Saab | 2004-06-23 | 1 | -1/+48 |
| * | Tighten up reset handling in order to make reset attacks as difficult as | Mike Silbersack | 2004-04-26 | 1 | -0/+1 |
| * | Fix a typo in a comment. | Bruce M Simpson | 2004-04-20 | 1 | -1/+1 |
| * | Enhance our RFC1948 implementation to perform better in some pathlogical | Mike Silbersack | 2004-04-20 | 1 | -0/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Remove now unneeded arguments to tcp_twrespond() -- so and msrc. These | Robert Watson | 2004-02-28 | 1 | -1/+1 |
| * | Fixed namespace pollution in rev.1.74. Implementation of the syncache | Bruce Evans | 2004-02-25 | 1 | -1/+4 |
| * | Don't use the negatively-opaque type uma_zone_t or be chummy with | Bruce Evans | 2004-02-25 | 1 | -3/+1 |
| * | Convert the tcp segment reassembly queue to UMA and limit the maximum | Andre Oppermann | 2004-02-24 | 1 | -3/+6 |
| * | Brucification. | Bruce M Simpson | 2004-02-13 | 1 | -6/+3 |
| * | Update the prototype for tcpsignature_apply() to reflect the spelling of | Bruce M Simpson | 2004-02-12 | 1 | -1/+1 |
| * | Initial import of RFC 2385 (TCP-MD5) digest support. | Bruce M Simpson | 2004-02-11 | 1 | -0/+25 |
| * | Limiters and sanity checks for TCP MSS (maximum segement size) | Andre Oppermann | 2004-01-08 | 1 | -0/+7 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -11/+33 |
| * | Add an additional check to the tcp_twrecycleable function; I had | Mike Silbersack | 2003-11-02 | 1 | -0/+1 |
| * | - Add a new function tcp_twrecycleable, which tells us if the ISN which | Mike Silbersack | 2003-11-01 | 1 | -0/+2 |
| * | Unify the "send high" and "recover" variables as specified in the | Jeffrey Hsu | 2003-07-15 | 1 | -22/+27 |
| * | Correct a bug introduced with reduced TCP state handling; make | Robert Watson | 2003-05-07 | 1 | -1/+1 |
| * | Observe conservation of packets when entering Fast Recovery while | Jeffrey Hsu | 2003-04-01 | 1 | -0/+1 |
| * | Remove a panic(); if the zone allocator can't provide more timewait | Jonathan Lemon | 2003-03-08 | 1 | -2/+4 |
| * | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | Jonathan Lemon | 2003-02-19 | 1 | -0/+18 |
| * | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | Jonathan Lemon | 2003-02-19 | 1 | -2/+2 |
| * | Fix NewReno. | Jeffrey Hsu | 2003-01-13 | 1 | -1/+3 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 1 | -0/+7 |
| * | Add the tcps_sndrexmitbad statistic, keep track of late acks that caused | Matthew Dillon | 2002-07-19 | 1 | -0/+1 |
| * | Notify functions can destroy the pcb, so they have to return an | Jeffrey Hsu | 2002-06-14 | 1 | -3/+6 |
| * | Re-commit w/fix: | Mike Silbersack | 2002-06-14 | 1 | -0/+1 |