Message ID | 20200102164751.416922-4-Jason@zx2c4.com |
---|---|
State | Accepted |
Delegated to: | David Miller |
Headers | show |
Series | WireGuard bug fixes and cleanups | expand |
diff --git a/drivers/net/wireguard/socket.c b/drivers/net/wireguard/socket.c index c46256d0d81c..262f3b5c819d 100644 --- a/drivers/net/wireguard/socket.c +++ b/drivers/net/wireguard/socket.c @@ -333,6 +333,7 @@ static int wg_receive(struct sock *sk, struct sk_buff *skb) wg = sk->sk_user_data; if (unlikely(!wg)) goto err; + skb_mark_not_on_list(skb); wg_packet_receive(wg, skb); return 0;