aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Revert MFC of r258821Peter Wemm2014-01-081-4/+2
* MFC r258821 - fix tcp simultaneous closePeter Wemm2014-01-071-2/+4
* MFC: 1.300 When we receive an out-of-window SYN for an "ESTABLISHED"David Malone2006-08-211-0/+2
* Correct bzip2 denial of service and permission race vulnerabilities.Simon L. B. Nielsen2005-06-291-4/+24
* MFC revs 1.235 and 1.264;Mike Silbersack2005-01-051-0/+16
* MFC rev 1.259; accept RSTs when our window is closed.Mike Silbersack2004-12-231-2/+3
* MFC:Paul Saab2004-03-221-3/+3
* MFC in part tcp_input.c 1.228, tcp_subr.c 1.182, tcp_var.h 1.98:Jacques Vidrine2004-03-021-0/+37
* MFC: Import of TCP-MD5 (RFC2385) support.Bruce M Simpson2004-02-141-0/+14
* MFC 1.188: Add the TCP flags to the log message when log_in_vain is 1,Crist J. Clark2003-05-211-8/+3
* Merge from currentJeffrey Hsu2003-02-031-365/+313
* MFC: Fast IPsecSam Leffler2003-01-241-0/+19
* MFC: m_tag supportSam Leffler2003-01-231-1/+1
* MFC 1.183, fix an ack-on-ack tcp buf.Matthew Dillon2002-12-201-1/+3
* MFC 1.176. Fix another W2K<->FreeBSD TCP bug. This one is a bug inMatthew Dillon2002-10-101-0/+1
* MFC rev 1.175Mike Silbersack2002-09-271-3/+10
* MFC 1.174Matthew Dillon2002-09-241-5/+20
* CVS wasn't at fault for this part of the mismerge, gratuitous differencesJuli Mallett2002-09-031-3/+5
* Fix mis-merge.Juli Mallett2002-09-031-2/+0
* MFC: When printing IPv6 addresses with a TCP/UDP port seperated by a colon,Juli Mallett2002-09-031-10/+12
* MFC the TCP bandwidth-based window limiting code. Default operation isMatthew Dillon2002-08-241-0/+6
* MFC 1.168 (an obvious and trivial bug fix) to get it out of the way.Matthew Dillon2002-08-191-0/+1
* MFC: 1.166: Don't shrink socket buffers in tcp_mss(), applicationRuslan Ermilov2002-07-291-2/+4
* The purpose of this commit is to bring the net/ and netinet/ sourcesLuigi Rizzo2002-07-091-32/+36
* MFC:SUZUKI Shinsuke2002-04-281-0/+2
* MFCMike Silbersack2002-04-141-2/+0
* MFC 1.148, 1.149: The TCP code did not do sufficient checks on whetherCrist J. Clark2002-02-281-7/+8
* MFC: syncache support.Jonathan Lemon2001-12-141-460/+262
* quick MFC of mainly tcp_input.c 1.144 and tcp_output.c 1.56. PropogateMatthew Dillon2001-12-021-3/+8
* MFH: V1.139Nate Williams2001-11-121-0/+2
* MFC: new option -z: reset statistic counters after displaying them.Ruslan Ermilov2001-09-171-1/+1
* Much delayed but now present: RFC 1948 style sequence numbersMike Silbersack2001-08-221-3/+2
* MFC: Runetime tuneable tcp initial sequence number generation schemes.Mike Silbersack2001-07-081-2/+2
* MFC of tcp template removal + jlemon's patch to improve headerMike Silbersack2001-07-071-6/+0
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-30/+79
* MFC: Removal of TCP_COMPAT_42Mike Silbersack2001-06-221-9/+0
* MFC 1.116->1.117: be more cautious about tcp option length field.Hajimu UMEMOTO2001-06-151-1/+3
* MFC rev 1.129 and 1.130Jesper Skriver2001-06-121-33/+30
* MFC: Nuke the TCP_RESTRICT_RST option.Dag-Erling Smørgrav2001-06-091-13/+1
* MFC: Better TCP initial sequence number randomness from OpenBSD.Kris Kennaway2001-04-181-2/+11
* MFC: TCP New Reno algorithmJonathan Lemon2001-03-011-6/+79
* MFC: r1.124, delayed ack fix.Jonathan Lemon2001-02-251-5/+11
* MFC: Clean up RST ratelimiting (1.51 in HEAD).Bosko Milekic2001-02-241-31/+53
* MFC:Jayanth Vijayaraghavan2000-08-161-0/+8
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-10/+6
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-10/+22
* MFC: ND6_HINT() should not be called unless the connection status isMunechika SUMIKAWA2000-04-171-1/+0
* IPv6 6to4 support.Yoshinobu Inoue2000-03-111-1/+1
* Mitigate the stream.c attacksWarner Losh2000-01-281-16/+32
* Avoid m_len and m_pkthdr.len inconsistency when changing m_lenYoshinobu Inoue2000-01-251-0/+2