summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2019-11-081-1/+1
* tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-131-7/+7
* tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-131-5/+5
* 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-121-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-291-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-091-0/+3
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
|/
* 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/+1
| * 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/+2
* tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet2019-03-241-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-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/+7
* | tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-181-5/+4
* | 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/+2
* 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/+3
* | 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