Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159027
b: refs/heads/master
c: 27a242e
h: refs/heads/master
i:
  159025: 893f7c0
  159023: bb53181
v: v3
  • Loading branch information
Ben Greear authored and David S. Miller committed Jul 24, 2009
1 parent c379a70 commit ed15345
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: dd52856ba24ed2f67679c86f207e5a9bab1eb93b
refs/heads/master: 27a242e92f77c955433ce0347533f401ecdcd0f3
1 change: 1 addition & 0 deletions trunk/drivers/net/veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ static int veth_xmit(struct sk_buff *skb, struct net_device *dev)
if (skb->len > (rcv->mtu + MTU_PAD))
goto rx_drop;

skb->tstamp.tv64 = 0;
skb->pkt_type = PACKET_HOST;
skb->protocol = eth_type_trans(skb, rcv);
if (dev->features & NETIF_F_NO_CSUM)
Expand Down

0 comments on commit ed15345

Please sign in to comment.