Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361083
b: refs/heads/master
c: f8af75f
h: refs/heads/master
i:
  361081: 7ec6a19
  361079: 3379130
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Mar 6, 2013
1 parent a44fd67 commit 0bf382e
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: 930df2dfc7073c9ed2d0b47a08e47027ae83c545
refs/heads/master: f8af75f3517a24838a36eb5797a1a3e60bf9e276
2 changes: 2 additions & 0 deletions trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,8 @@ static netdev_tx_t tun_net_xmit(struct sk_buff *skb, struct net_device *dev)
goto drop;
skb_orphan(skb);

nf_reset(skb);

/* Enqueue packet */
skb_queue_tail(&tfile->socket.sk->sk_receive_queue, skb);

Expand Down

0 comments on commit 0bf382e

Please sign in to comment.