Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255998
b: refs/heads/master
c: f82528b
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Smirnov authored and David S. Miller committed Jul 1, 2011
1 parent bf82d29 commit 4d94d7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: bc057e0366cad58e55038a2cb69572d51c40cdf3
refs/heads/master: f82528bc13a157335dc53e78ce801883b26831e2
3 changes: 0 additions & 3 deletions trunk/drivers/net/veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ static netdev_tx_t veth_xmit(struct sk_buff *skb, struct net_device *dev)
stats = this_cpu_ptr(priv->stats);
rcv_stats = this_cpu_ptr(rcv_priv->stats);

if (!(rcv->flags & IFF_UP))
goto tx_drop;

/* don't change ip_summed == CHECKSUM_PARTIAL, as that
will cause bad checksum on forwarded packets */
if (skb->ip_summed == CHECKSUM_NONE &&
Expand Down

0 comments on commit 4d94d7d

Please sign in to comment.