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:
339bf98
)
[IPv6] rules: Remove bogus tos validation check
author
Thomas Graf
<tgraf@suug.ch>
Fri, 10 Nov 2006 22:11:04 +0000
(14:11 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:22:12 +0000
(21:22 -0800)
Noticed by Al Viro:
(frh->tos & ~IPV6_FLOWINFO_MASK))
where IPV6_FLOWINFO_MASK is htonl(0xfffffff) and frh->tos
is u8, which makes no sense here...
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/fib6_rules.c
patch
|
blob
|
history
diff --cc
net/ipv6/fib6_rules.c
Simple merge