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:
b0e1e64
)
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
author
David S. Miller
<davem@davemloft.net>
Wed, 9 Jul 2008 05:49:00 +0000
(22:49 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Jul 2008 05:49:00 +0000
(22:49 -0700)
Now that our qdisc management is bi-directional, per-queue, and fully
orthogonal, there is no reason to have a special ingress qdisc pointer
in struct net_device.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found