summaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
AgeCommit message (Expand)Author
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet
2018-10-15tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet
2018-08-01tcp: add stat of data packet reordering eventsWei Wang
2018-08-01tcp: add dsack blocks received statsWei Wang
2018-08-01tcp: add data bytes retransmitted statsWei Wang
2018-08-01tcp: add data bytes sent statsWei Wang
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh
2018-04-19tcp: track total bytes delivered with ECN CE marksYuchung Cheng
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng
2017-11-11tcp: retire FACK loss detectionYuchung Cheng
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha
2017-10-26tcp: TCP experimental option for SMCUrsula Braun
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet
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