summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04tcp: do not pace pure ack packetsEric Dumazet
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann
2015-01-02tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09tcp: refine TSO autosizingEric Dumazet
2014-12-09put iov_iter into msghdrAl Viro
2014-11-19tcp: make connect() mem charging friendlyEric Dumazet
2014-11-13tcp: limit GSO packets to half cwndEric Dumazet
2014-11-04net: allow setting ecn via routing tableFlorian Westphal
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14tcp: TCP Small Queues and strange attractorsEric Dumazet
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet
2014-09-26net: introduce __skb_header_release()Eric Dumazet
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet
2014-09-06tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()Neal Cardwell
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter
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