summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-08-13net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch
2014-07-07tcp: fix false undo corner casesYuchung Cheng
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila
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
2014-02-26net: tcp: use NET_INC_STATS()Eric Dumazet
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet
2014-02-19tcp: use zero-window when free_space is lowFlorian Westphal
2014-02-13net: remove unnecessary return'sstephen hemminger
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet
2013-12-29tcp: make local functions staticstephen hemminger
2013-12-17tcp: refine TSO splitsEric Dumazet
2013-12-10net: more spelling fixesstephen hemminger
2013-12-06tcp: optimize some skb_shinfo(skb) usesEric Dumazet
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-18tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet