summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: tcp: send zero-window ACK when no memoryMenglong Dong2023-08-131-3/+11
* tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima2023-08-051-5/+0
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-191-1/+1
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-191-2/+2
* tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com2023-06-171-9/+51
* tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet2023-06-121-5/+5
* tcp: remove some dead codeEric Dumazet2023-06-121-28/+12
* tcp: let tcp_send_syn_data() build headless packetsEric Dumazet2023-06-121-12/+19
* tcp: let tcp_mtu_probe() build headless packetsEric Dumazet2023-06-091-2/+58
* tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-181-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-181-1/+1
|\
| * tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-101-1/+1
* | tcp: annotate lockless access to sk->sk_errEric Dumazet2023-03-171-1/+1
|/
* net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-021-2/+2
* tcp: tcp_wfree() refactoringEric Dumazet2022-11-121-17/+14
* tcp: adopt try_cmpxchg() in tcp_release_cb()Eric Dumazet2022-11-121-3/+3
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-301-7/+12
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-291-15/+12
|\
| * net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-1/+1
| * Revert "tcp: change pingpong threshold to 3"Wei Wang2022-07-231-9/+6
| * tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.Kuniyuki Iwashima2022-07-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-14/+15
|\|
| * tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima2022-07-201-1/+1
| * tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-201-1/+1
| * tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima2022-07-201-1/+1
| * tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-201-5/+5
| * tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+1
| * tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima2022-07-151-1/+1
| * tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima2022-07-151-1/+1
| * tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima2022-07-151-1/+2
| * tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima2022-07-151-1/+1
| * tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-151-2/+2
|\|
| * tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima2022-07-131-1/+1
| * tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-131-1/+1
* | tcp: make retransmitted SKB fit into the send windowYonglong Li2022-07-131-7/+16
* | tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet2022-06-171-3/+4
* | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-111-1/+1
|/
* tcp: tcp_rtx_synack() can be called from process contextEric Dumazet2022-06-011-2/+2
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+1
* tcp: allow MPTCP to update the announced windowPaolo Abeni2022-05-061-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-0/+1
|\
| * tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-251-0/+1
* | tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-15/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-1/+4
|\
| * tcp: ensure PMTU updates are processed during fastopenJakub Kicinski2022-03-211-1/+4