summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-1/+3
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet1-21/+12
2018-08-03tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-08-03tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
2018-08-03tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-08-03tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-11/+13
2018-08-03tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-07-28tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-4/+21
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-21tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2018-06-05tcp: 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-03-08tcp: purge write queue upon RSTSoheil Hassas Yeganeh1-0/+1
2018-03-08tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng1-18/+12
2018-03-08tcp: revert F-RTO middle-box workaroundYuchung Cheng1-10/+7
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-1/+0
2018-01-02tcp: fix potential underestimation on rcv_rttWei Wang1-4/+6
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung1-2/+8
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell1-1/+1
2017-12-17tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet1-0/+1
2017-11-10tcp: fix tcp_fastretrans_alert warningYuchung Cheng1-2/+1
2017-11-05tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-5/+183
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal1-16/+19
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-1/+1
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-4/+31
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang1-1/+1
2017-08-22tcp: Get a proper dst before checking it.Tonghao Zhang1-5/+4
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+19
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng1-0/+1
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell1-9/+16
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell1-4/+1
2017-08-03tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell1-5/+0
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng1-2/+2
2017-08-02tcp: tcp_data_queue() cleanupEric Dumazet1-8/+7
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal1-19/+16
2017-07-31tcp: remove header predictionFlorian Westphal1-183/+9
2017-07-31tcp: reindent two spots after prequeue removalFlorian Westphal1-27/+23
2017-07-31tcp: remove prequeue supportFlorian Westphal1-62/+0
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya1-1/+2
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo1-1/+2