summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2025-10-29tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima
2025-08-28tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo
2025-06-27tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell
2025-06-27tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet
2025-06-27tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet
2024-11-08tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell
2024-11-08tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell
2024-07-18tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell
2024-07-18tcp: add TCP_INFO status for failed client TFOJason Baron
2024-07-18UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell
2024-07-18net: tcp better handling of reordering then loss casesYuchung Cheng
2024-07-18tcp: add ece_ack flag to reno sack functionsYousuk Seung
2024-07-18tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-03-01tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-11-20tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-11-08tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-07-27tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2022-11-03tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-09-15tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell
2022-09-15tcp: annotate data-race around challenge_timestampEric Dumazet
2022-08-03tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima
2022-08-03tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
2022-05-09tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy
2021-02-07tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-02-03tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2020-12-21tcp: select sane initial rcvq_space.space for big MSSEric Dumazet
2020-11-01tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy
2020-10-29tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell