summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-091-0/+3
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-221-2/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-1/+2
|\
| * tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-221-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-3/+7
|\|
| * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-161-2/+1Star
| * tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-161-0/+5
| * tcp: limit payload size of sacked skbsEric Dumazet2019-06-161-3/+3
* | tcp: add optional per socket transmit delayEric Dumazet2019-06-121-3/+20
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* tcp: better SYNACK sent timestampYuchung Cheng2019-05-011-0/+4
* tcp: remove redundant check on tskbColin Ian King2019-04-071-5/+2Star
* tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet2019-03-241-6/+2Star
* tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet2019-02-261-7/+6Star
* tcp: convert tcp_md5_needed to static_branch APIEric Dumazet2019-02-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-0/+1
|\
| * tcp: repaired skbs must init their tso_segsEric Dumazet2019-02-241-0/+1
* | tcp: change pingpong threshold to 3Wei Wang2019-01-271-6/+9
* | tcp: Refactor pingpong codeWei Wang2019-01-271-2/+2
* | tcp: allow zerocopy with fastopenWillem de Bruijn2019-01-261-0/+1
* | tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-181-15/+7Star
* | tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-181-5/+4Star
* | tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-181-8/+8
|/
* tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet2018-12-101-5/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-13/+32
|\
| * tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-081-11/+24
| * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-061-4/+7
| * tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-061-1/+4
| * tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2018-12-011-1/+1
* | tcp: md5: add tcp_md5_needed jump labelEric Dumazet2018-11-301-2/+4
* | tcp: remove loop to compute wscaleEric Dumazet2018-11-291-5/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-3/+3
|\|
| * tcp: defer SACK compression after DupThreshEric Dumazet2018-11-221-3/+3
* | tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2018-11-111-2/+3
* | tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet2018-11-111-2/+5
* | tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet2018-11-111-3/+4
* | tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet2018-11-111-0/+4
|/
* tcp: add tcp_reset_xmit_timer() helperEric Dumazet2018-10-241-8/+10
* tcp: fix TCP_REPAIR xmit queue setupEric Dumazet2018-10-191-6/+7
* tcp: optimize tcp internal pacingEric Dumazet2018-10-161-15/+16
* tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet2018-10-161-6/+13
* net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-161-8/+11
* tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-161-3/+6
* tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng2018-09-291-21/+4Star
* tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet2018-09-221-13/+4Star
* tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet2018-09-221-4/+18
* tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2018-09-221-1/+1
* tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-221-7/+6Star
* tcp: add tcp_wstamp_ns socket fieldEric Dumazet2018-09-221-0/+16
* tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet2018-09-221-1/+1