summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure TCP timeout handling:jlemon1999-08-301-58/+114
* Remove extra indenting of `break' statements introducted in rev 1.89,obrien1999-08-291-9/+13
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix breakage if blackhole=1 and tiflags & TH_SYN, pluscsgr1999-08-191-7/+12
* Slight tweak to tcp.blackhole to add optional behaviour tocsgr1999-08-181-9/+26
* Add net.inet.tcp.blackhole and net.inet.udp.blackholecsgr1999-08-171-2/+9
* fix comment re: RST received in TIME_WAIT to match the code.jmb1999-07-181-3/+3
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-5/+6
* Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT.fenner1999-02-061-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Reviewed by: freebsd-currentdillon1998-12-031-2/+8
* Fix RST validation.wollman1998-09-111-42/+112
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-241-38/+49
* Support for IPFW based transparent forwarding.julian1998-07-061-1/+29
* Let the sowwakeup macro decide when to call sowakeup rather than havepeter1998-05-311-5/+3
* Grumble...It seems I'm suffering from some mental disease. Do it correct now.guido1998-05-181-2/+2
* Add some parenthesis for clarity and fix a bugguido1998-05-181-2/+2
* Refuse accellerated opens on listening sockets that have not setguido1998-05-041-2/+4
* At the request of Garrett, changed sysctl:dg1998-04-241-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Remove the last traces of TUBA.phk1998-04-061-7/+1
* Remove the check for SYN in SYN_RECEIVED state; it breaks simultaneousfenner1998-03-201-10/+4
* 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
OpenPOWER on IntegriCloud