aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-04tcp: tcp_make_synack() consumes dst parameterEric Dumazet1-4/+14
2012-06-04tcp: tcp_make_synack() can use alloc_skb()Eric Dumazet1-1/+1
2012-05-17tcp: bool conversionsEric Dumazet1-37/+38
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-1/+3
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng1-3/+2
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet1-2/+17
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-04-21tcp: Repair socket queuesPavel Emelyanov1-0/+1
2012-04-21tcp: Initial repair modePavel Emelyanov1-3/+13
2012-04-21tcp: Move code aroundPavel Emelyanov1-2/+2
2012-04-18tcp: fix retransmit of partially acked framesEric Dumazet1-0/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-12/+12
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet1-1/+1
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-01-26tcp: add LINUX_MIB_TCPRETRANSFAIL counterEric Dumazet1-1/+3
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa1-1/+1
2011-12-05tcp: fix tcp_trim_head()Eric Dumazet1-5/+8
2011-12-04tcp: take care of misalignmentsEric Dumazet1-1/+9
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell1-1/+1
2011-11-08tcp: Fix comments for Nagle algorithmFeng King1-1/+1
2011-10-21tcp: add const qualifiers where possibleEric Dumazet1-35/+37
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+5
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet1-31/+32
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati1-1/+6
2011-08-24net: ipv4: convert to SKB frag APIsIan Campbell1-1/+1
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller1-1/+1
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-01tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-21tcp: undo_retrans counter fixesYuchung Cheng1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-19/+23
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati1-3/+8
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller1-5/+9
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-19/+23
2010-12-08tcp: protect sysctl_tcp_cookie_size readsEric Dumazet1-12/+15
2010-12-08tcp: avoid a possible divide by zeroEric Dumazet1-2/+4
2010-12-08tcp: Bug fix in initialization of receive window.Nandita Dukkipati1-5/+4
2010-12-02tcp: use TCP_BASE_MSS to set basic mss valueShan Wei1-1/+1
2010-11-24xps: Improvements in TX queue selectionTom Herbert1-1/+4
2010-11-17network: tcp_connect should return certain errors up the stackEric Paris1-1/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-09-23net: return operator cleanupEric Dumazet1-4/+4
2010-09-01tcp: update also tcp_output with regard to RFC 5681Gerrit Renker1-9/+3
2010-08-22tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer1-0/+11
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen1-0/+3
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-7/+5