patch-2.4.8 linux/drivers/net/tun.c

Next file: linux/drivers/net/wan/sbni.c
Previous file: linux/drivers/net/tulip/tulip_core.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.7/linux/drivers/net/tun.c linux/drivers/net/tun.c
@@ -218,7 +218,7 @@
 	if (tun->flags & TUN_NOCHECKSUM)
 		skb->ip_summed = CHECKSUM_UNNECESSARY;
  
-	netif_rx(skb);
+	netif_rx_ni(skb);
    
 	tun->stats.rx_packets++;
 	tun->stats.rx_bytes += len;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)