git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad86de8
)
pkt_sched: fq: clear time_next_packet for reused flows
author
Eric Dumazet
<edumazet@google.com>
Sun, 27 Oct 2013 23:26:43 +0000
(16:26 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Oct 2013 04:18:31 +0000
(
00:18
-0400)
When a socket is freed/reallocated, we need to clear time_next_packet
or else we can inherit a prior value and delay first packets of the
new flow.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found