Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 290821 Details for
Bug 388363
>=sys-kernel/gentoo-sources-3.0.6: eth0 hw csum error in br_multicast_rcv()
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
revert_csum_change.patch
revert_csum_change.patch (text/plain), 833 bytes, created by
Stratos Psomadakis (RETIRED)
on 2011-10-25 19:23:50 UTC
(
hide
)
Description:
revert_csum_change.patch
Filename:
MIME Type:
Creator:
Stratos Psomadakis (RETIRED)
Created:
2011-10-25 19:23:50 UTC
Size:
833 bytes
patch
obsolete
>diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c >index 995cbe0..5db95fd 100644 >--- a/net/bridge/br_multicast.c >+++ b/net/bridge/br_multicast.c >@@ -1520,23 +1520,16 @@ static int br_multicast_ipv6_rcv(struct net_bridge *br, > err = pskb_trim_rcsum(skb2, len); > if (err) > goto out; >- err = -EINVAL; > } > >- ip6h = ipv6_hdr(skb2); >- > switch (skb2->ip_summed) { > case CHECKSUM_COMPLETE: >- if (!csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr, skb2->len, >- IPPROTO_ICMPV6, skb2->csum)) >+ if (!csum_fold(skb2->csum)) > break; > /*FALLTHROUGH*/ > case CHECKSUM_NONE: >- skb2->csum = ~csum_unfold(csum_ipv6_magic(&ip6h->saddr, >- &ip6h->daddr, >- skb2->len, >- IPPROTO_ICMPV6, 0)); >- if (__skb_checksum_complete(skb2)) >+ skb2->csum = 0; >+ if (skb_checksum_complete(skb2)) > goto out; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 388363
:
290769
| 290821 |
290901
|
290903
|
290905
|
290907