summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
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
2016-09-10tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-08-18tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-15tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron
2016-07-11tcp: make challenge acks less predictableEric Dumazet
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies