aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-1/+1
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-2/+2
2013-02-13tcp: send packets with a socket timestampAndrey Vagin1-2/+2
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-2/+2
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-1/+1
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng1-5/+10
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin1-0/+5
2012-11-15tcp: fix retransmission in repair modeAndrew Vagin1-0/+4
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng1-3/+3
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-5/+16
2012-08-21tcp: fix possible socket refcount problemEric Dumazet1-5/+9
2012-08-06tcp_output: fix sparse warning for tcp_wfreeSilviu-Mihai Popescu1-1/+1
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-9/+12
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socketMel Gorman1-5/+7
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet1-1/+5
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet1-17/+29
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-1/+5
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng1-2/+11
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng1-9/+106
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-4/+21
2012-07-13tcp: add LAST_ACK as a valid state for TSQEric Dumazet1-2/+2
2012-07-11tcp: TCP Small QueuesEric Dumazet1-1/+153
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