summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
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
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-08tcp: protect sysctl_tcp_cookie_size readsEric Dumazet
2010-12-08tcp: avoid a possible divide by zeroEric Dumazet
2010-12-08tcp: Bug fix in initialization of receive window.Nandita Dukkipati
2010-12-02tcp: use TCP_BASE_MSS to set basic mss valueShan Wei
2010-11-24xps: Improvements in TX queue selectionTom Herbert
2010-11-17network: tcp_connect should return certain errors up the stackEric Paris
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-09-23net: return operator cleanupEric Dumazet
2010-09-01tcp: update also tcp_output with regard to RFC 5681Gerrit Renker
2010-08-22tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet
2010-06-28tcp: tso_fragment() might avoid GFP_ATOMICEric Dumazet
2010-06-15tcp: unify tcp flag macrosChangli Gao
2010-05-17tcp: tcp_synack_options() fix Eric Dumazet
2010-05-16net: Introduce sk_route_nocapsEric Dumazet
2010-04-22tcp: fix outsegs stat for TSO segmentsTom Herbert
2010-04-20net: Fix various endianness glitchesEric Dumazet
2010-04-15net: replace ipfragok with skb->local_dfShan Wei
2010-04-11tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller
2010-04-11inet: Remove unused send_check length argumentHerbert Xu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08tcp: Fix tcp_make_synack()Eric Dumazet
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey
2009-12-23tcp: Remove check in __tcp_push_pending_framesKrishna Kumar
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller