summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-07tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet1-6/+10
2020-05-07tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet1-5/+3
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet1-3/+3
2020-04-26tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal1-2/+6
2020-03-21tcp: also NULL skb->dev when copy was neededFlorian Westphal1-2/+6
2020-03-20tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet1-0/+4
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch1-1/+1
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-0/+44
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad1-0/+13
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet1-0/+1
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2020-01-10tcp: Check for filled TCP option space before SACKMat Martineau1-3/+7
2020-01-10tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau1-1/+1
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-2/+2
2019-12-31tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
2019-12-18net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-2/+2
2019-12-14tcp: refine tcp_write_queue_empty() implementationEric Dumazet1-2/+3
2019-12-14tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2019-12-07tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-11-08tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet1-1/+1
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-7/+7
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-5/+5
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-2/+2
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-1/+1
2019-09-12tcp: force a PSH flag on TSO packetsEric Dumazet1-2/+13
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-08-29tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-0/+3
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22tcp: be more careful in tcp_fragment()Eric Dumazet1-2/+11
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-06-22tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2019-06-16tcp: add tcp_min_snd_mss sysctlEric Dumazet1-2/+1
2019-06-16tcp: tcp_fragment() should apply sane memory limitsEric Dumazet1-0/+5
2019-06-16tcp: 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-07tcp: remove redundant check on tskbColin Ian King1-5/+2
2019-03-24tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet1-6/+2
2019-02-27tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet1-7/+6
2019-02-27tcp: 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-24tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-01-28tcp: change pingpong threshold to 3Wei Wang1-6/+9
2019-01-28tcp: Refactor pingpong codeWei Wang1-2/+2