summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2020-01-041-0/+8
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-211-2/+3
* tcp: inherit timestamp on mtu probeWillem de Bruijn2019-09-101-1/+2
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-111-1/+10
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-271-1/+1
* 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-2/+2
* tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-171-4/+8
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-08-241-4/+0
* tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-281-3/+8
* tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-281-5/+17
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-251-2/+5
* tcp_bbr: better deal with suboptimal GSOEric Dumazet2018-03-111-3/+5
* tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin2018-03-111-0/+25
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
* tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-10-121-0/+9
* tcp: fix data delivery rateEric Dumazet2017-10-121-4/+3
* tcp: update skb->skb_mstamp more carefullyEric Dumazet2017-10-121-7/+12
* tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-121-0/+3
* tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet2017-05-141-7/+12
* tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-181-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-5/+7
|\
| * tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2016-09-231-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-2/+5
|\|
| * tcp: properly account Fast Open SYN-ACK retransYuchung Cheng2016-09-221-0/+2
| * tcp: fix under-accounting retransmit SNMP countersYuchung Cheng2016-09-221-1/+1
| * tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2016-09-171-1/+2
* | tcp: implement TSQ for retransmitsEric Dumazet2016-09-221-25/+47
* | tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell2016-09-211-0/+1
* | tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell2016-09-211-3/+6
* | tcp: allow congestion control module to request TSO skb segment countNeal Cardwell2016-09-211-2/+13
* | tcp: track data delivery rate for a TCP connectionYuchung Cheng2016-09-211-0/+4
* | tcp: defer sacked assignmentEric Dumazet2016-08-181-1/+2
|/
* tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-07-301-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+6
|\
| * tcp: do not send too big packets at retransmit timeEric Dumazet2016-06-291-1/+6
* | tcp: add in_flight to tcp_skb_cbLawrence Brakmo2016-06-101-1/+3
|/
* tcp: minor optimizations around tcp_hdr() usageEric Dumazet2016-05-161-16/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-2/+4
|\
| * tcp: refresh skb timestamp at retransmit timeEric Dumazet2016-05-101-2/+4
* | net: add __sock_wfree() helperEric Dumazet2016-05-031-1/+1
* | tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-021-6/+5
* | tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau2016-04-281-0/+9
* | tcp: Handle eor bit when coalescing skbMartin KaFai Lau2016-04-281-0/+4
* | tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh2016-04-281-6/+11
* | net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-7/+7
* | net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-271-2/+2
* | tcp-tso: do not split TSO packets at retransmit timeEric Dumazet2016-04-241-35/+29