dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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
..
Kconfig net/cadence: depend on HAS_IOMEM 2012-10-31 14:00:15 -04:00
Makefile net/at91_ether: select MACB in Kconfig 2012-10-23 02:40:09 -04:00
at91_ether.c net/cadence: remove __dev* attributes 2012-12-03 11:16:54 -08: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