Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291613
b: refs/heads/master
c: cdbee74
h: refs/heads/master
i:
  291611: 8792833
v: v3
  • Loading branch information
Yi Zou authored and David S. Miller committed Mar 19, 2012
1 parent 6f495c6 commit 82ee345
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8f4a0a3d9f9706da5a9d053fe39854c160250ddc
refs/heads/master: cdbee74ce74cd66de42a6f6d0edfa74fa9a66f2a
3 changes: 2 additions & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,8 @@ static inline bool netif_needs_gso(struct sk_buff *skb,
netdev_features_t features)
{
return skb_is_gso(skb) && (!skb_gso_ok(skb, features) ||
unlikely(skb->ip_summed != CHECKSUM_PARTIAL));
unlikely((skb->ip_summed != CHECKSUM_PARTIAL) &&
(skb->ip_summed != CHECKSUM_UNNECESSARY)));
}

static inline void netif_set_gso_max_size(struct net_device *dev,
Expand Down

0 comments on commit 82ee345

Please sign in to comment.