aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2019-11-24tcp: start receiver buffer autotuning soonerYuchung Cheng
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
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-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-03-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet
2018-11-23tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng
2018-08-11tcp: always ACK immediately on hole repairsYuchung Cheng
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-01tcp: add stat of data packet reordering eventsWei Wang
2018-08-01tcp: add dsack blocks received statsWei Wang
2018-07-25tcp: ack immediately when a cwr packet arrivesLawrence Brakmo
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-23tcp: add tcp_ooo_try_coalesce() helperEric Dumazet
2018-07-23tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet
2018-07-23tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet
2018-07-23tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet
2018-07-23tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-16tcp: Don't coalesce decrypted and encrypted SKBsBoris Pismenny
2018-07-14tcp: remove redundant rcv_nxt updateYafang Shao
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-06-30tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-06-26tcp: add SNMP counter for zero-window dropsYafang Shao
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang
2018-06-05tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-18tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-05-17tcp: don't mark recently sent packets lost on RTOYuchung Cheng
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng
2018-05-17tcp: separate loss marking and state update on RTOYuchung Cheng
2018-05-17tcp: new helper tcp_timeout_mark_lostYuchung Cheng
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng
2018-05-17tcp: simpler NewReno implementationYuchung Cheng
2018-05-17tcp: disable RFC6675 loss detectionYuchung Cheng
2018-05-01tcp: Add clean acked data hookIlya Lesokhin