Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-12tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet
2021-03-12tcp: plug skb_still_in_host_queue() to TSQEric Dumazet
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-24tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-19tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2021-01-14tcp: assign skb hash after tcp_event_data_sentYuchung Cheng
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-11-21mptcp: track window announced to peerFlorian Westphal
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-05tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni
2020-10-01tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet
2020-10-01inet: remove icsk_ack.blockedEric Dumazet
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet
2020-08-25bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau
2020-08-25bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau
2020-08-25tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau
2020-08-01tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-14net: ipv4: kerneldoc fixesAndrew Lunn
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-02tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet
2020-05-07tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet
2020-05-07tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet
2020-04-26tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal
2020-03-21tcp: also NULL skb->dev when copy was neededFlorian Westphal
2020-03-20tcp: 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-10tcp: Check for filled TCP option space before SACKMat Martineau
2020-01-10tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau
2019-12-31tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2019-12-18net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-12-14tcp: refine tcp_write_queue_empty() implementationEric Dumazet
2019-12-14tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2019-12-07tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-11-08tcp: 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