summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
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-15tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2022-02-08tcp: fix possible socket leaks in internal pacing modeEric Dumazet1-8/+23
2021-10-06tcp: always set retrans_stamp on recoveryYuchung Cheng1-5/+4
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet1-0/+1
2021-03-17tcp: annotate tp->write_seq lockless readsEric Dumazet1-2/+2
2021-03-17tcp: annotate tp->copied_seq lockless readsEric Dumazet1-1/+1
2020-12-30tcp: 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-3/+5
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet1-0/+1
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2020-01-04tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-13tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng1-21/+4
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet1-2/+11
2019-06-22tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
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/+7
2018-12-17tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet1-3/+3
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun1-2/+1
2018-08-01tcp: add data bytes retransmitted statsWei Wang1-0/+1
2018-08-01tcp: add data bytes sent statsWei Wang1-0/+1
2018-07-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+24
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-4/+0
2018-07-21tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-3/+7
2018-07-21tcp: helpers to send special DCTCP ackYuchung Cheng1-5/+17
2018-07-14tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-4/+0
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet1-14/+0
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet1-0/+2
2018-05-18tcp: add SACK compressionEric Dumazet1-0/+7
2018-05-16tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet1-44/+25
2018-04-27tcp: remove mss check in tcp_select_initial_window()Wei Wang1-5/+3
2018-04-24tcp: md5: only call tp->af_specific->md5_lookup() for md5 socketsEric Dumazet1-12/+14
2018-03-02tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet1-7/+8
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2018-02-22tcp_bbr: better deal with suboptimal GSOEric Dumazet1-4/+5
2018-02-21tcp: remove dead code after CHECKSUM_PARTIAL adoptionEric Dumazet1-33/+5
2018-02-21tcp: remove dead code from tcp_set_skb_tso_segs()Eric Dumazet1-1/+1
2018-02-12tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin1-0/+25
2018-01-26bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo1-0/+4