summaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
AgeCommit message (Expand)Author
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2018-06-05tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng
2017-07-31tcp: remove header predictionFlorian Westphal
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet
2017-04-26tcp: add tp->tcp_mstamp fieldEric Dumazet
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-13tcp: remove thin_dupack featureYuchung Cheng
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-13tcp: remove forward retransmit featureYuchung Cheng
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet
2016-09-21tcp: export data delivery rateYuchung Cheng
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
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-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-02-11tcp: __tcp_hdrlen() helperCraig Gallek
2016-02-07tcp: new delivery accountingYuchung Cheng
2015-11-05tcp: fix req->saved_syn raceEric Dumazet
2015-10-22tcp: fastopen: limit max_qlenEric Dumazet
2015-10-21tcp: track the packet timings in RACKYuchung Cheng
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng
2015-10-12tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet