summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet1-0/+1
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+31
2013-04-19tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+31
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2013-03-25tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-03-21tcp: implement RFC5682 F-RTOYuchung Cheng1-13/+60
2013-03-21tcp: refactor CA_Loss state processingYuchung Cheng1-16/+26
2013-03-21tcp: refactor F-RTOYuchung Cheng1-371/+4
2013-03-17tcp: Remove TCPCTChristoph Paasch1-62/+7
2013-03-12tcp: TLP loss detection.Nandita Dukkipati1-0/+39
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati1-9/+15
2013-03-04tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-2/+2
2013-02-13tcp: send packets with a socket timestampAndrey Vagin1-1/+7
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2013-02-07tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-15/+0
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-02-04tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-01-31tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng1-2/+1
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-2/+2
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-01-11tcp: accept RST without ACK flagEric Dumazet1-2/+2
2013-01-07tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-2/+0
2012-12-27tcp: should drop incoming frames without ACK flag setEric Dumazet1-4/+10
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-19/+26
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng1-1/+5
2012-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2012-11-13tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2012-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet1-1/+1
2012-11-03tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov1-0/+3
2012-10-23tcp: Reject invalid ack_seq to Fast Open socketsJerry Chu1-2/+10
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng1-0/+1
2012-10-22tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2012-09-23tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell1-0/+2
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell1-1/+2
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-0/+1
2012-09-19tcp: fix regression in urgent data handlingEric Dumazet1-3/+2
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng1-78/+41
2012-09-03tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng1-32/+32
2012-09-03tcp: move tcp_enter_cwr()Yuchung Cheng1-23/+23
2012-09-01tcp: TCP Fast Open Server - main code pathJerry Chu1-13/+58
2012-09-01tcp: TCP Fast Open Server - header & support functionsJerry Chu1-2/+2
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+7
2012-08-24tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng1-8/+7
2012-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-08-16net: remove wrong initialization for snd_wl1Razvan Ghitulete1-2/+1