| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvs | cvs2svn | 2006-05-06 | 1 | -1/+1 |
| * | Replace t_force with a t_flag (TF_FORCEDATA). | Paul Saab | 2005-05-21 | 1 | -6/+8 |
| * | When looking for the next hole to retransmit from the scoreboard, | Paul Saab | 2005-05-11 | 1 | -2/+7 |
| * | Fix for interaction problems between TCP SACK and TCP Signature. | Paul Saab | 2005-04-21 | 1 | -45/+84 |
| * | Ignore ICMP Source Quench messages for TCP sessions. Source Quench is | Andre Oppermann | 2005-04-21 | 1 | -1/+1 |
| * | Fix a TCP SACK related crash resulting from incorrect computation | Paul Saab | 2005-01-12 | 1 | -6/+16 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Fixes a bug in SACK causing us to send data beyond the receive window. | Paul Saab | 2004-11-29 | 1 | -2/+4 |
| * | Remove RFC1644 T/TCP support from the TCP side of the network stack. | Andre Oppermann | 2004-11-02 | 1 | -82/+2 |
| * | Correct a bug in TCP SACK that could result in wedging of the TCP stack | Robert Watson | 2004-10-30 | 1 | -2/+2 |
| * | Acquire the send socket buffer lock around tcp_output() activities | Robert Watson | 2004-10-09 | 1 | -2/+14 |
| * | - Estimate the amount of data in flight in sack recovery and use it | Paul Saab | 2004-10-05 | 1 | -26/+40 |
| * | fix up socket/ip layer violation... don't assume/know that | John-Mark Gurney | 2004-09-05 | 1 | -3/+4 |
| * | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -71/+71 |
| * | Fix a bug in the sack code that was causing data to be retransmitted | Jayanth Vijayaraghavan | 2004-07-28 | 1 | -4/+13 |
| * | Fix for a SACK bug where the very last segment retransmitted | Jayanth Vijayaraghavan | 2004-07-26 | 1 | -1/+1 |
| * | Let IN_FASTREOCOVERY macro decide if we are in recovery mode. | Jayanth Vijayaraghavan | 2004-07-19 | 1 | -1/+1 |
| * | Fix a potential panic in the SACK code that was causing | Jayanth Vijayaraghavan | 2004-07-19 | 1 | -8/+29 |
| * | Add support for TCP Selective Acknowledgements. The work for this | Paul Saab | 2004-06-23 | 1 | -3/+115 |
| * | Appease GCC. | Bruce M Simpson | 2004-06-18 | 1 | -1/+1 |
| * | If SO_DEBUG is enabled for a TCP socket, and a received segment is | Bruce M Simpson | 2004-06-18 | 1 | -2/+11 |
| * | Don't set FIN on a retransmitted segment after a FIN has been sent, | Bruce M Simpson | 2004-06-18 | 1 | -1/+1 |
| * | Switch to using the inpcb MAC label instead of socket MAC label when | Robert Watson | 2004-05-04 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Brucification. | Bruce M Simpson | 2004-02-13 | 1 | -3/+3 |
| * | style(9) pass; whitespace and comments. | Bruce M Simpson | 2004-02-12 | 1 | -6/+4 |
| * | Fix a typo; left out preprocessor conditional for sigoff variable, which | Bruce M Simpson | 2004-02-11 | 1 | -0/+2 |
| * | Initial import of RFC 2385 (TCP-MD5) digest support. | Bruce M Simpson | 2004-02-11 | 1 | -0/+37 |
| * | pass pcb rather than so. it is expected that per socket policy | Hajimu UMEMOTO | 2004-02-03 | 1 | -7/+0 |
| * | Split the overloaded variable 'win' into two for their specific purposes: | Andre Oppermann | 2004-01-22 | 1 | -21/+22 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -26/+16 |
| * | replace mtx_assert by INP_LOCK_ASSERT | Sam Leffler | 2003-11-08 | 1 | -3/+1 |
| * | unbreak compilation of FAST_IPSEC | Sam Leffler | 2003-11-08 | 1 | -1/+1 |
| * | - cleanup SP refcnt issue. | Hajimu UMEMOTO | 2003-11-04 | 1 | -0/+7 |
| * | The tcp_trace call needs the length of the header. Unfortunately the | Hartmut Brandt | 2003-08-13 | 1 | -1/+5 |
| * | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | Jonathan Lemon | 2003-02-19 | 1 | -9/+4 |
| * | Clean up delayed acks and T/TCP interactions: | Jonathan Lemon | 2003-02-19 | 1 | -3/+4 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
| * | Optimize away call to bzero() in the common case by directly checking | Jeffrey Hsu | 2003-01-18 | 1 | -6/+3 |
| * | Fix oops in my last commit, I was calculating a new length but then not | Matthew Dillon | 2002-10-16 | 1 | -1/+1 |
| * | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 1 | -0/+5 |
| * | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -12/+3 |
| * | Update various comments mainly related to retransmit/FIN that I | Matthew Dillon | 2002-10-10 | 1 | -6/+36 |
| * | Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin... | Jennifer Yang | 2002-09-17 | 1 | -0/+2 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 1 | -0/+1 |
| * | Assert that the inpcb lock is held when calling tcp_output(). | Jennifer Yang | 2002-08-12 | 1 | -0/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+5 |
| * | Slightly restructure the #ifdef INET6 sections to make the code | Luigi Rizzo | 2002-06-23 | 1 | -31/+19 |
| * | Re-commit w/fix: | Mike Silbersack | 2002-06-14 | 1 | -1/+1 |