summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet2021-03-111-8/+0
* tcp: plug skb_still_in_host_queue() to TSQEric Dumazet2021-03-111-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-0/+2
|\
| * tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-231-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-0/+1
|\|
| * tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-181-0/+1
* | tcp: assign skb hash after tcp_event_data_sentYuchung Cheng2021-01-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-3/+6
|\
| * tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-091-3/+6
* | mptcp: track window announced to peerFlorian Westphal2020-11-201-4/+7
* | net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-5/+3
* | tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni2020-11-041-0/+3
|/
* tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet2020-09-301-3/+8
* inet: remove icsk_ack.blockedEric Dumazet2020-09-301-5/+2
* tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2020-09-141-1/+0
* bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-9/+95
* bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-241-13/+92
* tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-241-0/+2
* tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-5/+8
|\
| * tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-231-5/+8
* | net: ipv4: kerneldoc fixesAndrew Lunn2020-07-131-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-3/+5
|\|
| * tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-011-3/+5
* | 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