summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-2/+2
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-131-1/+1
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-1/+1
* tcp: force a PSH flag on TSO packetsEric Dumazet2019-09-111-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-1/+2
|\
| * tcp: inherit timestamp on mtu probeWillem de Bruijn2019-08-281-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-0/+3
|\|
| * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-0/+3
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
|/
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-211-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-211-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-3/+7
|\|
| * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-151-2/+1
| * tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-151-0/+5
| * tcp: limit payload size of sacked skbsEric Dumazet2019-06-151-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-061-5/+2
* tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet2019-03-231-6/+2
* tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet2019-02-261-7/+6
* 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-231-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-251-0/+1
* | tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-171-15/+7
* | tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-171-5/+4
* | tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-171-8/+8
|/
* tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet2018-12-101-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-13/+32
|\
| * tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-071-11/+24
| * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-051-4/+7
| * tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-051-1/+4
| * tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2018-11-301-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/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-3/+3
|\|
| * tcp: defer SACK compression after DupThreshEric Dumazet2018-11-211-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-231-8/+10
* tcp: fix TCP_REPAIR xmit queue setupEric Dumazet2018-10-181-6/+7
* tcp: optimize tcp internal pacingEric Dumazet2018-10-151-15/+16
* tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet2018-10-151-6/+13
* net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-151-8/+11