summaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel2019-06-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-0/+4
|\
| * tcp: limit payload size of sacked skbsEric Dumazet2019-06-161-0/+4
* | net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel2019-06-171-6/+1Star
* | tcp: add optional per socket transmit delayEric Dumazet2019-06-121-0/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* tcp: defer SACK compression after DupThreshEric Dumazet2018-11-221-0/+1
* tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-161-0/+1
* tcp: add tcp_wstamp_ns socket fieldEric Dumazet2018-09-221-0/+2
* tcp: add stat of data packet reordering eventsWei Wang2018-08-011-2/+2
* tcp: add dsack blocks received statsWei Wang2018-08-011-0/+3
* tcp: add data bytes retransmitted statsWei Wang2018-08-011-0/+3
* tcp: add data bytes sent statsWei Wang2018-08-011-0/+3
* tcp: use monotonic timestamps for PAWSArnd Bergmann2018-07-121-2/+2
* tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang2018-06-221-0/+1
* tcp: add SACK compressionEric Dumazet2018-05-181-0/+2
* tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh2018-05-021-1/+1
* tcp: track total bytes delivered with ECN CE marksYuchung Cheng2018-04-191-0/+1
* bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo2018-01-261-0/+11
* tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-1/+1
* tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-1/+2
* tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-111-1/+0Star
* tcp: retire FACK loss detectionYuchung Cheng2017-11-111-1/+0Star
* tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-051-2/+7
* tcp: TCP experimental option for SMCUrsula Braun2017-10-261-2/+7
* tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch2017-10-241-1/+2
* tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-061-0/+1
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-0/+6
* tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-071-1/+1
* tcp: remove header predictionFlorian Westphal2017-07-311-6/+0Star
* tcp: remove prequeue supportFlorian Westphal2017-07-311-9/+0Star
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-11/+11
* tcp: internal implementation for pacingEric Dumazet2017-05-161-0/+2
* tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-261-6/+6
* tcp: add tp->tcp_mstamp fieldEric Dumazet2017-04-261-0/+1
* net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-241-0/+1
* tcp: add tcp_mss_clamp() helperEric Dumazet2017-02-031-0/+9
* net/tcp-fastopen: Add new API supportWei Wang2017-01-251-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-1/+6
|\
| * tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-01-131-1/+6
* | tcp: remove thin_dupack featureYuchung Cheng2017-01-141-1/+1
* | tcp: remove early retransmitYuchung Cheng2017-01-141-2/+1Star
* | tcp: remove forward retransmit featureYuchung Cheng2017-01-141-1/+0Star
* | tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2017-01-141-0/+1
* | tcp: record most recent RTT in RACK loss detectionYuchung Cheng2017-01-141-0/+1
|/
* tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet2016-12-051-1/+0Star
* tcp: tsq: add tsq_flags / tsq_enumEric Dumazet2016-12-051-1/+10
* tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-021-0/+1
* tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+2
* tcp: instrument tcp sender limits chronographsFrancis Yan2016-11-301-2/+5