aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet1-2/+1
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet1-0/+5
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet1-3/+3
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-3/+20
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng1-0/+4
2019-04-06tcp: remove redundant check on tskbColin Ian King1-5/+2
2019-03-23tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet1-6/+2
2019-02-26tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet1-7/+6
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet1-2/+2
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-01-27tcp: change pingpong threshold to 3Wei Wang1-6/+9
2019-01-27tcp: Refactor pingpong codeWei Wang1-2/+2
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn1-0/+1
2019-01-17tcp: less aggressive window probing on local congestionYuchung Cheng1-15/+7
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng1-5/+4
2019-01-17tcp: always timestamp on every skb transmissionYuchung Cheng1-8/+8
2018-12-10tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet1-5/+2
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+32
2018-12-07tcp: lack of available data can also cause TSO deferEric Dumazet1-11/+24
2018-12-05tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+7
2018-12-05tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-11-30tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet1-2/+4
2018-11-29tcp: remove loop to compute wscaleEric Dumazet1-5/+3
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet1-3/+3
2018-11-11tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet1-2/+3
2018-11-11tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet1-2/+5
2018-11-11tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet1-3/+4
2018-11-11tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet1-0/+4
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet1-8/+10
2018-10-18tcp: fix TCP_REPAIR xmit queue setupEric Dumazet1-6/+7
2018-10-15tcp: optimize tcp internal pacingEric Dumazet1-15/+16
2018-10-15tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet1-6/+13
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet1-8/+11
2018-10-15tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet1-3/+6
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng1-21/+4
2018-09-21tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet1-13/+4
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet1-4/+18
2018-09-21tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet1-1/+1
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet1-7/+6
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet1-0/+16
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet1-1/+1
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun1-2/+1
2018-08-01tcp: add data bytes retransmitted statsWei Wang1-0/+1