| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :) | Mike Silbersack | 2002-06-14 | 1 | -1/+1 |
* | Ensure that the syn cache's syn-ack packets contain the same | Mike Silbersack | 2002-06-14 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -14/+3 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -3/+14 |
* | Reduce the local network slowstart flightsize from infinity to 4 packets. | Mike Silbersack | 2001-12-14 | 1 | -1/+1 |
* | Fix up tabs from cut&n&paste. | Jonathan Lemon | 2001-12-13 | 1 | -8/+8 |
* | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -1/+1 |
* | Fix a bug with transmitter restart after receiving a 0 window. The | Matthew Dillon | 2001-12-02 | 1 | -14/+40 |
* | The transmit burst limit for newreno completely breaks TCP's performance | Matthew Dillon | 2001-11-30 | 1 | -0/+10 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | Jonathan Lemon | 2001-11-22 | 1 | -1/+1 |
* | Add a flag TF_LASTIDLE, that forces a previously idle connection | Jayanth Vijayaraghavan | 2001-10-05 | 1 | -1/+8 |
* | Eliminate the allocation of a tcp template structure for each | Mike Silbersack | 2001-06-23 | 1 | -10/+2 |
* | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -2/+6 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -2/+4 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 1 | -2/+0 |
* | Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets. | Archie Cobbs | 2000-09-11 | 1 | -3/+2 |
* | Improve performance in the case where ip_output() returns an error. | Archie Cobbs | 2000-08-03 | 1 | -0/+15 |
* | re-enable the tcp newreno code. | Jayanth Vijayaraghavan | 2000-07-12 | 1 | -1/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -17/+24 |
* | When attempting to transmit a packet, if the system fails to allocate | Jonathan Lemon | 2000-06-02 | 1 | -0/+4 |
* | Temporarily turn off the newreno flag until we can track down the known | Jayanth Vijayaraghavan | 2000-05-11 | 1 | -1/+1 |
* | Implement TCP NewReno, as documented in RFC 2582. This allows | Jonathan Lemon | 2000-05-06 | 1 | -3/+7 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | Jonathan Lemon | 2000-03-27 | 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 |