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:
a1044e3
)
net: init ingress queue
author
Changli Gao
<xiaosuo@gmail.com>
Sat, 4 Dec 2010 02:31:41 +0000
(
02:31
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Dec 2010 17:43:27 +0000
(09:43 -0800)
The dev field of ingress queue is forgot to initialized, then NULL
pointer dereference happens in qdisc_alloc().
Move inits of tx queues to netif_alloc_netdev_queues().
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found