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:
b5497ee
)
net: ipv6: fix TCP early demux
author
Eric Dumazet
<edumazet@google.com>
Mon, 6 Aug 2012 05:09:33 +0000
(
05:09
+0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 6 Aug 2012 20:33:21 +0000
(13:33 -0700)
IPv6 needs a cookie in dst_check() call.
We need to add rx_dst_cookie and provide a family independent
sk_rx_dst_set(sk, skb) method to properly support IPv6 TCP early demux.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found