aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet1-8/+0
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-4/+8
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen1-0/+2
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+1
2021-01-13tcp: assign skb hash after tcp_event_data_sentYuchung Cheng1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2020-12-09tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell1-3/+6
2020-11-20mptcp: track window announced to peerFlorian Westphal1-4/+7
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+3
2020-11-04tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni1-0/+3
2020-09-30tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet1-3/+8
2020-09-30inet: remove icsk_ack.blockedEric Dumazet1-5/+2
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet1-1/+0
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-9/+95
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-13/+92
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau1-0/+2
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+8
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng1-5/+8
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn1-0/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2020-07-01tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet1-3/+5
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet1-1/+4
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet1-1/+6
2020-05-06tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet1-6/+10
2020-05-06tcp: 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-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal1-2/+6
2020-03-20tcp: also NULL skb->dev when copy was neededFlorian Westphal1-2/+6
2020-03-19tcp: 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-09tcp: Check for filled TCP option space before SACKMat Martineau1-3/+7
2020-01-09tcp: 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-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-2/+2
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet1-2/+3
2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-11-07tcp: 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