summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2014-02-27net: tcp: use NET_INC_STATS()Eric Dumazet1-2/+2
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet1-1/+6
2014-02-20tcp: use zero-window when free_space is lowFlorian Westphal1-2/+15
2014-02-14net: remove unnecessary return'sstephen hemminger1-1/+0
2014-02-11tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-02-07tcp: remove 1ms offset in srtt computationEric Dumazet1-1/+1
2013-12-30tcp: make local functions staticstephen hemminger1-1/+1
2013-12-18tcp: refine TSO splitsEric Dumazet1-39/+54
2013-12-11net: more spelling fixesstephen hemminger1-5/+5
2013-12-06tcp: optimize some skb_shinfo(skb) usesEric Dumazet1-15/+21
2013-11-20tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-11-15tcp: tsq: restore minimal amount of queueingEric Dumazet1-1/+5
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2013-10-19tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell1-15/+0
2013-10-18tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet1-2/+1
2013-10-18tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-12tcp: tcp_transmit_skb() optimizationsEric Dumazet1-7/+7
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet1-1/+1