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