Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157186 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +2 lines)
Line  Link Here
0
>csum is interpreted as offset of checksum in the packet.  net/core/*
0
++ b/drivers/net/tokenring/ibmtr.c
1
--
2
-- a/drivers/net/tokenring/ibmtr.c
Lines 1826-1832 static void tr_rx(struct net_device *dev Link Here
1826
	skb->protocol = tr_type_trans(skb, dev);
1826
	skb->protocol = tr_type_trans(skb, dev);
1827
	if (IPv4_p) {
1827
	if (IPv4_p) {
1828
		skb->csum = chksum;
1828
		skb->csum = chksum;
1829
		skb->ip_summed = 1;
1829
		skb->ip_summed = CHECKSUM_COMPLETE;
1830
	}
1830
	}
1831
	netif_rx(skb);
1831
	netif_rx(skb);
1832
	dev->last_rx = jiffies;
1832
	dev->last_rx = jiffies;

Return to bug 157186