summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
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-06-30tcp: grow window for OOO packets only for SACK flowsEric Dumazet1-2/+10
2020-01-23tcp: fix marked lost packets not being retransmittedPengcheng Yang1-3/+4
2020-01-14tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner1-5/+9
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang1-1/+4
2019-09-21tcp: 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/+22
2019-06-17tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet1-2/+2
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-03-27tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-7/+1
2019-03-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault1-1/+7
2018-10-18net: add rb_to_skb() and other rb tree helpersEric Dumazet1-21/+12
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-1/+3
2018-08-09tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-2/+21
2018-08-06tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-08-06tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
2018-08-06tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-11/+13
2018-08-06tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-07-28tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+13
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3
2018-07-28tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-4/+11
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-1/+2
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-06-26tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2018-06-06tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-4/+6
2018-04-29tcp: don't read out-of-bounds opsizeJann Horn1-5/+2
2018-04-13tcp: better validation of received ack sequencesEric Dumazet1-13/+11
2018-03-24tcp: remove poll() flakes with FastOpenEric Dumazet1-7/+9
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung1-2/+8
2017-12-10tcp: correct memory barrier usage in tcp_check_space()Jason Baron1-1/+1
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-08-30tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-13tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng1-2/+2
2017-06-07tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh1-1/+1
2017-06-07tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng1-4/+5
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet1-1/+1
2017-03-22tcp/dccp: block BH for SYN processingEric Dumazet1-2/+8
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner1-1/+21
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso1-219/+276
2016-09-26netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian1-0/+1
2016-09-23tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng1-1/+1
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng1-3/+14
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng1-1/+3