| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -2/+0 |
* | Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets. | archie | 2000-09-11 | 1 | -3/+2 |
* | Improve performance in the case where ip_output() returns an error. | archie | 2000-08-03 | 1 | -0/+15 |
* | re-enable the tcp newreno code. | jayanth | 2000-07-12 | 1 | -1/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -17/+24 |
* | When attempting to transmit a packet, if the system fails to allocate | jlemon | 2000-06-02 | 1 | -0/+4 |
* | Temporarily turn off the newreno flag until we can track down the known | jayanth | 2000-05-11 | 1 | -1/+1 |
* | Implement TCP NewReno, as documented in RFC 2582. This allows | jlemon | 2000-05-06 | 1 | -3/+7 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 1 | -8/+11 |
* | Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabled | shin | 2000-02-09 | 1 | -4/+13 |
* | Fixed the problem that IPsec connection hangs when bigger data is sent. | shin | 2000-01-15 | 1 | -0/+5 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -22/+142 |
* | Restructure TCP timeout handling: | jlemon | 1999-08-30 | 1 | -27/+46 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Added net.inet.tcp.path_mtu_discovery variable which when set to 0 | dg | 1999-05-27 | 1 | -8/+9 |
* | Two cosmetic changes, one a typo and the other, a clarification. | julian | 1999-04-07 | 1 | -2/+2 |
* | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | fenner | 1999-01-20 | 1 | -2/+3 |
* | Fixed overflow and sign extension bugs in | bde | 1998-07-13 | 1 | -4/+4 |
* | Take IP options into account when calculating the allowable length | fenner | 1998-05-24 | 1 | -4/+13 |
* | Remove the last traces of TUBA. | phk | 1998-04-06 | 1 | -6/+1 |
* | Don't depend on "implicit int". | bde | 1998-02-20 | 1 | -2/+2 |
* | Don't allow the window to be increased beyond what is possible to | fenner | 1997-10-07 | 1 | -3/+3 |
* | Make TCPDEBUG a new-style option. | joerg | 1997-09-16 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -4/+1 |
* | Reorganize elements of the inpcb struct to take better advantage of | dg | 1997-04-03 | 1 | -3/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Changed some memcpy()'s back to bcopy()'s. | bde | 1996-06-08 | 1 | -2/+2 |
* | Two fixes from Rich Stevens: | dg | 1996-04-15 | 1 | -5/+8 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -2/+2 |
* | Be more conservative when T/TCP extensions are disabled. In particular, | olah | 1996-01-17 | 1 | -1/+14 |
* | Path MTU Discovery is now standard. | wollman | 1995-12-05 | 1 | -6/+6 |
* | Fix a logical error in T/TCP: when we actively open a connection, we | olah | 1995-11-03 | 1 | -10/+3 |
* | The ability to administratively change the MTU of an interface presents | wollman | 1995-10-16 | 1 | -1/+13 |
* | Merge 4.4-Lite-2: update version number (we already have the same fixes). | wollman | 1995-09-22 | 1 | -5/+4 |
* | Add support in TCP for Path MTU discovery. This is highly experimental | wollman | 1995-09-20 | 1 | -6/+18 |
* | If tcp_output() is unable to allocate space for a copy of the data waiting | wollman | 1995-09-13 | 1 | -3/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -11/+11 |
* | Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize. | dg | 1995-05-09 | 1 | -4/+4 |
* | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | dg | 1995-04-09 | 1 | -1/+2 |
* | Transaction TCP support now standard. Hack away! | wollman | 1995-02-16 | 1 | -23/+1 |
* | Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and | wollman | 1995-02-09 | 1 | -15/+145 |
* | Kill previous commit as it isn't necessary. | dg | 1995-01-26 | 1 | -6/+1 |
* | Extended the previous change to cover the non-options case, too. | dg | 1995-01-24 | 1 | -1/+6 |
* | Applied fix from Andreas Schulz with a different comment by me. Fixes a | dg | 1995-01-23 | 1 | -1/+6 |
* | Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5. | dg | 1994-09-15 | 1 | -1/+5 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+599 |