summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-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-221-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-141-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-121-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-101-1/+1
|/
* tcp: tcp_rtx_synack() can be called from process contextEric Dumazet2022-05-311-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-051-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
* | tcp: adjust TSO packet sizes based on min_rttEric Dumazet2022-03-091-12/+21
* | net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau2022-03-031-7/+9
* | tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov2022-01-311-1/+3
* | net: Adjust sk_gso_max_size once when setDavid Ahern2022-01-251-1/+1
|/
* Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet2021-12-011-4/+1
* net: snmp: add statistics for tcp small queue checkMenglong Dong2021-11-291-1/+4
* net: remove sk_route_nocapsEric Dumazet2021-11-161-1/+1
* tcp: Use BIT() for OPTION_* constantsLeonard Crestez2021-11-041-7/+7
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-031-2/+5
* net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-021-3/+3
* Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-011-5/+2
* net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-011-2/+5
* tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-011-1/+1
* tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2021-10-281-5/+0
* tcp: do not clear skb->csum if already zeroEric Dumazet2021-10-281-1/+0
* tcp: factorize ip_summed settingEric Dumazet2021-10-281-6/+0
* tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet2021-10-281-7/+3