Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122561
b: refs/heads/master
c: bcb09dc
h: refs/heads/master
i:
  122559: 2e4679d
v: v3
  • Loading branch information
Brice Goglin authored and David S. Miller committed Dec 9, 2008
1 parent 10b0d71 commit ca10fb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6cf1a0f856bcb5423bfb4121b2dfeaa3ba7b1ff2
refs/heads/master: bcb09dc276e706ed6f22813ba774797125f3da0a
2 changes: 2 additions & 0 deletions trunk/drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2229,6 +2229,8 @@ myri10ge_get_frag_header(struct skb_frag_struct *frag, void **mac_hdr,
*ip_hdr = iph;
if (iph->protocol != IPPROTO_TCP)
return -1;
if (iph->frag_off & htons(IP_MF | IP_OFFSET))
return -1;
*hdr_flags |= LRO_TCP;
*tcpudp_hdr = (u8 *) (*ip_hdr) + (iph->ihl << 2);

Expand Down

0 comments on commit ca10fb7

Please sign in to comment.