summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2019-09-19tcp: 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-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet
2018-08-03tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-08-03tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-08-03tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-08-03tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-08-03tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-07-28tcp: add tcp_ooo_try_coalesce() helperEric 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-21tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet
2018-06-05tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet
2018-04-29tcp: don't read out-of-bounds opsizeJann Horn
2018-03-08tcp: purge write queue upon RSTSoheil Hassas Yeganeh
2018-03-08tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng
2018-03-08tcp: revert F-RTO middle-box workaroundYuchung Cheng
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-01-02tcp: fix potential underestimation on rcv_rttWei Wang
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-12-17tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet
2017-11-10tcp: fix tcp_fastretrans_alert warningYuchung Cheng
2017-11-05tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang
2017-08-22tcp: Get a proper dst before checking it.Tonghao Zhang
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-08-03tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-08-02tcp: tcp_data_queue() cleanupEric Dumazet
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal