aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-10-25tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-08-25tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-08-25tcp: make retransmitted SKB fit into the send windowYonglong Li
2022-08-11tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet
2022-05-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-15tcp: ensure PMTU updates are processed during fastopenJakub Kicinski
2022-02-08tcp: fix possible socket leaks in internal pacing modeEric Dumazet
2021-10-06tcp: always set retrans_stamp on recoveryYuchung Cheng
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-03-17tcp: annotate tp->write_seq lockless readsEric Dumazet
2021-03-17tcp: annotate tp->copied_seq lockless readsEric Dumazet
2020-12-30tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-22tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2020-01-04tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-12-13tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet
2019-06-22tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2018-12-17tcp: lack of available data can also cause TSO deferEric Dumazet
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-12-17tcp: Do not underestimate rwnd_limitedEric Dumazet
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun
2018-08-01tcp: add data bytes retransmitted statsWei Wang
2018-08-01tcp: add data bytes sent statsWei Wang
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng