summaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-11/+11
2017-05-16tcp: internal implementation for pacingEric Dumazet1-0/+2
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet1-6/+6
2017-04-26tcp: add tp->tcp_mstamp fieldEric Dumazet1-0/+1
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang1-0/+1
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-0/+9
2017-01-25net/tcp-fastopen: Add new API supportWei Wang1-1/+2
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2017-01-13tcp: remove thin_dupack featureYuchung Cheng1-1/+1
2017-01-13tcp: remove early retransmitYuchung Cheng1-2/+1
2017-01-13tcp: remove forward retransmit featureYuchung Cheng1-1/+0
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng1-0/+1
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng1-0/+1
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+6
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet1-1/+0
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet1-1/+10
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-0/+1
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+2
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan1-2/+5
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet1-2/+0
2016-09-21tcp: export data delivery rateYuchung Cheng1-1/+4
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh1-0/+1
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng1-0/+2
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell1-0/+1
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell1-3/+2
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-4/+3
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-0/+6
2016-02-11tcp: __tcp_hdrlen() helperCraig Gallek1-1/+6
2016-02-07tcp: new delivery accountingYuchung Cheng1-0/+1
2015-11-05tcp: fix req->saved_syn raceEric Dumazet1-0/+7
2015-10-22tcp: fastopen: limit max_qlenEric Dumazet1-1/+2
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+6
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng1-2/+0
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-0/+3
2015-10-12tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet1-2/+2
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-18/+4
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-1/+1
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet1-0/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet1-0/+2
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-1/+6
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+8
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-0/+4
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-0/+4
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee1-0/+1
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-0/+1
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet1-1/+0
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-0/+4
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-0/+1