aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: remove inet_rtx_syn_ack()Eric Dumazet2025-06-271-1/+1
* treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2025-06-081-3/+3
* Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-03-271-30/+42
|\
| * tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet2025-03-251-2/+3
| * tcp/dccp: remove icsk->icsk_timeoutEric Dumazet2025-03-251-5/+6
| * tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet2025-02-141-2/+2
| * tcp: add the ability to control max RTOEric Dumazet2025-02-111-8/+9
| * tcp: use tcp_reset_xmit_timer()Eric Dumazet2025-02-111-7/+7
| * tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet2025-02-071-6/+15
* | tcp: Switch to use hrtimer_setup()Nam Cao2025-02-181-6/+4
|/
* net: tcp: refresh tcp_mstamp for compressed ack in timerMenglong Dong2024-10-071-0/+1
* tcp: add a fast path in tcp_delack_timer()Eric Dumazet2024-10-041-0/+9
* tcp: add a fast path in tcp_write_timer()Eric Dumazet2024-10-041-0/+5
* tcp: annotate data-races around icsk->icsk_pendingEric Dumazet2024-10-041-2/+2
* 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-111-2/+13
| * tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2024-07-061-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-111-1/+5
* | tcp: fix race in tcp_write_err()Eric Dumazet2024-05-301-5/+1
|/
* rstreason: prepare for active resetJason Xing2024-04-261-3/+6
* inet: preserve const qualifier in inet_csk()Eric Dumazet2024-04-021-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