aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin
2012-11-15tcp: fix retransmission in repair modeAndrew Vagin
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu
2012-08-21tcp: fix possible socket refcount problemEric Dumazet
2012-08-06tcp_output: fix sparse warning for tcp_wfreeSilviu-Mihai Popescu
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng
2012-07-13tcp: add LAST_ACK as a valid state for TSQEric Dumazet
2012-07-11tcp: TCP Small QueuesEric Dumazet
2012-06-04tcp: tcp_make_synack() consumes dst parameterEric Dumazet
2012-06-04tcp: tcp_make_synack() can use alloc_skb()Eric Dumazet
2012-05-17tcp: bool conversionsEric Dumazet
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-21tcp: Repair socket queuesPavel Emelyanov
2012-04-21tcp: Initial repair modePavel Emelyanov
2012-04-21tcp: Move code aroundPavel Emelyanov
2012-04-18tcp: fix retransmit of partially acked framesEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell
2012-01-26tcp: add LINUX_MIB_TCPRETRANSFAIL counterEric Dumazet
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa
2011-12-05tcp: fix tcp_trim_head()Eric Dumazet
2011-12-04tcp: take care of misalignmentsEric Dumazet
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell
2011-11-08tcp: Fix comments for Nagle algorithmFeng King
2011-10-21tcp: add const qualifiers where possibleEric Dumazet
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati
2011-08-24net: ipv4: convert to SKB frag APIsIan Campbell
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-01tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-21tcp: undo_retrans counter fixesYuchung Cheng