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:
5b0ac72
)
[PKT_SCHED] dsmark: handle cloned and non-linear skb's
author
Stephen Hemminger
<shemminger@vyatta.com>
Mon, 21 Jan 2008 10:23:49 +0000
(
02:23
-0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:08:40 +0000
(15:08 -0800)
Make dsmark work properly with non-linear and cloned skb's
Before modifying the header, it needs to check that skb header is
writeable.
Note: this makes the assumption, that if it queues a good skb
then a good skb will come out of the embedded qdisc.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found