https://github.com/torvalds/linux
Revision 811230cd853d62f09ed0addd0ce9a1b9b0e13fb5 authored by Eric Dumazet on 28 January 2015, 13:47:11 UTC, committed by David S. Miller on 29 January 2015, 07:24:47 UTC
When I added sk_pacing_rate field, I forgot to initialize its value
in the per cpu unicast_sock used in ip_send_unicast_reply()

This means that for sch_fq users, RST packets, or ACK packets sent
on behalf of TIME_WAIT sockets might be sent to slowly or even dropped
once we reach the per flow limit.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Fixes: 95bd09eb2750 ("tcp: TSO packets automatic sizing")
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 150ae0e
History
Tip revision: 811230cd853d62f09ed0addd0ce9a1b9b0e13fb5 authored by Eric Dumazet on 28 January 2015, 13:47:11 UTC
tcp: ipv4: initialize unicast_sock sk_pacing_rate
Tip revision: 811230c
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.8 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.0 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 292.5 KB
Makefile -rw-r--r-- 53.1 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top