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
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-22tcp: ensure PMTU updates are processed during fastopenJakub Kicinski
2022-03-10tcp: adjust TSO packet sizes based on min_rttEric Dumazet
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau
2022-01-31tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov
2022-01-26net: Adjust sk_gso_max_size once when setDavid Ahern
2021-12-02Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet
2021-11-29net: snmp: add statistics for tcp small queue checkMenglong Dong
2021-11-16net: remove sk_route_nocapsEric Dumazet
2021-11-04tcp: Use BIT() for OPTION_* constantsLeonard Crestez
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-03net: add and use skb_unclone_keeptruesize() helperEric Dumazet
2021-11-02Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski
2021-11-02net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-02tcp: rename sk_wmem_free_skbTalal Ahmad
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet
2021-10-28tcp: factorize ip_summed settingEric Dumazet
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
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