summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Temporary feature: Runtime tuneable tcp initial sequence numbersilby2001-07-081-2/+2
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-231-1/+1
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-231-6/+0
* Sync with recent KAME.ume2001-06-111-30/+79
* Silby's take one on increasing FreeBSD's resistance to SYN floods:jesper2001-06-061-1/+14
* Inline TCP_REASS() in the single location where it's used,jesper2001-05-291-33/+30
* properly delay acks in half-closed TCP connectionsjesper2001-05-291-1/+1
* Say goodbye to TCP_COMPAT_42jesper2001-04-201-9/+0
* Randomize the TCP initial sequence numbers more thoroughly.kris2001-04-171-2/+11
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewdes2001-03-191-12/+1
* Do not delay a new ack if there already is a delayed ack pending on thejlemon2001-02-251-5/+11
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsbmilekic2001-02-111-33/+48
* Correct a comment.wollman2001-01-241-1/+1
* Change the following:bmilekic2000-12-151-2/+8
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* tp->snd_recover is part of the New Reno recovery algorithm, and shouldjlemon2000-11-041-1/+6
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-211-0/+8
* be more cautious about tcp option length field. drop bogus ones earlier.itojun2000-07-091-1/+3
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-11/+7
* 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
OpenPOWER on IntegriCloud