Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9a31328f310d6281a8afbcf9e15832aef8e0695e
/
net
/
ipv4
/
tcp_timer.c
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
8336886
tcp: TCP Fast Open Server - support TFO listeners
by Jerry Chu
· 12 years ago
144d56e
tcp: fix possible socket refcount problem
by Eric Dumazet
· 12 years ago
6f458df
tcp: improve latencies of timer triggered events
by Eric Dumazet
· 12 years ago
750ea2b
tcp: early retransmit: delayed fast retransmit
by Yuchung Cheng
· 13 years ago
afd46503
net: ipv4: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
efcdbf2
net: Disambiguate kernel message
by Arun Sharma
· 13 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 13 years ago
180d8cd
foundations of per-cgroup memory pressure controlling.
by Glauber Costa
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
78d81d1
TCP: remove TCP_DEBUG
by Flavio Leitner
· 13 years ago
089c348
tcp: Remove debug macro of TCP_CHECK_TIMER
by Shan Wei
· 14 years ago
c60ce4e
tcp: use correct counters in CA_CWR state too
by Ilpo Järvinen
· 14 years ago
21a180c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
4d22f7d
net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()
by Damian Lukowski
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
dca43c7
tcp: Add TCP_USER_TIMEOUT socket option.
by Jerry Chu
· 14 years ago
ad1af0f
tcp: Combat per-cpu skew in orphan tests.
by David S. Miller
· 14 years ago
4bc2f18
net/ipv4: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
6c37e5d
TCP: avoid to send keepalive probes if receiving data
by Flavio Leitner
· 15 years ago
b6c6712
net: sk_dst_cache RCUification
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
36e31b0a
net: TCP thin linear timeouts
by Andreas Petlund
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
72659ec
tcp: account SYN-ACK timeouts & retransmissions
by Octavian Purdila
· 15 years ago
2f7de57
tcp: Stalling connections: Move timeout calculation routine
by Damian Lukowski
· 15 years ago
ea94ff3
net: Fix for dst_negative_advice
by Krishna Kumar
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
6fa12c8
Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.
by Damian Lukowski
· 15 years ago
f1ecd5d
Revert Backoff [v3]: Revert RTO on ICMP destination unreachable
by Damian Lukowski
· 15 years ago
df19a62
tcp: keepalive cleanups
by Eric Dumazet
· 15 years ago
bc079e9
tcp: cleanup ca_state mess in tcp_timer
by Ilpo Järvinen
· 16 years ago
6086ebc
tcp: Stop scaring users with "treason uncloaked!"
by Matt Mackall
· 16 years ago
dd24c00
net: Use a percpu_counter for orphan_count
by Eric Dumazet
· 16 years ago
fd3f8c4
net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.c
by Jianjun Kong
· 16 years ago
673d57e
net: replace NIPQUAD() in net/ipv4/ net/ipv6/
by Harvey Harrison
· 16 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
0c6ce78
net: replace uses of NIP6_FMT with %p6
by Harvey Harrison
· 16 years ago
c57943a
net: wrap sk->sk_backlog_rcv()
by Peter Zijlstra
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
de0744a
mib: add net to NET_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
40b215e
tcp: de-bloat a bit with factoring NET_INC_STATS_BH out
by Pavel Emelyanov
· 16 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ec0a196
tcp: Revert 'process defer accept as established' changes.
by David S. Miller
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
569508c
[TCP]: Format addresses appropriately in debug messages.
by YOSHIFUJI Hideaki
· 17 years ago
a7d632b
[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
by YOSHIFUJI Hideaki
· 17 years ago
ec3c098
[TCP]: TCP_DEFER_ACCEPT updates - process as established
by Patrick McManus
· 17 years ago
9993e7d
[TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer().
by David S. Miller
· 17 years ago
3ab224b
[NET] CORE: Introducing new memory accounting interface.
by Hideo Aoki
· 17 years ago
8beb5c5
[TCP]: Avoid a divide in tcp_mtu_probing()
by Eric Dumazet
· 17 years ago
829942c
[TCP]: Move mss variable in tcp_mtu_probing()
by David S. Miller
· 17 years ago
ce55dd3
[TCP]: tcp_write_timeout.c cleanup
by Eric Dumazet
· 17 years ago
e60402d
[TCP]: Move sack_ok access to obviously named funcs & cleanup
by Ilpo Järvinen
· 17 years ago
274707c
[TCP]: Use LIMIT_NETDEBUG in tcp_retransmit_timer().
by Eric Dumazet
· 17 years ago
e4fd5da
[TCP]: Consolidate checking for tcp orphan count being too big.
by Pavel Emelianov
· 17 years ago
Next »