net: rtl8169: clean receive buffer after net handler
The processing of the buffer might change some data, which
will eventually trigger a cache writeback later on, corrupting
data written by the network chip. Clean the cache range
to make sure there is no writeback pending.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent fd378e7 commit 7d60a02034bb8816c74d2bbddc0d0981024bed66
@Lucas Stach Lucas Stach authored on 2 Nov 2014
Sascha Hauer committed on 3 Nov 2014
Showing 1 changed file
View
drivers/net/rtl8169.c