| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Import of TCP-MD5 (RFC2385) support. | Bruce M Simpson | 2004-02-14 | 1 | -0/+39 |
| * | Merge rev 1.74 from current: Optimize away call to bzero() | Jeffrey Hsu | 2003-01-29 | 1 | -6/+3 |
| * | MFC: Fast IPsec | Sam Leffler | 2003-01-24 | 1 | -0/+5 |
| * | MFC: m_tag support | Sam Leffler | 2003-01-23 | 1 | -12/+3 |
| * | MFC 1.70 and 1.73. Deal with SYN and FIN in a PERSIST case. The SYN | Matthew Dillon | 2002-10-16 | 1 | -8/+38 |
| * | MFC the TCP bandwidth-based window limiting code. Default operation is | Matthew Dillon | 2002-08-24 | 1 | -0/+1 |
| * | In -current, path_mtu_discovery is already global. Make it the same here. | Darren Reed | 2002-07-13 | 1 | -1/+1 |
| * | MFC rev 1.59 | Mike Silbersack | 2001-12-17 | 1 | -1/+1 |
| * | MFC: r1.53,r1.54,r1.57; TF_LASTIDLE, syncache support, compiler cleanup. | Jonathan Lemon | 2001-12-14 | 1 | -3/+10 |
| * | quick MFC of mainly tcp_input.c 1.144 and tcp_output.c 1.56. Propogate | Matthew Dillon | 2001-12-02 | 1 | -14/+40 |
| * | MFC 1.55 - the transmit burst limit for newreno completely breaks TCP's | Matthew Dillon | 2001-11-30 | 1 | -0/+10 |
| * | MFC of tcp template removal + jlemon's patch to improve header | Mike Silbersack | 2001-07-07 | 1 | -10/+2 |
| * | MFC: Sync with recent KAME. | Hajimu UMEMOTO | 2001-07-03 | 1 | -2/+6 |
| * | MFC: | David E. O'Brien | 2001-03-05 | 1 | -2/+0 |
| * | MFC: TCP New Reno algorithm | Jonathan Lemon | 2001-03-01 | 1 | -1/+5 |
| * | MFC: (rev. 1.47) no snd_nxt rollback optimization for SYN packets | Archie Cobbs | 2000-09-13 | 1 | -3/+2 |
| * | MFC: (rev. 1.46) improved performance when ip_output() returns an error. | Archie Cobbs | 2000-08-15 | 1 | -0/+15 |
| * | MFC: Merge KAME 2000/07/01 code. | Kris Kennaway | 2000-07-15 | 1 | -17/+24 |
| * | Merged undocumented bug fix from rev 1.41: Fix for timer race that can | David Greenman | 2000-07-13 | 1 | -2/+2 |
| * | MFC: r1.43, fix for connections hanging in LAST_ACK state. | Jonathan Lemon | 2000-06-08 | 1 | -0/+4 |
| * | MFC: delayed checksum work. This also brings the mbuf size up to 256. | Jonathan Lemon | 2000-05-05 | 1 | -8/+11 |
| * | Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabled | Yoshinobu Inoue | 2000-02-09 | 1 | -4/+13 |
| * | Fixed the problem that IPsec connection hangs when bigger data is sent. | Yoshinobu Inoue | 2000-01-15 | 1 | -0/+5 |
| * | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 1 | -22/+142 |
| * | Restructure TCP timeout handling: | Jonathan Lemon | 1999-08-30 | 1 | -27/+46 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Added net.inet.tcp.path_mtu_discovery variable which when set to 0 | David Greenman | 1999-05-27 | 1 | -8/+9 |
| * | Two cosmetic changes, one a typo and the other, a clarification. | Julian Elischer | 1999-04-07 | 1 | -2/+2 |
| * | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | Bill Fenner | 1999-01-20 | 1 | -2/+3 |
| * | Fixed overflow and sign extension bugs in | Bruce Evans | 1998-07-13 | 1 | -4/+4 |
| * | Take IP options into account when calculating the allowable length | Bill Fenner | 1998-05-24 | 1 | -4/+13 |
| * | Remove the last traces of TUBA. | Poul-Henning Kamp | 1998-04-06 | 1 | -6/+1 |
| * | Don't depend on "implicit int". | Bruce Evans | 1998-02-20 | 1 | -2/+2 |
| * | Don't allow the window to be increased beyond what is possible to | Bill Fenner | 1997-10-07 | 1 | -3/+3 |
| * | Make TCPDEBUG a new-style option. | Joerg Wunsch | 1997-09-16 | 1 | -1/+3 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -4/+1 |
| * | Reorganize elements of the inpcb struct to take better advantage of | David Greenman | 1997-04-03 | 1 | -3/+3 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Changed some memcpy()'s back to bcopy()'s. | Bruce Evans | 1996-06-08 | 1 | -2/+2 |
| * | Two fixes from Rich Stevens: | David Greenman | 1996-04-15 | 1 | -5/+8 |
| * | Move or add #include <queue.h> in preparation for upcoming struct socket | David Greenman | 1996-03-11 | 1 | -2/+2 |
| * | Be more conservative when T/TCP extensions are disabled. In particular, | Andras Olah | 1996-01-17 | 1 | -1/+14 |
| * | Path MTU Discovery is now standard. | Garrett Wollman | 1995-12-05 | 1 | -6/+6 |
| * | Fix a logical error in T/TCP: when we actively open a connection, we | Andras Olah | 1995-11-03 | 1 | -10/+3 |
| * | The ability to administratively change the MTU of an interface presents | Garrett Wollman | 1995-10-16 | 1 | -1/+13 |
| * | Merge 4.4-Lite-2: update version number (we already have the same fixes). | Garrett Wollman | 1995-09-22 | 1 | -5/+4 |
| * | Add support in TCP for Path MTU discovery. This is highly experimental | Garrett Wollman | 1995-09-20 | 1 | -6/+18 |
| * | If tcp_output() is unable to allocate space for a copy of the data waiting | Garrett Wollman | 1995-09-13 | 1 | -3/+6 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -11/+11 |