summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-0/+19
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* Guido found another bug. There is a situation withMatthew Dillon2002-09-301-0/+1
* Fix issue where shutdown(socket, SHUT_RD) was effectivelyMike Silbersack2002-09-221-3/+10
* Guido reported an interesting bug where an FTP connection between aMatthew Dillon2002-09-171-5/+23
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Enclose IPv6 addresses in brackets when they are displayed printable with aJuli Mallett2002-08-191-3/+7
* Implement TCP bandwidth delay product window limiting, similar to (butMatthew Dillon2002-08-171-0/+6
* Cosmetic-only changes for readability.Jeffrey Hsu2002-08-171-326/+278
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatRobert Watson2002-08-151-1/+1
* Reset dupack count in header prediction.Jeffrey Hsu2002-08-151-0/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+13
* Don't shrink socket buffers in tcp_mss(), application might have alreadyRuslan Ermilov2002-07-221-2/+4
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causedMatthew Dillon2002-07-191-0/+1
* Avoid unlocking the inp twice if badport_bandlim() returns -1.Jeffrey Hsu2002-06-241-2/+4
* Style bug: fix 4 space indentations that should have been tabs.Jeffrey Hsu2002-06-241-5/+5
* Move two global variables to automatic variables within theLuigi Rizzo2002-06-231-2/+3
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-221-9/+14
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-181-1/+1
* Lock up inpcb.Jeffrey Hsu2002-06-101-4/+45
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-86/+16
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-16/+86
* Redo the sigio locking.Alfred Perlstein2002-05-011-6/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-6/+9
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-1/+5
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-0/+2
* Remove some ISN generation code which has been unused since theMike Silbersack2002-04-101-2/+0
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-241-1/+1
* Remove __P.Alfred Perlstein2002-03-191-7/+7
* Change the wording of the inline comments from the previous commit.Crist J. Clark2002-02-271-8/+3
* The TCP code did not do sufficient checks on whether incoming packetsCrist J. Clark2002-02-251-7/+13
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-11/+11
* o Spelling fix in comment: tcp_ouput -> tcp_outputRobert Watson2002-01-041-1/+1
* Fix up tabs in comments.Jonathan Lemon2001-12-131-4/+4
* Fix a bug with transmitter restart after receiving a 0 window. TheMatthew Dillon2001-12-021-2/+7
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-470/+261
* Move initialization of snd_recover into tcp_sendseqinit().Jonathan Lemon2001-11-211-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-3/+3
* when newreno is turned on, if dupacks = 1 or dupacks = 2 andJayanth Vijayaraghavan2001-08-291-0/+2
* Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2Dima Dorfman2001-08-231-1/+1
* Much delayed but now present: RFC 1948 style sequence numbersMike Silbersack2001-08-221-3/+2
* Temporary feature: Runtime tuneable tcp initial sequence numberMike Silbersack2001-07-081-2/+2
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.Ruslan Ermilov2001-06-231-1/+1
* Eliminate the allocation of a tcp template structure for eachMike Silbersack2001-06-231-6/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-30/+79
* Silby's take one on increasing FreeBSD's resistance to SYN floods:Jesper Skriver2001-06-061-1/+14
* Inline TCP_REASS() in the single location where it's used,Jesper Skriver2001-05-291-33/+30
* properly delay acks in half-closed TCP connectionsJesper Skriver2001-05-291-1/+1
* Say goodbye to TCP_COMPAT_42Jesper Skriver2001-04-201-9/+0