summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-1/+1
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao1-1/+1
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-7/+12
2022-08-25tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4
2022-08-25tcp: make retransmitted SKB fit into the send windowYonglong Li1-7/+16
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima1-1/+1
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet1-2/+2
2022-05-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1
2022-04-20tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet1-0/+1
2020-12-29tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell1-3/+6
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng1-5/+8
2020-07-22tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet1-4/+6
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-17tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-08-09tcp: be more careful in tcp_fragment()Eric Dumazet1-1/+10
2019-06-27tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+1
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet1-2/+1
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet1-0/+5
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet1-3/+3
2018-12-17tcp: lack of available data can also cause TSO deferEric Dumazet1-11/+24
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+8
2018-12-17tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-4/+0
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-3/+8
2018-07-28tcp: helpers to send special DCTCP ackYuchung Cheng1-5/+17
2018-05-25tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-03-09tcp_bbr: better deal with suboptimal GSOEric Dumazet1-3/+5
2018-03-09tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin1-0/+25
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell1-3/+5
2017-11-03tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet1-1/+1
2017-10-26tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung1-1/+3
2017-10-23tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den1-1/+3
2017-09-20tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-09-19tcp: remove two unused functionsYuchung Cheng1-34/+0
2017-09-16tcp: fix data delivery rateEric Dumazet1-4/+3
2017-09-16tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-0/+2
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+9
2017-08-09tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+4
2017-08-04tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell1-9/+0
2017-08-04tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell1-9/+5
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-08-01tcp: remove header predictionFlorian Westphal1-2/+0
2017-07-30tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann1-2/+3