Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
bfe8fe939a049e99e1bda0f81e72a612e83ab446
/
net
/
ipv4
/
tcp_timer.c
3628e3c
net: ipv4: kerneldoc fixes
by Andrew Lunn
· 4 years, 6 months ago
2b19585
tcp: add tp->dup_ack_counter
by Eric Dumazet
· 4 years, 8 months ago
32efcc0
tcp: export count for rehash attempts
by Abdul Kabbani
· 5 years ago
0d580fb
tcp: refactor tcp_retransmit_timer()
by Eric Dumazet
· 5 years ago
d983ea6
tcp: add rcu protection around tp->fastopen_rsk
by Eric Dumazet
· 5 years ago
3256a2d6
tcp: adjust rto_base in retransmits_timed_out()
by Eric Dumazet
· 5 years ago
a41e8a8
tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state
by Eric Dumazet
· 5 years ago
c04b79b
tcp: add new tcp_mtu_probe_floor sysctl
by Josh Hunt
· 5 years ago
967c05a
tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
by Eric Dumazet
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
8c3cfe1
tcp: lower congestion window on Fast Open SYNACK timeout
by Yuchung Cheng
· 6 years ago
31954cd
tcp: Refactor pingpong code
by Wei Wang
· 6 years ago
590d202
tcp: retry more conservatively on local congestion
by Yuchung Cheng
· 6 years ago
9721e70
tcp: simplify window probe aborting on USER_TIMEOUT
by Yuchung Cheng
· 6 years ago
01a523b
tcp: create a helper to model exponential backoff
by Yuchung Cheng
· 6 years ago
c7d13c8
tcp: properly track retry time on passive Fast Open
by Yuchung Cheng
· 6 years ago
7ae1897
tcp: always set retrans_stamp on recovery
by Yuchung Cheng
· 6 years ago
88f8598
tcp: exit if nothing to retransmit on RTO timeout
by Yuchung Cheng
· 6 years ago
c5715b8
tcp: change txhash on SYN-data timeout
by Yuchung Cheng
· 6 years ago
e1561fe
tcp: fix SNMP TCP timeout under-estimation
by Yuchung Cheng
· 6 years ago
3976535
tcp: fix off-by-one bug on aborting window-probing socket
by Yuchung Cheng
· 6 years ago
9efdda4
tcp: address problems caused by EDT misshaps
by Eric Dumazet
· 6 years ago
86de592
tcp: defer SACK compression after DupThresh
by Eric Dumazet
· 6 years ago
5f6188a
tcp: do not change tcp_wstamp_ns in tcp_mstamp_refresh
by Eric Dumazet
· 6 years ago
fb420d5
tcp/fq: move back to CLOCK_MONOTONIC
by Eric Dumazet
· 6 years ago
fd2bca2
tcp: switch internal pacing timer to CLOCK_TAI
by Eric Dumazet
· 6 years ago
d3edd06
tcp: provide earliest departure time in skb->tstamp
by Eric Dumazet
· 6 years ago
5547720
tcp: make function tcp_retransmit_stamp() static
by Wei Yongjun
· 6 years ago
b701a99
tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy
by Jon Maxwell
· 6 years ago
a7fa377
tcp: Add tcp_retransmit_stamp() helper routine
by Jon Maxwell
· 6 years ago
9bcc66e
tcp: convert icsk_user_timeout from jiffies to msecs
by Jon Maxwell
· 6 years ago
5d9f426
tcp: add SACK compression
by Eric Dumazet
· 7 years ago
73a6bab
tcp: switch pacing timer to softirq based hrtimer
by Eric Dumazet
· 7 years ago
e05836a
tcp: purge write queue upon aborting the connection
by Soheil Hassas Yeganeh
· 7 years ago
3e3ab9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f89013f
bpf: Add sock_ops RTO callback
by Lawrence Brakmo
· 7 years ago
4ee806d
net: tcp: close sock if net namespace is exiting
by Dan Streetman
· 7 years ago
c30abd5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
4688eb7
tcp: refresh tcp_mstamp from timers callbacks
by Eric Dumazet
· 7 years ago
7268586
tcp: pause Fast Open globally after third consecutive timeout
by Yuchung Cheng
· 7 years ago
d0f3684
tcp: tcp_mtu_probing() cleanup
by Eric Dumazet
· 7 years ago
2c04ac8
tcp: Namespace-ify sysctl_tcp_thin_linear_timeouts
by Eric Dumazet
· 7 years ago
59f379f
inet/connection_sock: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
75c119a
tcp: implement rb-tree based retransmit queue
by Eric Dumazet
· 7 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2dda640
net: fix keepalive code vs TCP_FASTOPEN_CONNECT
by Eric Dumazet
· 7 years ago
e7942d0
tcp: remove prequeue support
by Florian Westphal
· 7 years ago
ce682ef
tcp: fix TCP_SYNCNT flakes
by Eric Dumazet
· 8 years ago
4ab6887
tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT
by Eric Dumazet
· 8 years ago
9a568de
tcp: switch TCP TS option (RFC 7323) to 1ms clock
by Eric Dumazet
· 8 years ago
c74df29
tcp: use tcp_jiffies32 to feed probe_timestamp
by Eric Dumazet
· 8 years ago
70eabf0
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
by Eric Dumazet
· 8 years ago
d635fbe
tcp: use tcp_jiffies32 to feed tp->lsndtime
by Eric Dumazet
· 8 years ago
385e207
tcp: use tp->tcp_mstamp in output path
by Eric Dumazet
· 8 years ago
218af59
tcp: internal implementation for pacing
by Eric Dumazet
· 8 years ago
59450f8
net/tcp_fastopen: Remove mss check in tcp_write_timeout()
by Wei Wang
· 8 years ago
02b2faa
tcp: fix various issues for sockets morphing to listen state
by Eric Dumazet
· 8 years ago
bec41a1
tcp: remove early retransmit
by Yuchung Cheng
· 8 years ago
57dde7f
tcp: add reordering timer in RACK loss detection
by Yuchung Cheng
· 8 years ago
4b9d07a
net: introduce keepalive function in struct proto
by Ursula Braun
· 8 years ago
7aa5470
tcp: tsq: move tsq_flags close to sk_wmem_alloc
by Eric Dumazet
· 8 years ago
3acf3ec
tcp: Change txhash on every SYN and RTO retransmit
by Lawrence Brakmo
· 8 years ago
7e32b44
tcp: properly account Fast Open SYN-ACK retrans
by Yuchung Cheng
· 8 years ago
c380d37
tcp_timer.c: Add kernel-doc function descriptions
by Richard Sailer
· 8 years ago
c10d931
tcp: do not assume TCP code is non preemptible
by Eric Dumazet
· 9 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
10d3be5
tcp-tso: do not split TSO packets at retransmit time
by Eric Dumazet
· 9 years ago
c402d9b
ipv4: Namespaceify tcp_orphan_retries sysctl knob
by Nikolay Borisov
· 9 years ago
c6214a9
ipv4: Namespaceify tcp_retries2 sysctl knob
by Nikolay Borisov
· 9 years ago
ae5c3f4
ipv4: Namespaceify tcp_retries1 sysctl knob
by Nikolay Borisov
· 9 years ago
7c083ec
ipv4: Namespaceify tcp synack retries sysctl knob
by Nikolay Borisov
· 9 years ago
6fa2516
ipv4: Namespaceify tcp syn retries sysctl knob
by Nikolay Borisov
· 9 years ago
b840d15
ipv4: Namespecify the tcp_keepalive_intvl sysctl knob
by Nikolay Borisov
· 9 years ago
9bd6861
ipv4: Namespecify tcp_keepalive_probes sysctl knob
by Nikolay Borisov
· 9 years ago
13b287e
ipv4: Namespaceify tcp_keepalive_time sysctl knob
by Nikolay Borisov
· 9 years ago
dd52bc2
tcp: fix Fast Open snmp over-counting bug
by Yuchung Cheng
· 9 years ago
0e45f4d
tcp: disable Fast Open on timeouts after handshake
by Yuchung Cheng
· 9 years ago
7533ce3
tcp: change type of alive from int to bool
by Richard Sailer
· 9 years ago
a4e2405
tcp: do not export tcp_init_xmit_timers()
by Eric Dumazet
· 9 years ago
b8da51e
tcp: introduce tcp_under_memory_pressure()
by Eric Dumazet
· 10 years ago
e520af4
tcp: add TCPWinProbe and TCPKeepAlive SNMP counters
by Eric Dumazet
· 10 years ago
2646c83
tcp: RFC7413 option support for Fast Open client
by Daniel Lee
· 10 years ago
42cb80a
inet: remove sk_listener parameter from syn_ack_timeout()
by Eric Dumazet
· 10 years ago
fa76ce73
inet: get rid of central tcp/dccp listener timer
by Eric Dumazet
· 10 years ago
05cbc0d
ipv4: Create probe timer for tcp PMTU as per RFC4821
by Fan Du
· 10 years ago
b0f9ca5
ipv4: Namespecify TCP PMTU mechanism
by Fan Du
· 10 years ago
ba7a46f
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
by Joe Perches
· 10 years ago
b248230
tcp: abort orphan sockets stalling on zero window probes
by Yuchung Cheng
· 10 years ago
fcdd1cf
tcp: avoid possible arithmetic overflows
by Eric Dumazet
· 10 years ago
7faee5c
tcp: remove TCP_SKB_CB(skb)->when
by Eric Dumazet
· 10 years ago
5ae344c
tcp: reduce spurious retransmits due to transient SACK reneging
by Neal Cardwell
· 10 years ago
f19c29e
tcp: snmp stats for Fast Open, SYN rtx, and data pkts
by Yuchung Cheng
· 11 years ago
c968601
tcp: temporarily disable Fast Open on SYN timeout
by Yuchung Cheng
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
9b44190
tcp: refactor F-RTO
by Yuchung Cheng
· 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
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
37561f6
tcp: Reject invalid ack_seq to Fast Open sockets
by Jerry Chu
· 12 years ago
Next »