Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136301
b: refs/heads/master
c: 1c8dbcf
h: refs/heads/master
i:
  136299: 433f97e
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Mar 13, 2009
1 parent 4666c5b commit 9d67956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 01d5b2fca1fa58ed5039239fd531e9f658971ace
refs/heads/master: 1c8dbcf6496c2612d883a8bc6bccc38000e14866
4 changes: 3 additions & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,9 @@ static bool can_checksum_protocol(unsigned long features, __be16 protocol)
((features & NETIF_F_IP_CSUM) &&
protocol == htons(ETH_P_IP)) ||
((features & NETIF_F_IPV6_CSUM) &&
protocol == htons(ETH_P_IPV6)));
protocol == htons(ETH_P_IPV6)) ||
((features & NETIF_F_FCOE_CRC) &&
protocol == htons(ETH_P_FCOE)));
}

static bool dev_can_checksum(struct net_device *dev, struct sk_buff *skb)
Expand Down

0 comments on commit 9d67956

Please sign in to comment.