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:
8d8bdfe
)
sch_choke: use skb_header_pointer()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 8 Nov 2011 10:45:04 +0000
(10:45 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 8 Nov 2011 21:41:31 +0000
(16:41 -0500)
Remove the assumption that skb_get_rxhash() makes IP header and ports
linear, and use skb_header_pointer() instead in choke_match_flow()
This permits __skb_get_rxhash() to use skb_header_pointer() eventually.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found