aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
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-04tcp: do not forget FIN in tcp_shifted_skb()Eric 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
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-19tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-24tcp: undo spurious timeout after SACK renegingYuchung Cheng
2013-03-21tcp: implement RFC5682 F-RTOYuchung Cheng
2013-03-21tcp: refactor CA_Loss state processingYuchung Cheng
2013-03-21tcp: refactor F-RTOYuchung Cheng
2013-03-17tcp: Remove TCPCTChristoph Paasch
2013-03-12tcp: TLP loss detection.Nandita Dukkipati
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati
2013-03-04tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-13tcp: send packets with a socket timestampAndrey Vagin
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-06tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-03tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-01-31tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller