summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unneded include "opt_ipfw.h".ae2016-06-091-1/+0
* Change net.inet.tcp.ecn.enable sysctl mib from a binary off/ontruckman2016-05-191-1/+1
* Tiny refactor of r294869/r296881: use defines to mask the VNET() macro.glebius2016-05-171-2/+2
* sys/net*: minor spelling fixes.pfg2016-05-031-2/+2
* Prevent underflows in tp->snd_wnd if the remote side ACKs more thanjtl2016-04-211-2/+11
* Fix kernel build after adding new sysctl asserts in r296933.hselasky2016-03-161-1/+1
* Redo r294869. The array of counters for TCP states doesn't belong toglebius2016-03-151-3/+26
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.glebius2016-01-271-1/+1
* - Rename cc.h to more meaningful tcp_cc.h.glebius2016-01-211-1/+2
* Cleanup TCP files from unnecessary interface related includes.glebius2016-01-211-1/+1
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-071-58/+44
* When checking the inp_ip_minttl restriction for IPv6 packets, don't checkjtl2015-12-291-3/+4
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].pkelsey2015-12-241-9/+90
* First cut of the modularization of our TCP stack. Stillrrs2015-12-161-41/+21
* One of the ways to detect loss is to count duplicate acks coming back from thehiren2015-12-081-8/+33
* Improve the sysctl node name.hiren2015-11-051-1/+1
* Calculate the correct amount of bytes that are in-flight for a connection ashiren2015-10-281-2/+25
* Add sysctl tunable net.inet.tcp.initcwnd_segments to specify initial congestionhiren2015-10-271-10/+8
* There are times when it would be really nice to have a record of the last fewhiren2015-10-141-0/+8
* Add a comment specifying how we implement rfc3042.hiren2015-10-061-0/+10
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-271-15/+0
* dd DTrace probe points, translators and a corresponding scriptgnn2015-09-131-0/+8
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-031-55/+59
* Revert r265338, r271089 and r271123 as those changes do not handlepkelsey2015-07-291-2/+4
* Check TCP timestamp option flag so that the automatic receive bufferpkelsey2015-07-171-0/+1
* Reverting r284710.hiren2015-06-221-1/+1
* Fix a typo: s/iff/if/hiren2015-06-221-1/+1
* Correct the wording as we are increasing the window size.hiren2015-05-191-1/+1
* DCTCP (Data Center TCP) implementation.hiren2015-01-121-0/+39
* Do not count security policy violation twice.ae2014-12-111-2/+0
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-6/+4
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-301-2/+2
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-121-7/+7
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.ae2014-11-081-2/+4
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-16/+16
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-0/+2
* FreeBSD-SA-14:19.tcp raised attention to the state of our stackglebius2014-09-161-101/+78
* Fix Denial of Service in TCP packet processing.delphij2014-09-161-5/+1
* In tcp_input(), don't acquire the pcbinfo global write lock for SYNjhb2014-09-041-12/+15
* Improve comments by listing a criteria for automatic increment of receive sockethiren2014-08-091-3/+5
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-13/+18
* (no commit message)hiren2014-07-021-2/+2
* Remove the prototpye for the static inline functionbz2014-05-241-4/+0
* Remove the prototypes for things that are no longer file local but werebz2014-05-231-2/+0
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)bz2014-05-231-20/+0
* Ensure that the flowid hashtype is assigned to the inp if the flowidadrian2014-05-181-0/+1
* The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics withglebius2014-05-041-4/+2
* Improve readability of comments for DELAY_ACK() macro.hiren2014-04-031-7/+8
* Correct the comments as support for RFC 1644 has been removed for a long time.hiren2014-03-251-3/+1
* Adjust r239672 from rrs and r258821 from eadler.peter2014-01-281-32/+13
OpenPOWER on IntegriCloud