summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-191-1/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-171-6/+22
* tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet2019-06-171-2/+2
* tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-271-5/+5
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-191-1/+7
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-181-1/+3
* net: add rb_to_skb() and other rb tree helpersEric Dumazet2018-09-191-21/+12
* tcp: add one more quick ack after after ECN eventsEric Dumazet2018-08-031-2/+2
* tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-08-031-12/+14
* tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-08-031-2/+2
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-031-11/+13
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-08-031-2/+0
* tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-281-4/+21
* tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-281-2/+2
* tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-281-2/+13
* tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-281-0/+3
* tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-281-4/+11
* tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-281-1/+2
* tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-221-0/+9
* tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2018-06-211-1/+1
* tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2018-06-051-4/+6
* tcp: don't read out-of-bounds opsizeJann Horn2018-04-291-5/+2
* tcp: purge write queue upon RSTSoheil Hassas Yeganeh2018-03-081-0/+1
* tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng2018-03-081-18/+12
* tcp: revert F-RTO middle-box workaroundYuchung Cheng2018-03-081-10/+7
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-1/+0
* tcp: fix potential underestimation on rcv_rttWei Wang2018-01-021-4/+6
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-021-2/+8
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-12-171-1/+1
* tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-171-0/+1
* tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-101-2/+1
* tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha2017-11-051-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-5/+183
* tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2017-08-301-16/+19
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-291-1/+1
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-4/+31
* tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-221-1/+1
* tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-221-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-2/+1
|\
| * tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-181-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-15/+19
|\|
| * tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-031-9/+16
| * tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-031-4/+1
| * tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-021-2/+2
* | tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-061-0/+1
* | tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell2017-08-031-5/+0
* | tcp: tcp_data_queue() cleanupEric Dumazet2017-08-021-8/+7
* | tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-311-19/+16