summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+8
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-11tcp_bbr: better deal with suboptimal GSOEric Dumazet1-3/+5
2018-03-11tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin1-0/+25
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-10-12tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-10-12tcp: fix data delivery rateEric Dumazet1-4/+3
2017-10-12tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-08-12tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+3
2017-05-14tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2016-09-23tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng1-0/+2
2016-09-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng1-1/+1
2016-09-22tcp: implement TSQ for retransmitsEric Dumazet1-25/+47
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell1-0/+1
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell1-3/+6
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell1-2/+13
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng1-0/+4
2016-09-17tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-08-18tcp: defer sacked assignmentEric Dumazet1-1/+2
2016-07-30tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet1-1/+6
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo1-1/+3
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet1-16/+14
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2016-05-03net: add __sock_wfree() helperEric Dumazet1-1/+1
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-6/+5
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau1-0/+9
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau1-0/+4
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh1-6/+11
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-7/+7
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-2/+2
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet1-35/+29
2016-04-24tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau1-0/+2
2016-04-24tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau1-0/+2
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau1-2/+2
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau1-0/+16
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet1-4/+12
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-1/+3
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov1-3/+0