summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Draft-ietf-tcpm-initcwnd-05 became RFC6928.pluknet2013-12-261-2/+2
* In a situation where:eadler2013-12-021-2/+4
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-3/+3
* Convert over the TCP probes to use mtod() rather than directlyadrian2013-11-251-8/+8
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* The TCP delayed ACK logic isn't aware of LRO passing up large aggregatedandre2013-10-221-4/+7
* When processing ACK in tcp_do_segment, use sbcut_locked() instead ofglebius2013-10-091-2/+5
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-10/+30
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-2/+2
* Extend debug logging of TCP timestamp related specificationandre2013-07-101-5/+25
* Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-091-58/+7
* Fix kmod_*stat_inc() after r249276. The incorrect code actuallyglebius2013-06-211-1/+1
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-2/+2
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-031-7/+10
OpenPOWER on IntegriCloud