aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2015-04-29tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell
2014-10-15tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell
2014-07-28tcp: fix false undo corner casesYuchung Cheng
2014-07-28tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-06-26tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng
2014-03-03tcp: fix bogus RTT on special retransmissionYuchung Cheng
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet
2013-12-29tcp: make local functions staticstephen hemminger
2013-12-26ipv4: do clean up with spacesWeilong Chen
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng
2013-10-10tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-10-03net: ipv4: Change variable type to boolPeter Senna Tschudin
2013-10-02tcp: sndbuf autotuning improvementsEric Dumazet
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet
2013-09-24tcp: fix dynamic right sizingEric Dumazet
2013-09-06tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet
2013-09-06tcp: fix no cwnd growth after timeoutYuchung Cheng
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian
2013-08-29tcp: TSO packets automatic sizingEric Dumazet
2013-08-29tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin
2013-08-22tcp: increase throughput when reordering is highYuchung Cheng
2013-08-13tcp: reset reordering est. selectively on timeoutYuchung Cheng
2013-07-22tcp: use RTT from SACK for RTOYuchung Cheng
2013-07-22tcp: measure RTT from new SACKYuchung Cheng
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng
2013-05-30tcp: undo on DSACK during recoveryYuchung Cheng
2013-05-30tcp: fix undo on partial ack in recoveryYuchung Cheng
2013-05-30tcp: refactor undo functionsYuchung Cheng
2013-05-30tcp: consolidate PRR packet accountingYuchung Cheng
2013-05-25tcp: Remove 2 indentation levels in tcp_rcv_state_processJoe Perches
2013-05-25tcp: Remove another indentation level in tcp_rcv_state_processJoe Perches
2013-05-25tcp: remove one indentation level in tcp_rcv_state_process()Eric Dumazet
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng
2013-05-16tcp: speedup tcp_fixup_rcvbuf()Eric Dumazet
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet