summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet1-4/+7
2022-05-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-1/+11
2021-10-06tcp: address problems caused by EDT misshapsEric Dumazet1-6/+10
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
2021-03-17tcp: annotate tp->copied_seq lockless readsEric Dumazet1-3/+3
2021-02-04tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang1-4/+6
2020-12-30tcp: select sane initial rcvq_space.space for big MSSEric Dumazet1-1/+2
2020-11-05tcp: 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-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-07-01tcp: grow window for OOO packets only for SACK flowsEric Dumazet1-2/+10
2020-07-01tcp: 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-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
2020-01-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet1-3/+3
2019-11-24tcp: start receiver buffer autotuning soonerYuchung Cheng1-1/+1
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng1-23/+2
2019-09-19tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell1-1/+1
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet1-6/+20
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-03-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault1-1/+7
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet1-2/+12
2018-11-23tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon1-0/+1
2018-10-02tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-1/+3
2018-09-12tcp: rate limit synflood warnings furtherWillem de Bruijn1-2/+2
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng1-4/+4
2018-08-11tcp: always ACK immediately on hole repairsYuchung Cheng1-2/+2
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng1-1/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2018-08-01tcp: add stat of data packet reordering eventsWei Wang1-1/+2
2018-08-01tcp: add dsack blocks received statsWei Wang1-0/+1
2018-07-26tcp: ack immediately when a cwr packet arrivesLawrence Brakmo1-1/+8
2018-07-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+52
2018-07-23tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-4/+21
2018-07-23tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-07-23tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+13
2018-07-23tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3
2018-07-23tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-4/+11
2018-07-21tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-1/+2
2018-07-16tcp: Don't coalesce decrypted and encrypted SKBsBoris Pismenny1-0/+12
2018-07-14tcp: remove redundant rcv_nxt updateYafang Shao1-1/+0
2018-07-13tcp: use monotonic timestamps for PAWSArnd Bergmann1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+11
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar1-0/+3
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-06-30tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao1-2/+6
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2