summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2023-10-18tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-11net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski
2023-10-04tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-08-18tcp: refine skb->ooo_okay settingEric Dumazet
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong
2023-08-04tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima
2023-07-18tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet
2023-07-18tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet
2023-06-12tcp: remove some dead codeEric Dumazet
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet
2023-06-08tcp: let tcp_mtu_probe() build headless packetsEric Dumazet
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet
2023-03-09tcp: tcp_make_synack() can be called from process contextBreno Leitao
2022-12-01net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov
2022-11-11tcp: tcp_wfree() refactoringEric Dumazet
2022-11-11tcp: adopt try_cmpxchg() in tcp_release_cb()Eric Dumazet
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
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