summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
...
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-221-4/+2
* snd_cwnd was updated twice in the tcp_newreno function.jayanth2000-05-181-1/+0
* Sigh, fix a rookie patch merge error.jayanth2000-05-171-3/+0
* snd_una was being updated incorrectly, this resulted in the newrenojayanth2000-05-161-3/+8
* Implement TCP NewReno, as documented in RFC 2582. This allowsjlemon2000-05-061-6/+73
* ND6_HINT() should not be called unless the connection status issumikawa2000-04-171-1/+0
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-011-1/+1
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-10/+22
* IPv6 6to4 support.shin2000-03-111-1/+1
* Mitigate the stream.c attacksimp2000-01-281-16/+32
* Avoid m_len and m_pkthdr.len inconsistency when changing m_lenshin2000-01-251-0/+2
* Fixed the problem that IPsec connection hangs when bigger data is sent.shin2000-01-151-0/+4
* add a comment for some possible? IPv4 option processing.shin2000-01-131-0/+1
* tcp updates to support IPv6.shin2000-01-091-271/+678
* IPSEC support in the kernel.shin1999-12-221-2/+3
* Use SEQ_* macros for comparing sequence space numbers.jlemon1999-12-141-2/+2
* According to RFC 793, a reset should be honored if the sequence numberjlemon1999-12-111-7/+6
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-4/+5
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-091-2/+2
* Fix some more disordering, as well as the description string for thedes1999-09-141-6/+6
* Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctldes1999-09-121-0/+29
* 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
OpenPOWER on IntegriCloud