Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f4fbb6d56474d0eae9b819b1549476d2470e12be
/
net
/
ipv4
/
tcp_input.c
9f9843a7
tcp: properly handle stretch acks in slow start
by Yuchung Cheng
· 11 years ago
394efd1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
2f715c1
tcp: do not rearm RTO when future data are sacked
by Yuchung Cheng
· 11 years ago
2909d87
tcp: only take RTT from timestamps if new data is acked
by Yuchung Cheng
· 11 years ago
bc15afa
tcp: fix SYNACK RTT estimation in Fast Open
by Yuchung Cheng
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
02cf4eb
tcp: initialize passive-side sk_pacing_rate after 3WHS
by Neal Cardwell
· 11 years ago
031afe4
tcp: fix incorrect ca_state in tail loss probe
by Yuchung Cheng
· 11 years ago
ba53742
tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()
by Eric Dumazet
· 11 years ago
53af53a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
5e8a402f
tcp: do not forget FIN in tcp_shifted_skb()
by Eric Dumazet
· 11 years ago
34a6eda
net: ipv4: Change variable type to bool
by Peter Senna Tschudin
· 11 years ago
6ae7053
tcp: sndbuf autotuning improvements
by Eric Dumazet
· 11 years ago
62748f3
net: introduce SO_MAX_PACING_RATE
by Eric Dumazet
· 11 years ago
b0983d3
tcp: fix dynamic right sizing
by Eric Dumazet
· 11 years ago
4e4f1fc
tcp: properly increase rcv_ssthresh for ofo packets
by Eric Dumazet
· 11 years ago
16edfe7
tcp: fix no cwnd growth after timeout
by Yuchung Cheng
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
c995ae2
tcp: Change return value of tcp_rcv_established()
by Vijay Subramanian
· 11 years ago
95bd09e
tcp: TSO packets automatic sizing
by Eric Dumazet
· 11 years ago
e3e1202
tcp: don't apply tsoffset if rcv_tsecr is zero
by Andrew Vagin
· 11 years ago
0f7cc9a
tcp: increase throughput when reordering is high
by Yuchung Cheng
· 11 years ago
74c181d
tcp: reset reordering est. selectively on timeout
by Yuchung Cheng
· 11 years ago
ed08495
tcp: use RTT from SACK for RTO
by Yuchung Cheng
· 11 years ago
59c9af4
tcp: measure RTT from new SACK
by Yuchung Cheng
· 11 years ago
5b08e47
tcp: prefer packet timing to TS-ECR for RTT
by Yuchung Cheng
· 11 years ago
375fe02
tcp: consolidate SYNACK RTT sampling
by Yuchung Cheng
· 11 years ago
bcefe17
tcp: introduce a per-route knob for quick ack
by Cong Wang
· 11 years ago
85f1652
tcp: properly send new data in fast recovery in first RTT
by Yuchung Cheng
· 11 years ago
c7d9d6a
tcp: undo on DSACK during recovery
by Yuchung Cheng
· 11 years ago
7026b91
tcp: fix undo on partial ack in recovery
by Yuchung Cheng
· 11 years ago
6a63df4
tcp: refactor undo functions
by Yuchung Cheng
· 11 years ago
6804973
tcp: consolidate PRR packet accounting
by Yuchung Cheng
· 11 years ago
c48b22d
tcp: Remove 2 indentation levels in tcp_rcv_state_process
by Joe Perches
· 11 years ago
61eb9003
tcp: Remove another indentation level in tcp_rcv_state_process
by Joe Perches
· 11 years ago
1f6afc8
tcp: remove one indentation level in tcp_rcv_state_process()
by Eric Dumazet
· 11 years ago
e6ff4c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
35f079e
tcp: bug fix in proportional rate reduction.
by Nandita Dukkipati
· 11 years ago
3e59cb0
tcp: remove bad timeout logic in fast recovery
by Yuchung Cheng
· 11 years ago
d2cf436
tcp: speedup tcp_fixup_rcvbuf()
by Eric Dumazet
· 11 years ago
6a5dc9e
net: Add MIB counters for checksum errors
by Eric Dumazet
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
12fb3dd
tcp: call tcp_replace_ts_recent() from tcp_ack()
by Eric Dumazet
· 12 years ago
e2a553d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7ebe183
tcp: undo spurious timeout after SACK reneging
by Yuchung Cheng
· 12 years ago
e33099f
tcp: implement RFC5682 F-RTO
by Yuchung Cheng
· 12 years ago
ab42d9e
tcp: refactor CA_Loss state processing
by Yuchung Cheng
· 12 years ago
9b44190
tcp: refactor F-RTO
by Yuchung Cheng
· 12 years ago
1a2c618
tcp: Remove TCPCT
by Christoph Paasch
· 12 years ago
9b717a8
tcp: TLP loss detection.
by Nandita Dukkipati
· 12 years ago
6ba8a3b
tcp: Tail loss probe (TLP)
by Nandita Dukkipati
· 12 years ago
aab2b4b
tcp: fix double-counted receiver RTT when leaving receiver fast path
by Neal Cardwell
· 12 years ago
c9af6db
net: Fix possible wrong checksum generation.
by Pravin B Shelar
· 12 years ago
ee684b6
tcp: send packets with a socket timestamp
by Andrey Vagin
· 12 years ago
fd50231
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
6731d20
tcp: fix for zero packets_in_flight was too broad
by Ilpo Järvinen
· 12 years ago
ca2eb56
tcp: remove Appropriate Byte Count support
by Stephen Hemminger
· 12 years ago
188d1f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2e5f421
tcp: frto should not set snd_cwnd to 0
by Eric Dumazet
· 12 years ago
66555e9
tcp: detect SYN/data drop when F-RTO is disabled
by Yuchung Cheng
· 12 years ago
cef401d
net: fix possible wrong checksum generation
by Eric Dumazet
· 12 years ago
4b87f92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7b514a8
tcp: accept RST without ACK flag
by Eric Dumazet
· 12 years ago
5d134f1
tcp: make sysctl_tcp_ecn namespace aware
by Hannes Frederic Sowa
· 12 years ago
c3ae62af
tcp: should drop incoming frames without ACK flag set
by Eric Dumazet
· 12 years ago
6be35c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
93b174a
tcp: bug fix Fast Open client retransmission
by Yuchung Cheng
· 12 years ago
67f4efd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
bd090df
tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()
by Eric Dumazet
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
e6c022a
tcp: better retrans tracking for defer-accept
by Eric Dumazet
· 12 years ago
c454e61
tcp-repair: Handle zero-length data put in rcv queue
by Pavel Emelyanov
· 12 years ago
37561f6
tcp: Reject invalid ack_seq to Fast Open sockets
by Jerry Chu
· 12 years ago
6f73601
tcp: add SYN/data info to TCP_INFO
by Yuchung Cheng
· 12 years ago
354e4aa
tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation
by Eric Dumazet
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
30099b2
tcp: TCP Fast Open Server - record retransmits after 3WHS
by Neal Cardwell
· 12 years ago
e69bebd
tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets
by Neal Cardwell
· 12 years ago
016818d
tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS
by Neal Cardwell
· 12 years ago
1d57f19
tcp: fix regression in urgent data handling
by Eric Dumazet
· 12 years ago
684bad1
tcp: use PRR to reduce cwin in CWR state
by Yuchung Cheng
· 12 years ago
fb4d3d1
tcp: move tcp_update_cwnd_in_recovery
by Yuchung Cheng
· 12 years ago
09484d1
tcp: move tcp_enter_cwr()
by Yuchung Cheng
· 12 years ago
168a8f5
tcp: TCP Fast Open Server - main code path
by Jerry Chu
· 12 years ago
1046716
tcp: TCP Fast Open Server - header & support functions
by Jerry Chu
· 12 years ago
c32f386
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7c4a56f
tcp: fix cwnd reduction for non-sack recovery
by Yuchung Cheng
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
1b3a692
net: remove wrong initialization for snd_wl1
by Razvan Ghitulete
· 12 years ago
aae06bf
tcp: ecn: dont delay ACKS after CE
by Eric Dumazet
· 12 years ago
5d299f3
net: ipv6: fix TCP early demux
by Eric Dumazet
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
c76562b
netvm: prevent a stream-specific deadlock
by Mel Gorman
· 12 years ago
404e0a8
net: ipv4: fix RCU races on dst refcounts
by Eric Dumazet
· 12 years ago
59ea33a
tcp: perform DMA to userspace only if there is a task waiting for it
by Jiri Kosina
· 12 years ago
505fbcf
ipv4: fix TCP early demux
by Eric Dumazet
· 12 years ago
92101b3
ipv4: Prepare for change of rt->rt_iif encoding.
by David S. Miller
· 12 years ago
67b95bd
tcp: Return bool instead of int where appropriate
by Vijay Subramanian
· 12 years ago
67da22d
net-tcp: Fast Open client - cookie-less mode
by Yuchung Cheng
· 12 years ago
aab4874
net-tcp: Fast Open client - detecting SYN-data drops
by Yuchung Cheng
· 12 years ago
Next »