aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang1-1/+3
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+8
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng1-2/+2
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng1-7/+5
2017-03-30net: tcp: Refine the __tcp_select_windowGao Feng1-5/+3
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by precision loss in window scalingCui, Cheng1-2/+5
2017-02-07tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov1-0/+2
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet1-0/+7
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-10/+4
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-01-29tcp: include locally failed retries in retransmission statsYuchung Cheng1-9/+9
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang1-14/+2
2017-01-13tcp: remove early retransmitYuchung Cheng1-7/+4
2017-01-13tcp: remove forward retransmit featureYuchung Cheng1-58/+3
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng1-1/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner1-2/+2
2016-12-21tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet1-0/+1
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet1-13/+11
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet1-9/+9
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet1-0/+9
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet1-1/+4
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet1-10/+12
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet1-3/+10
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet1-8/+8
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-1/+1
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan1-0/+12
2016-11-30tcp: instrument how long TCP is limited by receive windowFrancis Yan1-2/+9
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan1-3/+16
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan1-0/+30
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet1-11/+11
2016-11-02tcp: enhance tcp collapsingEric Dumazet1-6/+4
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2016-09-23tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng1-0/+2
2016-09-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng1-1/+1
2016-09-22tcp: implement TSQ for retransmitsEric Dumazet1-25/+47
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell1-0/+1
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell1-3/+6
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell1-2/+13
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng1-0/+4
2016-09-17tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-08-18tcp: defer sacked assignmentEric Dumazet1-1/+2
2016-07-30tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet1-1/+6
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo1-1/+3