summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell1-1/+2
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2022-09-15tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell1-7/+18
2022-09-15tcp: annotate data-race around challenge_timestampEric Dumazet1-2/+2
2022-08-03tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima1-1/+1
2022-08-03tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima1-1/+2
2022-08-03tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima1-1/+2
2022-08-03tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima1-1/+1
2022-08-03tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima1-1/+1
2022-08-03tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima1-1/+1
2022-08-03tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima1-1/+1
2022-08-03tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima1-2/+2
2022-07-29tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima1-2/+2
2022-07-29tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima1-1/+2
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-3/+3
2022-07-29tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima1-2/+4
2022-07-29tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima1-3/+7
2022-07-29tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima1-8/+12
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet1-4/+7
2022-05-09tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang1-1/+2
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-1/+11
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
2021-02-07tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen1-0/+1
2021-02-04tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang1-4/+6
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+1
2020-12-21tcp: select sane initial rcvq_space.space for big MSSEric Dumazet1-1/+2
2020-11-01tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy1-1/+2
2020-10-29tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-08-11tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang1-0/+2
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng1-5/+6
2020-07-22tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet1-0/+2
2020-06-30tcp: grow window for OOO packets only for SACK flowsEric Dumazet1-2/+10
2020-06-30tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov1-3/+11
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-1/+2
2020-04-08tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell1-1/+5
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet1-0/+1
2020-01-23tcp: fix marked lost packets not being retransmittedPengcheng Yang1-3/+4
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang1-1/+4
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-3/+4
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet1-3/+3
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet1-3/+3
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-4/+9
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon1-0/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-12tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell1-1/+1
2019-07-31tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov1-0/+73
2019-07-31tcp: tcp_syn_flood_action read port from socketPetar Penkov1-5/+3