From 1e75896294d282ecd5b1717fcb3f6aa2908d5946 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Tue, 12 Jul 2011 22:09:18 -0700 Subject: [PATCH] be2net: account for skb allocation failures If we cannot allocate new skbs in RX completion handler, we should increase netdevice rx_dropped counter, not spam console messages. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-format-patch failed