summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2020-03-20tcp: also NULL skb->dev when copy was neededFlorian Westphal
2020-03-19tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-09tcp: Check for filled TCP option space before SACKMat Martineau
2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau
2019-12-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet
2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-09-11tcp: force a PSH flag on TSO packetsEric Dumazet
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-28tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng
2019-04-06tcp: remove redundant check on tskbColin Ian King
2019-03-23tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet
2019-02-26tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet
2019-01-27tcp: change pingpong threshold to 3Wei Wang
2019-01-27tcp: Refactor pingpong codeWei Wang
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn
2019-01-17tcp: less aggressive window probing on local congestionYuchung Cheng
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng
2019-01-17tcp: always timestamp on every skb transmissionYuchung Cheng