summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-10tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+1
2019-06-20tcp: add tcp_min_snd_mss sysctlEric Dumazet1-2/+2
2019-06-20tcp: tcp_fragment() should apply sane memory limitsEric Dumazet1-0/+5
2019-06-20tcp: limit payload size of sacked skbsEric Dumazet1-2/+2
2018-10-21tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2018-01-01tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-10-12net: reflect mark on tcp syn ack packetsJamal Hadi Salim1-0/+1
2017-03-16tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-03-16tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2017-03-16tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-11-20tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2015-04-29tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-29tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-04-27tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-21tcp: Fix crash in TCP Fast OpenBen Hutchings1-0/+1
2015-03-24tcp: make connect() mem charging friendlyEric Dumazet1-40/+28
2015-03-24tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-01-19tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2014-11-17net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-1/+2
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-1/+1
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin1-1/+4
2014-07-08tcp: fix false undo corner casesYuchung Cheng1-2/+4
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-46/+80
2014-06-12tcp: fixing TLP's FIN recoveryPer Hurtig1-3/+1
2014-06-11tcp: add gfp parameter to tcp_fragmentOctavian Purdila1-7/+8
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+1
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-14/+23
2014-05-14tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-21/+0
2014-05-14tcp: simplify fast open cookie processingYuchung Cheng1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2014-05-04tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-1/+1
2014-05-03tcp: fix cwnd limited checking to improve congestion controlEric Dumazet1-7/+14
2014-05-01tcp: increment retransmit counters in tlp and fast openEric Dumazet1-7/+7
2014-04-23tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet1-8/+26
2014-04-21tcp: make tcp_cwnd_application_limited() staticWeiping Pan1-0/+22
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+1
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet1-1/+1
2014-03-27tcp: tcp_make_synack() minor changesEric Dumazet1-2/+2
2014-03-26tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)1-3/+3
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2014-03-12tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+11
2014-03-11tcp: timestamp SYN+DATA messagesEric Dumazet1-0/+6
2014-03-07tcp: do not leak non zero tstamp in output packetsEric Dumazet1-0/+2
2014-03-07tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller1-2/+2
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+16
2014-03-04tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng1-2/+6
2014-03-04tcp: fix bogus RTT on special retransmissionYuchung Cheng1-3/+8
2014-02-27tcp: switch rtt estimations to usec resolutionEric Dumazet1-9/+6
2014-02-27net: tcp: add mib counters to track zero window transitionsFlorian Westphal1-1/+11