aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-5/+4
2014-04-20tcp: make tcp_cwnd_application_limited() staticWeiping Pan1-22/+0
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-5/+5
2014-03-10tcp: timestamp SYN+DATA messagesEric Dumazet1-0/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng1-0/+3
2014-03-03tcp: fix bogus RTT on special retransmissionYuchung Cheng1-1/+2
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-95/+88
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet1-8/+10
2013-12-29tcp: make local functions staticstephen hemminger1-1/+1
2013-12-26ipv4: do clean up with spacesWeilong Chen1-2/+2
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng1-3/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+25
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng1-3/+10
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng1-1/+2
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng1-5/+13
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell1-0/+2
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-10-10tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet1-1/+6
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-10-03net: ipv4: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-10-02tcp: sndbuf autotuning improvementsEric Dumazet1-13/+25
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet1-1/+1
2013-09-24tcp: fix dynamic right sizingEric Dumazet1-31/+53
2013-09-06tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet1-1/+4
2013-09-06tcp: fix no cwnd growth after timeoutYuchung Cheng1-4/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-7/+6
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-1/+31
2013-08-29tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-08-22tcp: increase throughput when reordering is highYuchung Cheng1-12/+20
2013-08-13tcp: reset reordering est. selectively on timeoutYuchung Cheng1-2/+7
2013-07-22tcp: use RTT from SACK for RTOYuchung Cheng1-9/+14
2013-07-22tcp: measure RTT from new SACKYuchung Cheng1-6/+17
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-49/+18
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng1-2/+12
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang1-1/+4
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng1-11/+2
2013-05-30tcp: undo on DSACK during recoveryYuchung Cheng1-1/+7
2013-05-30tcp: fix undo on partial ack in recoveryYuchung Cheng1-26/+33
2013-05-30tcp: refactor undo functionsYuchung Cheng1-47/+50
2013-05-30tcp: consolidate PRR packet accountingYuchung Cheng1-25/+20
2013-05-25tcp: Remove 2 indentation levels in tcp_rcv_state_processJoe Perches1-37/+39
2013-05-25tcp: Remove another indentation level in tcp_rcv_state_processJoe Perches1-59/+51
2013-05-25tcp: remove one indentation level in tcp_rcv_state_process()Eric Dumazet1-136/+133
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+13
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng1-64/+1