summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2020-06-201-1/+4
* tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2020-06-201-1/+6
* tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet2020-05-061-6/+10
* tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet2020-05-061-5/+3
* tcp: add tp->dup_ack_counterEric Dumazet2020-04-301-3/+3
* tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal2020-04-251-2/+6
* tcp: also NULL skb->dev when copy was neededFlorian Westphal2020-03-201-2/+6
* tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet2020-03-191-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-0/+1
|\
| * tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-241-0/+1
* | mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-241-1/+1
* | mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-241-0/+44
* | mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-241-0/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-2/+2
|\ \
| * | bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-2/+2
| |/
* | tcp: Check for filled TCP option space before SACKMat Martineau2020-01-091-3/+7
* | tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau2020-01-091-1/+1
|/
* tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-301-0/+3
* net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-171-2/+2
* tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-131-2/+3
* tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2019-12-131-0/+8
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-061-2/+3
* tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2019-11-071-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-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