aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du1-5/+3
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-3/+8
2015-02-04tcp: do not pace pure ack packetsEric Dumazet1-1/+9
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro1-3/+8
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-0/+21
2015-01-02tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-1/+1
2014-12-09tcp: refine TSO autosizingEric Dumazet1-18/+41
2014-12-09put iov_iter into msghdrAl Viro1-1/+1
2014-11-19tcp: make connect() mem charging friendlyEric Dumazet1-40/+28
2014-11-13tcp: limit GSO packets to half cwndEric Dumazet1-4/+8
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-2/+11
2014-10-30net: 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/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-14tcp: TCP Small Queues and strange attractorsEric Dumazet1-7/+19
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet1-2/+6
2014-10-01net: 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-28tcp: change tcp_skb_pcount() locationEric Dumazet1-3/+6
2014-09-28tcp: 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-22tcp: 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-05tcp: 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-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-1/+1
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin1-1/+4
2014-08-13net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn1-0/+17
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch1-1/+1
2014-07-07tcp: fix false undo corner casesYuchung Cheng1-2/+4
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert1-0/+1
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-0/+15
2014-06-12Merge 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-10tcp: 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/kernel/git/tip/tip into nextLinus Torvalds1-3/+1
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-14/+23
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-21/+0
2014-05-13tcp: 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-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-1/+1
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet1-7/+14
2014-04-30tcp: increment retransmit counters in tlp and fast openEric Dumazet1-7/+7
2014-04-22tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet1-8/+26