summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT stateEric Dumazet2023-11-161-2/+2
* tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-231-14/+26
* tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet2023-10-231-5/+5
* tcp: rename tcp_skb_timestamp()Eric Dumazet2023-10-231-2/+2
* tcp: add tcp_time_stamp_ms() helperEric Dumazet2023-10-231-1/+1
* tcp: record last received ipv6 flowlabelDavid Morley2023-10-101-1/+1
* tcp: new TCP_INFO stats for RTO eventsAananth V2023-09-161-2/+15
* tcp: indent an if statementDan Carpenter2023-09-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-1/+3
|\
| * net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing2023-08-151-1/+3
* | net: tcp: refactor the dbg message in tcp_retransmit_timer()Menglong Dong2023-08-131-10/+13
* | net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong2023-08-131-1/+17
* | tcp: set TCP_LINGER2 locklesslyEric Dumazet2023-08-061-1/+1
* | tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet2023-08-061-15/+22
* | tcp: set TCP_SYNCNT locklesslyEric Dumazet2023-08-061-3/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-011-3/+13
|\
| * tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-011-3/+13
* | tcp: make the first N SYN RTO backoffs linearDavid Morley2023-05-111-4/+13
|/
* tcp: annotate lockless access to sk->sk_errEric Dumazet2023-03-171-1/+1
* tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-3/+3
* tcp: Make SYN ACK RTO tunable by BPF programs with TFOJie Meng2022-08-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-13/+17
|\
| * tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima2022-07-201-1/+1
| * tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-181-5/+5
| * tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima2022-07-181-3/+7
| * tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima2022-07-151-1/+1
| * tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima2022-07-151-1/+1
| * tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima2022-07-151-1/+1
| * tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-151-1/+1
* | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-15/+4
|/
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* ipv4: Fix spelling mistakesZheng Yongjun2021-06-071-2/+2
* tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-231-0/+18
* tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-191-14/+8
* tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-181-7/+7
* inet: remove icsk_ack.blockedEric Dumazet2020-09-301-1/+0
* net: ipv4: kerneldoc fixesAndrew Lunn2020-07-131-1/+1
* tcp: add tp->dup_ack_counterEric Dumazet2020-04-301-1/+7
* tcp: export count for rehash attemptsAbdul Kabbani2020-01-261-0/+6
* tcp: refactor tcp_retransmit_timer()Eric Dumazet2019-12-031-2/+8
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-5/+6
* tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-011-2/+7
* tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-09-271-2/+3
* tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt2019-08-091-1/+1
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-151-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng2019-05-011-0/+3
* tcp: Refactor pingpong codeWei Wang2019-01-271-2/+2
* tcp: retry more conservatively on local congestionYuchung Cheng2019-01-171-5/+3
* tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng2019-01-171-7/+7