summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-08-11tcp: be more careful in tcp_fragment()Eric Dumazet
2019-06-27tcp: 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: fix NULL ref in tail loss probeYuchung Cheng
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-28tcp: helpers to send special DCTCP ackYuchung Cheng
2018-05-25tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-03-11tcp_bbr: better deal with suboptimal GSOEric Dumazet
2018-03-11tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-10-12tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2017-10-12tcp: fix data delivery rateEric Dumazet
2017-10-12tcp: update skb->skb_mstamp more carefullyEric Dumazet
2017-08-12tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-05-14tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-23tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng
2016-09-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng
2016-09-22tcp: implement TSQ for retransmitsEric Dumazet
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng
2016-09-17tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2016-08-18tcp: defer sacked assignmentEric Dumazet
2016-07-30tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-05-03net: add __sock_wfree() helperEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet