summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to support the addition of a new sysctl variable:dg1998-02-261-18/+16
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-27/+11
* A more complete fix for the "land" attack, removing the "quick fix" fromfenner1998-01-211-20/+25
* Don't use ANSI string concatenation to misformat a string.bde1997-12-191-5/+5
* Add Matt Dillon's quick fix hack for the self-connect DoS.wollman1997-11-201-1/+14
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Removed unused #includes.bde1997-10-281-3/+1
* Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimatedg1997-10-021-6/+1
* Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCPfenner1997-09-301-9/+11
* Make TCPDEBUG a new-style option.joerg1997-09-161-1/+3
* 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
OpenPOWER on IntegriCloud