Commit Graph

495 Commits (ccce9bb83ed20bca52f82ff9d7cf889d23a2ec01)

Author SHA1 Message Date
Nandita Dukkipati 35f079ebbc tcp: bug fix in proportional rate reduction. 12 years ago
Eric Dumazet 6a5dc9e598 net: Add MIB counters for checksum errors 12 years ago
Eric Dumazet 12fb3dd9dc tcp: call tcp_replace_ts_recent() from tcp_ack() 12 years ago
Yuchung Cheng 7ebe183c6d tcp: undo spurious timeout after SACK reneging 12 years ago
Yuchung Cheng e33099f96d tcp: implement RFC5682 F-RTO 12 years ago
Yuchung Cheng ab42d9ee3d tcp: refactor CA_Loss state processing 12 years ago
Yuchung Cheng 9b44190dc1 tcp: refactor F-RTO 12 years ago
Christoph Paasch 1a2c6181c4 tcp: Remove TCPCT 12 years ago
Nandita Dukkipati 9b717a8d24 tcp: TLP loss detection. 12 years ago
Nandita Dukkipati 6ba8a3b19e tcp: Tail loss probe (TLP) 12 years ago
Neal Cardwell aab2b4bf22 tcp: fix double-counted receiver RTT when leaving receiver fast path 12 years ago
Pravin B Shelar c9af6db4c1 net: Fix possible wrong checksum generation. 12 years ago
Andrey Vagin ee684b6f28 tcp: send packets with a socket timestamp 12 years ago
Ilpo Järvinen 6731d2095b tcp: fix for zero packets_in_flight was too broad 12 years ago
Stephen Hemminger ca2eb5679f tcp: remove Appropriate Byte Count support 12 years ago
Eric Dumazet 2e5f421211 tcp: frto should not set snd_cwnd to 0 12 years ago
Yuchung Cheng 66555e92fb tcp: detect SYN/data drop when F-RTO is disabled 12 years ago
Eric Dumazet cef401de7b net: fix possible wrong checksum generation 12 years ago
Eric Dumazet 7b514a886b tcp: accept RST without ACK flag 12 years ago
Hannes Frederic Sowa 5d134f1c1f tcp: make sysctl_tcp_ecn namespace aware 12 years ago
Eric Dumazet c3ae62af8e tcp: should drop incoming frames without ACK flag set 12 years ago
Yuchung Cheng 93b174ad71 tcp: bug fix Fast Open client retransmission 12 years ago
Eric Dumazet bd090dfc63 tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming() 12 years ago
Eric Dumazet e6c022a4fa tcp: better retrans tracking for defer-accept 12 years ago
Pavel Emelyanov c454e6111d tcp-repair: Handle zero-length data put in rcv queue 12 years ago
Jerry Chu 37561f68bd tcp: Reject invalid ack_seq to Fast Open sockets 12 years ago
Yuchung Cheng 6f73601efb tcp: add SYN/data info to TCP_INFO 12 years ago
Eric Dumazet 354e4aa391 tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation 12 years ago
Neal Cardwell 30099b2e9b tcp: TCP Fast Open Server - record retransmits after 3WHS 13 years ago
Neal Cardwell e69bebde46 tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets 13 years ago
Neal Cardwell 016818d076 tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS 13 years ago
Eric Dumazet 1d57f19539 tcp: fix regression in urgent data handling 13 years ago
Yuchung Cheng 684bad1107 tcp: use PRR to reduce cwin in CWR state 13 years ago
Yuchung Cheng fb4d3d1df3 tcp: move tcp_update_cwnd_in_recovery 13 years ago
Yuchung Cheng 09484d1f6e tcp: move tcp_enter_cwr() 13 years ago
Jerry Chu 168a8f5805 tcp: TCP Fast Open Server - main code path 13 years ago
Jerry Chu 1046716368 tcp: TCP Fast Open Server - header & support functions 13 years ago
Yuchung Cheng 7c4a56fec3 tcp: fix cwnd reduction for non-sack recovery 13 years ago
Razvan Ghitulete 1b3a6926fc net: remove wrong initialization for snd_wl1 13 years ago
Eric Dumazet aae06bf5f9 tcp: ecn: dont delay ACKS after CE 13 years ago
Eric Dumazet 5d299f3d3c net: ipv6: fix TCP early demux 13 years ago
Mel Gorman c76562b670 netvm: prevent a stream-specific deadlock 13 years ago
Eric Dumazet 404e0a8b6a net: ipv4: fix RCU races on dst refcounts 13 years ago
Jiri Kosina 59ea33a68a tcp: perform DMA to userspace only if there is a task waiting for it 13 years ago
Eric Dumazet 505fbcf035 ipv4: fix TCP early demux 13 years ago
David S. Miller 92101b3b2e ipv4: Prepare for change of rt->rt_iif encoding. 13 years ago
Vijay Subramanian 67b95bd78f tcp: Return bool instead of int where appropriate 13 years ago
Yuchung Cheng 67da22d23f net-tcp: Fast Open client - cookie-less mode 13 years ago
Yuchung Cheng aab4874355 net-tcp: Fast Open client - detecting SYN-data drops 13 years ago
Yuchung Cheng 8e4178c1c7 net-tcp: Fast Open client - receiving SYN-ACK 13 years ago