summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-8/+7
* Fix a bug (apparently very old) that can cause a TCP connection tojdp1997-07-011-2/+2
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Re-enable the TCP SYN-attack protection code. I was the one who didn'tfenner1996-11-101-3/+1
* Fix two bugs I accidently put into the syn code at the last minutepst1996-10-111-5/+9
* Improved in_pcblookuphash() to support wildcarding, and changed relaventdg1996-10-071-12/+2
* Increase robustness of FreeBSD against high-rate connection attemptpst1996-10-071-13/+23
* I don't understand, I committed this fix (move a counter and fixed a typo)pst1996-09-211-4/+3
* Syntax error: so_incom -> so_incompache1996-09-211-2/+2
* If the incomplete listen queue for a given socket is full,pst1996-09-201-5/+18
* Make the misnamed tcp initial keepalive timer value (which is really thepst1996-09-131-3/+3
* Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP]pst1996-09-131-6/+12
* Back out my stupid braino; I was thinking strlen and not sizeof.fenner1996-05-021-2/+2
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughfenner1996-05-021-2/+2
* inet_ntoa buffer was evaluated twice in log_in_vain, fix it.ache1996-04-271-3/+7
* Delete #ifdef notdef blocks containing old method of srtt calculation.wollman1996-04-261-48/+1
* Logging UDP and TCP connection attempts should not be enabled by default.pst1996-04-091-2/+2
* Log TCP syn packets for ports we don't listen on.phk1996-04-041-2/+13
* Slight modification of RTO floor calculation.wollman1996-03-251-2/+2
* A number of performance-reducing flaws fixed based on commentswollman1996-03-221-3/+54
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Add a counter for the number of times the listen queue was overflowed toguido1996-02-261-2/+4
* Fixed bug in Path MTU Discovery that caused the system to have to re-dg1996-02-221-24/+4
* Fix a bug related to the interworking of T/TCP and window scaling:olah1996-01-311-6/+19
* Another mega commit to staticize things.phk1995-12-141-2/+2
* New style sysctl & staticize alot of stuff.phk1995-11-141-6/+15
* Start adding new style sysctl here too.phk1995-11-091-1/+5
* Cosmetic changes to processing of segments in the SYN_SENT state:olah1995-11-031-10/+10
* Routes can be asymmetric. Always offer to /accept/ an MSS of up to thewollman1995-10-131-7/+1
* Finish 4.4-Lite-2 merge: randomize TCP initial sequence numberswollman1995-10-031-6/+8
* Remove a redundant `if' from tcp_reass().olah1995-07-311-4/+2
* tcp_input.c - keep track of how many times a route contained a cached rttwollman1995-07-101-7/+7
* Keep track of the number of samples through the srtt filter so that wewollman1995-06-291-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-35/+35
* #ifdef'd my Nagel/ACK hack with "TCP_ACK_HACK", disabled by default. I'mdg1995-05-111-1/+24
* Fix a misspelled constant in tcp_input.c.olah1995-05-091-2/+2
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifdg1995-05-031-3/+14
* Further satisfy my paranoia by making sure that the ACKNOW is onlydg1995-04-101-10/+5
* Fixed bug I introduced with my Nagel hack which caused tcp_input anddg1995-04-101-3/+3
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-14/+6
* Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>.olah1995-04-051-11/+8
* Re-apply my "breakage" to the Nagel congestion avoidence. This versiondg1995-03-271-2/+20
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+1
* Avoid deadlock situation described by Stevens using his suggested replacementwollman1995-02-161-30/+20
* Transaction TCP support now standard. Hack away!wollman1995-02-161-189/+1
* YFfix.phk1995-02-141-2/+1
* Get rid of some unneeded #ifdef TTCP lines. Also, get rid of somewollman1995-02-141-1/+6
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-091-102/+680
OpenPOWER on IntegriCloud