aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-08-11tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-05-30tcp: add annotations around sk->sk_shutdown accessesEric 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-11tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima
2022-08-11tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima
2022-08-11tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima
2022-08-11tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima
2022-08-11tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima
2022-08-11tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima
2022-08-11tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima
2022-08-11tcp: 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_tcp_reordering.Kuniyuki Iwashima
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
2022-05-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2021-10-06tcp: address problems caused by EDT misshapsEric Dumazet
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy
2021-03-17tcp: annotate tp->copied_seq lockless readsEric Dumazet
2021-02-03tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang
2020-12-30tcp: select sane initial rcvq_space.space for big MSSEric Dumazet
2020-11-05tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy
2020-10-29tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-22tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet
2020-06-30tcp: grow window for OOO packets only for SACK flowsEric Dumazet
2020-06-30tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-01-23tcp: fix marked lost packets not being retransmittedPengcheng Yang
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2020-01-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-11-24tcp: start receiver buffer autotuning soonerYuchung Cheng
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
2019-09-19tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-03-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet
2018-11-23tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng