summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+13
* Don't shrink socket buffers in tcp_mss(), application might have alreadyru2002-07-221-2/+4
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-191-0/+1
* Avoid unlocking the inp twice if badport_bandlim() returns -1.hsu2002-06-241-2/+4
* Style bug: fix 4 space indentations that should have been tabs.hsu2002-06-241-5/+5
* Move two global variables to automatic variables within theluigi2002-06-231-2/+3
* Remove (almost all) global variables that were used to holdluigi2002-06-221-9/+14
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-181-1/+1
* Lock up inpcb.hsu2002-06-101-4/+45
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-86/+16
* Lock down a socket, milestone 1.tanimura2002-05-201-16/+86
* Redo the sigio locking.alfred2002-05-011-6/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-6/+9
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-271-1/+5
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-0/+2
* Remove some ISN generation code which has been unused since thesilby2002-04-101-2/+0
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-1/+1
* Remove __P.alfred2002-03-191-7/+7
* Change the wording of the inline comments from the previous commit.cjc2002-02-271-8/+3
* The TCP code did not do sufficient checks on whether incoming packetscjc2002-02-251-7/+13
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-11/+11
* o Spelling fix in comment: tcp_ouput -> tcp_outputrwatson2002-01-041-1/+1
* Fix up tabs in comments.jlemon2001-12-131-4/+4
* Fix a bug with transmitter restart after receiving a 0 window. Thedillon2001-12-021-2/+7
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-470/+261
* Move initialization of snd_recover into tcp_sendseqinit().jlemon2001-11-211-1/+0
* KSE Milestone 2julian2001-09-121-2/+2
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-3/+3
* when newreno is turned on, if dupacks = 1 or dupacks = 2 andjayanth2001-08-291-0/+2
* Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2dd2001-08-231-1/+1
* Much delayed but now present: RFC 1948 style sequence numberssilby2001-08-221-3/+2
* 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
OpenPOWER on IntegriCloud