Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201318
b: refs/heads/master
c: c736eef
h: refs/heads/master
v: v3
  • Loading branch information
Ben Greear authored and David S. Miller committed Jul 26, 2010
1 parent 869d3bf commit 6c26804
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3b87956ea645fb4de7e59c7d0aa94de04be72615
refs/heads/master: c736eefadb71a01a5e61e0de700f28f6952b4444
1 change: 1 addition & 0 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,7 @@ static inline void net_timestamp_check(struct sk_buff *skb)
int dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
{
skb_orphan(skb);
nf_reset(skb);

if (!(dev->flags & IFF_UP) ||
(skb->len > (dev->mtu + dev->hard_header_len))) {
Expand Down

0 comments on commit 6c26804

Please sign in to comment.