summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)2024-09-111-0/+1
* tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active resetJason Xing2024-08-071-1/+1
* tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing2024-08-071-1/+1
* tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing2024-08-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-111-4/+13
|\
| * tcp: avoid too many retransmit packetsEric Dumazet2024-07-101-2/+13
| * tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2024-07-051-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-1/+5
|\|
| * tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet2024-06-101-1/+5
* | tcp: fix race in tcp_write_err()Eric Dumazet2024-05-291-5/+1
|/
* rstreason: prepare for active resetJason Xing2024-04-261-3/+6
* inet: preserve const qualifier in inet_csk()Eric Dumazet2024-04-011-2/+2
* 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