aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov2016-06-091-1/+0
* Change net.inet.tcp.ecn.enable sysctl mib from a binary off/onDon Lewis2016-05-191-1/+1
* Tiny refactor of r294869/r296881: use defines to mask the VNET() macro.Gleb Smirnoff2016-05-171-2/+2
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Prevent underflows in tp->snd_wnd if the remote side ACKs more thanJonathan T. Looney2016-04-211-2/+11
* Fix kernel build after adding new sysctl asserts in r296933.Hans Petter Selasky2016-03-161-1/+1
* Redo r294869. The array of counters for TCP states doesn't belong toGleb Smirnoff2016-03-151-3/+26
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.Gleb Smirnoff2016-01-271-1/+1
* - Rename cc.h to more meaningful tcp_cc.h.Gleb Smirnoff2016-01-211-1/+2
* Cleanup TCP files from unnecessary interface related includes.Gleb Smirnoff2016-01-211-1/+1
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,Gleb Smirnoff2016-01-071-58/+44
* When checking the inp_ip_minttl restriction for IPv6 packets, don't checkJonathan T. Looney2015-12-291-3/+4
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].Patrick Kelsey2015-12-241-9/+90
* First cut of the modularization of our TCP stack. StillRandall Stewart2015-12-161-41/+21
* One of the ways to detect loss is to count duplicate acks coming back from theHiren Panchasara2015-12-081-8/+33
* Improve the sysctl node name.Hiren Panchasara2015-11-051-1/+1
* Calculate the correct amount of bytes that are in-flight for a connection asHiren Panchasara2015-10-281-2/+25
* Add sysctl tunable net.inet.tcp.initcwnd_segments to specify initial congestionHiren Panchasara2015-10-271-10/+8
* There are times when it would be really nice to have a record of the last fewHiren Panchasara2015-10-141-0/+8
* Add a comment specifying how we implement rfc3042.Hiren Panchasara2015-10-061-0/+10
* Eliminate nd6_nud_hint() and its TCP bindings.Alexander V. Chernikov2015-09-271-15/+0
* dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil2015-09-131-0/+8
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:Julien Charbon2015-08-031-55/+59
* Revert r265338, r271089 and r271123 as those changes do not handlePatrick Kelsey2015-07-291-2/+4
* Check TCP timestamp option flag so that the automatic receive bufferPatrick Kelsey2015-07-171-0/+1
* Reverting r284710.Hiren Panchasara2015-06-221-1/+1
* Fix a typo: s/iff/if/Hiren Panchasara2015-06-221-1/+1
* Correct the wording as we are increasing the window size.Hiren Panchasara2015-05-191-1/+1
* DCTCP (Data Center TCP) implementation.Hiren Panchasara2015-01-121-0/+39
* Do not count security policy violation twice.Andrey V. Elsukov2014-12-111-2/+0
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-6/+4
* Merge from projects/sendfile: extend protocols API to supportGleb Smirnoff2014-11-301-2/+2
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-121-7/+7
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.Andrey V. Elsukov2014-11-081-2/+4
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-16/+16
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-0/+2
* FreeBSD-SA-14:19.tcp raised attention to the state of our stackGleb Smirnoff2014-09-161-100/+77
* Fix Denial of Service in TCP packet processing.Xin LI2014-09-161-5/+1
* In tcp_input(), don't acquire the pcbinfo global write lock for SYNJohn Baldwin2014-09-041-12/+15
* Improve comments by listing a criteria for automatic increment of receive socketHiren Panchasara2014-08-091-3/+5
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-13/+18
* (no commit message)Hiren Panchasara2014-07-021-2/+2
* Remove the prototpye for the static inline functionBjoern A. Zeeb2014-05-241-4/+0
* Remove the prototypes for things that are no longer file local but wereBjoern A. Zeeb2014-05-231-2/+0
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)Bjoern A. Zeeb2014-05-231-20/+0
* Ensure that the flowid hashtype is assigned to the inp if the flowidAdrian Chadd2014-05-181-0/+1
* The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics withGleb Smirnoff2014-05-041-4/+2
* Improve readability of comments for DELAY_ACK() macro.Hiren Panchasara2014-04-031-7/+8
* Correct the comments as support for RFC 1644 has been removed for a long time.Hiren Panchasara2014-03-251-3/+1
* Adjust r239672 from rrs and r258821 from eadler.Peter Wemm2014-01-281-32/+13