aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati
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
2013-01-10tcp: accept RST without ACK flagEric Dumazet
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa
2012-12-26tcp: should drop incoming frames without ACK flag setEric Dumazet
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-13tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet
2012-11-02tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov
2012-10-23tcp: Reject invalid ack_seq to Fast Open socketsJerry Chu
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng
2012-10-22tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-22tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell
2012-09-18tcp: fix regression in urgent data handlingEric Dumazet
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng
2012-09-03tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng
2012-09-03tcp: move tcp_enter_cwr()Yuchung Cheng
2012-08-31tcp: TCP Fast Open Server - main code pathJerry Chu
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-24tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-15net: remove wrong initialization for snd_wl1Razvan Ghitulete