summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-11-031-1/+2
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-261-1/+1
* tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-151-7/+18
* tcp: annotate data-race around challenge_timestampEric Dumazet2022-09-151-2/+2
* tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima2022-08-111-1/+2
* tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima2022-08-111-1/+2
* tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima2022-08-111-2/+2
* tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima2022-07-291-1/+2
* tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-291-3/+7
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-06-141-4/+7
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-121-1/+11
* tcp: address problems caused by EDT misshapsEric Dumazet2021-10-061-6/+10
* tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy2021-09-221-1/+1
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2021-03-171-3/+3
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-031-4/+6
* tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-301-1/+2
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-11-051-1/+2
* tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-291-0/+2
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-311-5/+6
* tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-221-0/+2
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-301-2/+10
* tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-301-3/+11
* tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-201-1/+2
* tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-291-0/+1
* tcp: fix marked lost packets not being retransmittedPengcheng Yang2020-01-231-3/+4
* tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-121-1/+4
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2020-01-091-3/+3
* tcp: start receiver buffer autotuning soonerYuchung Cheng2019-11-241-1/+1
* tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng2019-11-241-23/+2
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-191-1/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-171-6/+20
* tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-271-5/+5
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-191-1/+7
* tcp: defer SACK compression after DupThreshEric Dumazet2018-12-051-2/+12
* tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon2018-11-231-0/+1
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-011-1/+3
* tcp: rate limit synflood warnings furtherWillem de Bruijn2018-09-111-2/+2
* tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng2018-08-111-4/+4
* tcp: always ACK immediately on hole repairsYuchung Cheng2018-08-111-2/+2
* tcp: mandate a one-time immediate ACKYuchung Cheng2018-08-111-1/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+8
|\
| * tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-251-1/+8
* | tcp: add stat of data packet reordering eventsWei Wang2018-08-011-1/+2