summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2020-01-23tcp: fix marked lost packets not being retransmittedPengcheng Yang
2020-01-14tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2019-09-21tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-06-17tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-03-27tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet
2019-03-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2018-10-18net: add rb_to_skb() and other rb tree helpersEric Dumazet
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-08-09tcp: add tcp_ooo_try_coalesce() helperEric Dumazet
2018-08-06tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-08-06tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-08-06tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-08-06tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-07-28tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet
2018-07-28tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-06-26tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet
2018-06-06tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet
2018-04-29tcp: don't read out-of-bounds opsizeJann Horn
2018-04-13tcp: better validation of received ack sequencesEric Dumazet
2018-03-24tcp: remove poll() flakes with FastOpenEric Dumazet
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-12-09tcp: correct memory barrier usage in tcp_check_space()Jason Baron
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet
2017-08-30tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-08-12tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-06-07tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-06-07tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-03-22tcp/dccp: block BH for SYN processingEric Dumazet
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian
2016-09-23tcp: fix a compile error in DBGUNDO()Eric Dumazet
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet