From: Eric Dumazet Date: Fri, 30 Apr 2010 23:20:39 +0000 (-0700) Subject: r8169: Fix rtl8169_rx_interrupt() X-Git-Tag: v2.6.34-rc7~20^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c3b9d3458a8272f1e4c6aed9e8325136f6380f9;p=pandora-kernel.git r8169: Fix rtl8169_rx_interrupt() In case a reset is performed, rtl8169_rx_interrupt() is called from process context instead of softirq context. Special care must be taken to call appropriate network core services (netif_rx() instead of netif_receive_skb()). VLAN handling also corrected. Reported-by: Sergey Senozhatsky Tested-by: Sergey Senozhatsky Diagnosed-by: Oleg Nesterov Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed