aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalBrian Feldman1999-10-091-2/+2
* Fix some more disordering, as well as the description string for theDag-Erling Smørgrav1999-09-141-6/+6
* Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctlDag-Erling Smørgrav1999-09-121-0/+29
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-58/+114
* Remove extra indenting of `break' statements introducted in rev 1.89,David E. O'Brien1999-08-291-9/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix breakage if blackhole=1 and tiflags & TH_SYN, plusGeoff Rehmet1999-08-191-7/+12
* Slight tweak to tcp.blackhole to add optional behaviour toGeoff Rehmet1999-08-181-9/+26
* Add net.inet.tcp.blackhole and net.inet.udp.blackholeGeoff Rehmet1999-08-171-2/+9
* fix comment re: RST received in TIME_WAIT to match the code.Jonathan M. Bresler1999-07-181-3/+3
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+3
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-5/+6
* Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT.Bill Fenner1999-02-061-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Reviewed by: freebsd-currentMatthew Dillon1998-12-031-2/+8
* Fix RST validation.Garrett Wollman1998-09-111-42/+112
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-38/+49
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-061-1/+29
* Let the sowwakeup macro decide when to call sowakeup rather than havePeter Wemm1998-05-311-5/+3
* Grumble...It seems I'm suffering from some mental disease. Do it correct now.Guido van Rooij1998-05-181-2/+2
* Add some parenthesis for clarity and fix a bugGuido van Rooij1998-05-181-2/+2
* Refuse accellerated opens on listening sockets that have not setGuido van Rooij1998-05-041-2/+4
* At the request of Garrett, changed sysctl:David Greenman1998-04-241-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Remove the last traces of TUBA.Poul-Henning Kamp1998-04-061-7/+1
* Remove the check for SYN in SYN_RECEIVED state; it breaks simultaneousBill Fenner1998-03-201-10/+4
* Changes to support the addition of a new sysctl variable:David Greenman1998-02-261-18/+16
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-27/+11
* A more complete fix for the "land" attack, removing the "quick fix" fromBill Fenner1998-01-211-20/+25
* Don't use ANSI string concatenation to misformat a string.Bruce Evans1997-12-191-5/+5
* Add Matt Dillon's quick fix hack for the self-connect DoS.Garrett Wollman1997-11-201-1/+14
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+1
* Removed unused #includes.Bruce Evans1997-10-281-3/+1
* Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimateDavid Greenman1997-10-021-6/+1
* Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCPBill Fenner1997-09-301-9/+11
* Make TCPDEBUG a new-style option.Joerg Wunsch1997-09-161-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-8/+7
* Fix a bug (apparently very old) that can cause a TCP connection toJohn Polstra1997-07-011-2/+2
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Re-enable the TCP SYN-attack protection code. I was the one who didn'tBill Fenner1996-11-101-3/+1
* Fix two bugs I accidently put into the syn code at the last minutePaul Traina1996-10-111-5/+9
* Improved in_pcblookuphash() to support wildcarding, and changed relaventDavid Greenman1996-10-071-12/+2
* Increase robustness of FreeBSD against high-rate connection attemptPaul Traina1996-10-071-13/+23
* I don't understand, I committed this fix (move a counter and fixed a typo)Paul Traina1996-09-211-4/+3
* Syntax error: so_incom -> so_incompAndrey A. Chernov1996-09-211-2/+2
* If the incomplete listen queue for a given socket is full,Paul Traina1996-09-201-5/+18
* Make the misnamed tcp initial keepalive timer value (which is really thePaul Traina1996-09-131-3/+3
* Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP]Paul Traina1996-09-131-6/+12