summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* This small change adopts the excellent suggestion for using namedrrs2016-05-171-0/+4
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* This cleans up the timers code in TCP to start using the newrrs2016-04-281-18/+4
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-241-0/+2
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.glebius2016-01-271-1/+1
* Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds andhiren2016-01-261-0/+8
* - Rename cc.h to more meaningful tcp_cc.h.glebius2016-01-211-1/+2
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-071-13/+8
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].pkelsey2015-12-241-1/+2
* First cut of the modularization of our TCP stack. Stillrrs2015-12-161-3/+18
* This fixes several places where callout_stops return is examined. Therrs2015-11-131-2/+2
* Fix an unnecessarily aggressive behavior where mtu clamping begins on firsthiren2015-10-141-2/+10
* dd DTrace probe points, translators and a corresponding scriptgnn2015-09-131-0/+7
* Put r284245 back in place: If at first this fix was seen as a temporaryjch2015-08-301-15/+39
* Revert r284245: "Fix a callout race condition introduced in TCPjch2015-08-241-39/+15
* Make clear that TIME_WAIT timeout expiration is managed solely byjch2015-08-181-4/+12
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-031-30/+14
* Fix a callout race condition introduced in TCP timers callouts with r281599.jch2015-06-101-16/+39
* Fix an old and well-documented use-after-free race condition injch2015-04-161-75/+93
* Provide better debugging information in tcp_timer_activate() andjch2015-04-021-2/+2
* Use appropriate timeout_t* instead of void* in tcp_timer_activate()jch2015-03-311-1/+1
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-0/+1
* Fix a race condition in TCP timewait between tcp_tw_2msl_reuse() andjch2014-10-301-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-6/+6
* Handle small file case with regards to plpmtud blackhole detection.sbruno2014-10-131-1/+9
* Implement PLPMTUD blackhole detection (RFC 4821), inspired by codesbruno2014-10-071-0/+148
* If we're doing RSS then ensure the TCP timer selection uses the multi-CPUadrian2014-06-301-0/+4
* When RSS is enabled and per cpu TCP timers are enabled, do an RSSadrian2014-05-181-4/+49
* Currently, the TCP slow timer can starve TCP input processing while itjhb2014-04-101-3/+1
* - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-041-7/+11
* Don't drop options from the third retransmitted SYN by default. If thejhb2013-01-091-1/+7
* Make sure that tcp_timer_activate() correctly sees TCP_OFFLOAD (or not).np2012-11-271-0/+1
* If the user has closed the socket then drop a persisting connectionandre2012-10-281-0/+10
* Update comment to reflect the change made in r242263.andre2012-10-281-1/+1
* Add SACK_PERMIT to the list of TCP options that are switched off afterandre2012-10-281-1/+1
* When retransmitting SYN in TCPS_SYN_SENT state use TCPTV_RTOBASE,andre2012-10-281-1/+1
* Remove bogus 'else' in #ifdef that prevented the rttvar from being resetandre2012-10-281-1/+0
* When SYN or SYN/ACK had to be retransmitted RFC5681 requires us toandre2012-10-281-1/+7
* In tcp timers, check INP_DROPPED flag a little later, aftertrociny2012-08-051-9/+38
* - Updated TOE support in the kernel.np2012-06-191-0/+5
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andglebius2012-02-051-10/+11
* Make sure the inp wasn't dropped when rexmt let go of the inp andnp2011-10-121-0/+7
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-1/+1
* TCP reuses t_rxtshift to determine the backoff timer used for both thejhb2011-04-291-1/+3
* Trim extra spaces before tabs.jhb2011-01-071-9/+9
* Fix a typo in a comment.jhb2010-12-211-1/+1
* Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms.lstewart2010-12-021-1/+1
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-121-38/+11
* - spread tcp timer callout load evenly across cpus if net.inet.tcp.per_cpu_ti...kmacy2010-03-201-10/+30
* Locking the tcbinfo structure should not be necessary in tcp_timer_delack(),rwatson2010-03-071-3/+0
OpenPOWER on IntegriCloud