summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2022-07-22Revert "tcp: change pingpong threshold to 3"Wei Wang
2022-07-22tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.Kuniyuki Iwashima
2022-07-22tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.Kuniyuki Iwashima
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-15tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima
2022-07-15tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima
2022-07-15tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima
2022-07-15tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima
2022-07-15tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima
2022-07-12tcp: make retransmitted SKB fit into the send windowYonglong Li
2022-06-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet
2022-05-31tcp: tcp_rtx_synack() can be called from process contextEric Dumazet
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-05tcp: allow MPTCP to update the announced windowPaolo Abeni
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-21tcp: ensure PMTU updates are processed during fastopenJakub Kicinski
2022-03-09tcp: 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-25net: Adjust sk_gso_max_size once when setDavid Ahern
2021-12-01Revert "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-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-01tcp: 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