summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
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
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-08-13tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+3
2017-05-15tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-04-18tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2017-04-18tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2017-04-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2016-07-12tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2015-10-27tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-05-11tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-05-11tcp: 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-03-24tcp: make connect() mem charging friendlyEric Dumazet1-40/+28
2015-03-24tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-01-27tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2014-10-31net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-1/+1
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-9/+25
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-15tcp: TCP Small Queues and strange attractorsEric Dumazet1-7/+19
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet1-2/+6
2014-10-02net: cleanup and document skb fclone layoutEric Dumazet1-4/+1
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal1-9/+9
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann1-0/+1
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal1-0/+4
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann1-7/+18
2014-09-29tcp: change tcp_skb_pcount() locationEric Dumazet1-3/+6
2014-09-29tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet1-0/+5
2014-09-26net: introduce __skb_header_release()Eric Dumazet1-5/+5
2014-09-23tcp: avoid possible arithmetic overflowsEric Dumazet1-7/+6
2014-09-06tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()Neal Cardwell1-3/+0
2014-09-06tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet1-23/+16
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter1-1/+1
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-1/+1
2014-08-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin1-1/+4
2014-08-14net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn1-0/+17
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2014-07-16tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch1-1/+1
2014-07-08tcp: fix false undo corner casesYuchung Cheng1-2/+4
2014-07-08net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert1-0/+1
2014-06-28tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-0/+15
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