2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 07:34:06 +08:00
linux-next/drivers/net/ethernet/cadence
Nicolas Ferre 8770e91aa6 net/macb: fix race with RX interrupt while doing NAPI
When interrupts are disabled, an RX condition can occur but
it is not reported when enabling interrupts again. We need to check
RSR and use napi_reschedule() if condition is met.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-13 13:34:10 -05:00
..
at91_ether.c net/cadence: remove __dev* attributes 2012-12-03 11:16:54 -08:00
Kconfig net/cadence: depend on HAS_IOMEM 2012-10-31 14:00:15 -04:00
macb.c net/macb: fix race with RX interrupt while doing NAPI 2013-02-13 13:34:10 -05:00
macb.h net/macb: GEM DMA configuration register update 2012-11-23 14:29:51 -05:00
Makefile net/at91_ether: select MACB in Kconfig 2012-10-23 02:40:09 -04:00