index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_recovery.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-20
tcp: Fix data-races around sysctl_tcp_recovery.
Kuniyuki Iwashima
1
-2
/
+4
2022-04-30
tcp: use tcp_skb_sent_after() instead in RACK
Pengcheng Yang
1
-10
/
+5
2021-07-27
tcp: more accurately check DSACKs to grow RACK reordering window
Neal Cardwell
1
-1
/
+2
2021-01-23
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
1
-2
/
+3
2020-11-02
tcp: avoid slow start during fast recovery on new losses
Yuchung Cheng
1
-1
/
+2
2020-09-25
tcp: move tcp_mark_skb_lost
Yuchung Cheng
1
-14
/
+0
2020-09-25
tcp: consistently check retransmit hint
Yuchung Cheng
1
-1
/
+1
2018-09-21
tcp: introduce tcp_skb_timestamp_us() helper
Eric Dumazet
1
-2
/
+3
2018-08-01
tcp: add stat of data packet reordering events
Wei Wang
1
-1
/
+1
2018-05-18
tcp: tcp_rack_reo_wnd() can be static
kbuild test robot
1
-1
/
+1
2018-05-17
tcp: new helper tcp_rack_skb_timeout
Yuchung Cheng
1
-2
/
+7
2018-05-17
tcp: account lost retransmit after timeout
Yuchung Cheng
1
-2
/
+2
2018-05-17
tcp: simpler NewReno implementation
Yuchung Cheng
1
-0
/
+27
2018-05-17
tcp: support DUPACK threshold in RACK
Yuchung Cheng
1
-13
/
+27
2017-12-08
tcp: evaluate packet losses upon RTT change
Yuchung Cheng
1
-11
/
+8
2017-12-08
tcp: fix off-by-one bug in RACK
Yuchung Cheng
1
-3
/
+3
2017-12-08
tcp: correctly test congestion state in RACK
Yuchung Cheng
1
-1
/
+2
2017-11-05
tcp: higher throughput under reordering with adaptive RACK reordering wnd
Priyaranjan Jha
1
-2
/
+46
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-27
tcp: Namespace-ify sysctl_tcp_recovery
Eric Dumazet
1
-2
/
+0
2017-10-05
tcp: a small refactor of RACK loss detection
Yuchung Cheng
1
-22
/
+18
2017-10-05
tcp: more efficient RACK loss detection
Yuchung Cheng
1
-15
/
+5
2017-07-19
tcp: adjust tail loss probe timeout
Yuchung Cheng
1
-1
/
+1
2017-05-17
tcp: switch TCP TS option (RFC 7323) to 1ms clock
Eric Dumazet
1
-13
/
+10
2017-05-17
tcp: use tp->tcp_mstamp in output path
Eric Dumazet
1
-1
/
+0
2017-04-27
tcp: tcp_rack_reo_timeout() must update tp->tcp_mstamp
Eric Dumazet
1
-0
/
+1
2017-04-26
tcp: do not pass timestamp to tcp_rack_advance()
Eric Dumazet
1
-3
/
+2
2017-04-26
tcp: do not pass timestamp to tcp_rack_mark_lost()
Eric Dumazet
1
-1
/
+1
2017-04-26
tcp: do not pass timestamp to tcp_rack_detect_loss()
Eric Dumazet
1
-7
/
+4
2017-04-05
tcp: fix lost retransmit SNMP under-counting
Yuchung Cheng
1
-1
/
+2
2017-01-13
tcp: enable RACK loss detection to trigger recovery
Yuchung Cheng
1
-6
/
+10
2017-01-13
tcp: use sequence to break TS ties for RACK loss detection
Yuchung Cheng
1
-3
/
+14
2017-01-13
tcp: add reordering timer in RACK loss detection
Yuchung Cheng
1
-7
/
+50
2017-01-13
tcp: record most recent RTT in RACK loss detection
Yuchung Cheng
1
-18
/
+23
2017-01-13
tcp: new helper for RACK to detect loss
Yuchung Cheng
1
-9
/
+13
2017-01-13
tcp: new helper function for RACK loss detection
Yuchung Cheng
1
-7
/
+14
2016-05-02
tcp: do not assume TCP code is non preemptible
Eric Dumazet
1
-2
/
+2
2016-04-27
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
1
-2
/
+2
2015-10-21
tcp: use RACK to detect losses
Yuchung Cheng
1
-0
/
+77
2015-10-21
tcp: track the packet timings in RACK
Yuchung Cheng
1
-0
/
+32