aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet1-16/+14
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2016-05-03net: add __sock_wfree() helperEric Dumazet1-1/+1
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-6/+5
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau1-0/+9
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau1-0/+4
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh1-6/+11
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-7/+7
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-2/+2
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet1-35/+29
2016-04-24tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau1-0/+2
2016-04-24tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau1-0/+2