| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvs | cvs2svn | 1997-03-27 | 1 | -1/+1 |
* | Merge from -current | Poul-Henning Kamp | 1996-11-11 | 1 | -3/+1 |
* | Fix two bugs I accidently put into the syn code at the last minute | Paul Traina | 1996-10-11 | 1 | -5/+9 |
* | Improved in_pcblookuphash() to support wildcarding, and changed relavent | David Greenman | 1996-10-07 | 1 | -12/+2 |
* | Increase robustness of FreeBSD against high-rate connection attempt | Paul Traina | 1996-10-07 | 1 | -13/+23 |
* | I don't understand, I committed this fix (move a counter and fixed a typo) | Paul Traina | 1996-09-21 | 1 | -4/+3 |
* | Syntax error: so_incom -> so_incomp | Andrey A. Chernov | 1996-09-21 | 1 | -2/+2 |
* | If the incomplete listen queue for a given socket is full, | Paul Traina | 1996-09-20 | 1 | -5/+18 |
* | Make the misnamed tcp initial keepalive timer value (which is really the | Paul Traina | 1996-09-13 | 1 | -3/+3 |
* | Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP] | Paul Traina | 1996-09-13 | 1 | -6/+12 |
* | Back out my stupid braino; I was thinking strlen and not sizeof. | Bill Fenner | 1996-05-02 | 1 | -2/+2 |
* | Size temp var correctly; buf[4*sizeof "123"] is not long enough | Bill Fenner | 1996-05-02 | 1 | -2/+2 |
* | inet_ntoa buffer was evaluated twice in log_in_vain, fix it. | Andrey A. Chernov | 1996-04-27 | 1 | -3/+7 |
* | Delete #ifdef notdef blocks containing old method of srtt calculation. | Garrett Wollman | 1996-04-26 | 1 | -48/+1 |
* | Logging UDP and TCP connection attempts should not be enabled by default. | Paul Traina | 1996-04-09 | 1 | -2/+2 |
* | Log TCP syn packets for ports we don't listen on. | Poul-Henning Kamp | 1996-04-04 | 1 | -2/+13 |
* | Slight modification of RTO floor calculation. | Garrett Wollman | 1996-03-25 | 1 | -2/+2 |
* | A number of performance-reducing flaws fixed based on comments | Garrett Wollman | 1996-03-22 | 1 | -3/+54 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | David Greenman | 1996-03-11 | 1 | -2/+2 |
* | Add a counter for the number of times the listen queue was overflowed to | Guido van Rooij | 1996-02-26 | 1 | -2/+4 |
* | Fixed bug in Path MTU Discovery that caused the system to have to re- | David Greenman | 1996-02-22 | 1 | -24/+4 |
* | Fix a bug related to the interworking of T/TCP and window scaling: | Andras Olah | 1996-01-31 | 1 | -6/+19 |
* | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -2/+2 |
* | New style sysctl & staticize alot of stuff. | Poul-Henning Kamp | 1995-11-14 | 1 | -6/+15 |
* | Start adding new style sysctl here too. | Poul-Henning Kamp | 1995-11-09 | 1 | -1/+5 |
* | Cosmetic changes to processing of segments in the SYN_SENT state: | Andras Olah | 1995-11-03 | 1 | -10/+10 |
* | Routes can be asymmetric. Always offer to /accept/ an MSS of up to the | Garrett Wollman | 1995-10-13 | 1 | -7/+1 |
* | Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbers | Garrett Wollman | 1995-10-03 | 1 | -6/+8 |
* | Remove a redundant `if' from tcp_reass(). | Andras Olah | 1995-07-31 | 1 | -4/+2 |
* | tcp_input.c - keep track of how many times a route contained a cached rtt | Garrett Wollman | 1995-07-10 | 1 | -7/+7 |
* | Keep track of the number of samples through the srtt filter so that we | Garrett Wollman | 1995-06-29 | 1 | -1/+2 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -35/+35 |
* | #ifdef'd my Nagel/ACK hack with "TCP_ACK_HACK", disabled by default. I'm | David Greenman | 1995-05-11 | 1 | -1/+24 |
* | Fix a misspelled constant in tcp_input.c. | Andras Olah | 1995-05-09 | 1 | -2/+2 |
* | Changed in_pcblookuphash() to not automatically call in_pcblookup() if | David Greenman | 1995-05-03 | 1 | -3/+14 |
* | Further satisfy my paranoia by making sure that the ACKNOW is only | David Greenman | 1995-04-10 | 1 | -10/+5 |
* | Fixed bug I introduced with my Nagel hack which caused tcp_input and | David Greenman | 1995-04-10 | 1 | -3/+3 |
* | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | David Greenman | 1995-04-09 | 1 | -14/+6 |
* | Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>. | Andras Olah | 1995-04-05 | 1 | -11/+8 |
* | Re-apply my "breakage" to the Nagel congestion avoidence. This version | David Greenman | 1995-03-27 | 1 | -2/+20 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -4/+1 |
* | Avoid deadlock situation described by Stevens using his suggested replacement | Garrett Wollman | 1995-02-16 | 1 | -30/+20 |
* | Transaction TCP support now standard. Hack away! | Garrett Wollman | 1995-02-16 | 1 | -189/+1 |
* | YFfix. | Poul-Henning Kamp | 1995-02-14 | 1 | -2/+1 |
* | Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some | Garrett Wollman | 1995-02-14 | 1 | -1/+6 |
* | Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and | Garrett Wollman | 1995-02-09 | 1 | -102/+680 |
* | As suggested by Sally Floyd, don't add the ``small fraction of the window | Garrett Wollman | 1994-10-13 | 1 | -5/+3 |
* | GCC cleanup. | Poul-Henning Kamp | 1994-10-02 | 1 | -5/+6 |
* | Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5. | David Greenman | 1994-09-15 | 1 | -3/+13 |
* | Obey RFC 793, section 3.4: | Garrett Wollman | 1994-08-26 | 1 | -2/+2 |