aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Denial of Service in TCP packet processing.Xin LI2014-09-161-5/+1
* Revert MFC of r258821 - it was already handled by MFC of r239672.Peter Wemm2014-01-081-4/+2
* MFC r258821 - fix tcp simultaneous closePeter Wemm2014-01-071-2/+4
* MFC r259906: Draft-ietf-tcpm-initcwnd-05 became RFC6928.Sergey Kandaurov2014-01-021-2/+2
* MFC r226454 (by bz):Konstantin Belousov2013-07-061-1/+1
* MFC r226433:Andre Oppermann2013-07-051-2/+7
* MFC r242266:Andre Oppermann2013-07-051-0/+12
* MFC r226447:Andre Oppermann2013-07-051-52/+20
* MFC r249317:Andre Oppermann2013-07-051-0/+9
* MFC r249809:Andre Oppermann2013-07-051-1/+12
* MFC r291296, r291297, r291393:Andre Oppermann2013-07-051-7/+10
* MFC r252026:Andrey V. Elsukov2013-07-041-2/+2
* MFC/backport core kernel and userspace parts of r237263 (TCP_OFFLOADNavdeep Parhar2013-07-031-0/+11
* MFC r245783:Lawrence Stewart2013-05-011-1/+1
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC r239672 (by rrs):Mark Johnston2013-02-191-0/+30
* MFC r244360:Andrey V. Elsukov2012-12-201-2/+12
* Merge from head r244157:Gleb Smirnoff2012-12-151-0/+2
* MFC r242079:Andrey V. Elsukov2012-11-271-12/+6
* MFC r236170,236176:Bjoern A. Zeeb2012-07-081-1/+1
* MFC r235950:Bjoern A. Zeeb2012-07-081-2/+4
* MFC r235961:Bjoern A. Zeeb2012-07-081-2/+20
* MFC r236575 (by emax):Bjoern A. Zeeb2012-06-051-1/+4
* MFC r231767:Bjoern A. Zeeb2012-05-191-14/+18
* Merge 234342 from head:Gleb Smirnoff2012-05-051-8/+11
* Merge 231025 from head:Gleb Smirnoff2012-03-131-8/+8
* MFC 229665,229672,229700:John Baldwin2012-01-131-3/+0
* MFC r226060:Attilio Rao2011-10-111-16/+0
* Increase the defaults for the maximum socket buffer limit,Bjoern A. Zeeb2011-08-251-1/+1
* Fix compilation in case of defined(INET) && defined(IPFIREWALL_FORWARD)Bjoern A. Zeeb2011-08-201-5/+2
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-201-22/+47
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,Robert Watson2011-06-041-6/+8
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-301-139/+99
* Oops, fix order of sequence numbers in KASSERT()'s to catch negativeJohn Baldwin2011-05-141-1/+1
* Handle a rare edge case with nearly full TCP receive buffers. If a TCPJohn Baldwin2011-05-021-1/+7
* Fix a mismerge from p4 in that in_localaddr() is not available without INET.Bjoern A. Zeeb2011-04-301-1/+5
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.Bjoern A. Zeeb2011-04-301-26/+84
* TCP reuses t_rxtshift to determine the backoff timer used for both theJohn Baldwin2011-04-291-1/+4
* Add the possibility to verify MD5 hash of incoming TCP packets.Attilio Rao2011-04-251-4/+99
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-121-3/+3
* Clamp the initial advertised receive window when responding to a SYN/ACKJohn Baldwin2011-03-301-1/+2
* Reset the last_sack_ack SACK hint for TCP input processing to ensure that theLawrence Stewart2011-01-101-0/+1
* Trim extra spaces before tabs.John Baldwin2011-01-071-2/+2
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules toLawrence Stewart2010-12-281-0/+29
* Set ssthresh appropriately on RTO. This change was accidentally not ported fromLawrence Stewart2010-12-021-0/+2
* This commit marks the first formal contribution of the "Five New TCP CongestionLawrence Stewart2010-11-121-231/+253
* Remove the TCP inflight bandwidth limiter as announced in r211315Andre Oppermann2010-09-161-4/+0
* Use timestamp modulo comparison macro for automatic receive bufferAndre Oppermann2010-08-271-1/+1
* Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debugAndre Oppermann2010-08-181-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-15/+24