diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-03-31 02:08:31 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-01 18:41:35 -0700 |
commit | 630b943c182d1aed69f244405131902fbcba7ec6 (patch) | |
tree | 8681938a3c4922405e8df6a61b7152bfd1e96ea4 /net | |
parent | 5d944c640b4ae5f37c537acf491c2f0eb89fa0d6 (diff) | |
download | linux-3.10-630b943c182d1aed69f244405131902fbcba7ec6.tar.gz linux-3.10-630b943c182d1aed69f244405131902fbcba7ec6.tar.bz2 linux-3.10-630b943c182d1aed69f244405131902fbcba7ec6.zip |
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 <sergey.senozhatsky@gmail.com>
Tested-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Diagnosed-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions