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:
8ce0c82
)
net: add rbnode to struct sk_buff
author
Eric Dumazet
<edumazet@google.com>
Mon, 3 Nov 2014 16:19:53 +0000
(08:19 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 3 Nov 2014 21:13:03 +0000
(16:13 -0500)
Yaogong replaces TCP out of order receive queue by an RB tree.
As netem already does a private skb->{next/prev/tstamp} union
with a 'struct rb_node', lets do this in a cleaner way.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Yaogong Wang <wygivan@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found