aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/tcp_timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn1-1/+1
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet1-1/+7
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani1-0/+6
2019-12-03tcp: refactor tcp_retransmit_timer()Eric Dumazet1-2/+8
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-5/+6
2019-10-01tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet1-2/+7
2019-09-27tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet1-2/+3
2019-08-09tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt1-1/+1
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng1-0/+3
2019-01-27tcp: Refactor pingpong codeWei Wang1-2/+2
2019-01-17tcp: retry more conservatively on local congestionYuchung Cheng1-5/+3
2019-01-17tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng1-7/+7
2019-01-17tcp: create a helper to model exponential backoffYuchung Cheng1-13/+18
2019-01-17tcp: properly track retry time on passive Fast OpenYuchung Cheng1-0/+3
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng1-20/+3
2019-01-17tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng1-4/+2
2019-01-10tcp: change txhash on SYN-data timeoutYuchung Cheng1-1/+1
2018-11-30tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2018-11-30tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2018-11-24tcp: address problems caused by EDT misshapsEric Dumazet1-4/+6
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet1-1/+1
2018-10-15tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet1-1/+1
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet1-1/+1
2018-09-21tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet1-1/+1
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet1-1/+1
2018-07-25tcp: make function tcp_retransmit_stamp() staticWei Yongjun1-1/+1
2018-07-21tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell1-1/+17
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell1-8/+17
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell1-4/+4
2018-05-18tcp: add SACK compressionEric Dumazet1-0/+25
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet1-1/+1
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh1-0/+1
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo1-0/+7
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman1-0/+15
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-12-13tcp: refresh tcp_mstamp from timers callbacksEric Dumazet1-0/+2
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng1-16/+1
2017-11-05tcp: tcp_mtu_probing() cleanupEric Dumazet1-17/+14
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet1-3/+1
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook1-7/+11
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet1-9/+15
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-03net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet1-1/+2
2017-07-31tcp: remove prequeue supportFlorian Westphal1-12/+0
2017-05-24tcp: fix TCP_SYNCNT flakesEric Dumazet1-15/+11
2017-05-21tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUTEric Dumazet1-1/+2
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-4/+4