summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: tcp_rtx_synack() can be called from process contextEric Dumazet2022-06-141-2/+2
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-121-0/+1
* tcp: ensure PMTU updates are processed during fastopenJakub Kicinski2022-04-151-1/+4
* tcp: fix possible socket leaks in internal pacing modeEric Dumazet2022-02-081-8/+23
* tcp: always set retrans_stamp on recoveryYuchung Cheng2021-10-061-5/+4
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-281-0/+1
* tcp: annotate tp->write_seq lockless readsEric Dumazet2021-03-171-2/+2
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2021-03-171-1/+1
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-301-3/+6
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-311-5/+8
* tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-221-3/+5
* tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-291-0/+1
* tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2020-01-041-0/+8
* tcp: Fix highest_sack and highest_sack_seqCambda Zhu2020-01-041-0/+3
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-211-2/+3
* tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2019-12-131-1/+1
* tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng2019-11-241-21/+4
* tcp: inherit timestamp on mtu probeWillem de Bruijn2019-09-101-1/+2
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-281-2/+11
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-221-1/+2
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-2/+1
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-171-0/+5
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-171-3/+3
* tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-171-11/+24
* tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-171-4/+7
* tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-171-1/+4
* tcp: defer SACK compression after DupThreshEric Dumazet2018-12-051-3/+3
* tcp: remove set but not used variable 'skb_size'Wei Yongjun2018-08-011-2/+1
* tcp: add data bytes retransmitted statsWei Wang2018-08-011-0/+1
* tcp: add data bytes sent statsWei Wang2018-08-011-0/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-8/+24
|\
| * tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-201-3/+7
| * tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-201-5/+17
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-4/+0
|\|
| * tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-131-4/+0
* | tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet2018-06-221-14/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-2/+5
|\
| * tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-161-2/+5
* | tcp: add TCPAckCompressed SNMP counterEric Dumazet2018-05-181-0/+2
* | tcp: add SACK compressionEric Dumazet2018-05-181-0/+7
* | tcp: switch pacing timer to softirq based hrtimerEric Dumazet2018-05-111-44/+25
* | tcp: remove mss check in tcp_select_initial_window()Wei Wang2018-04-271-5/+3
* | tcp: md5: only call tp->af_specific->md5_lookup() for md5 socketsEric Dumazet2018-04-241-12/+14
|/