linux-hardened/drivers/net/ethernet/via
françois romieu 8709bb2c1e via-rhine: forbid holes in the receive descriptor ring.
Rationales:
- throttle work under memory pressure
- lower receive descriptor recycling latency for the network adapter
- lower the maintenance burden of uncommon paths

The patch is twofold:
- it fails early if the receive ring can't be completely initialized
  at dev->open() time
- it drops packets on the floor in the napi receive handler so as to
  keep the received ring full

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-05-04 00:18:26 -04:00
..
Kconfig net: via-rhine: add OF bus binding 2014-04-23 15:24:06 -04:00
Makefile
via-rhine.c via-rhine: forbid holes in the receive descriptor ring. 2015-05-04 00:18:26 -04:00
via-velocity.c via-velocity: constify of_device_id array 2015-03-17 15:00:24 -04:00
via-velocity.h net: velocity: Add platform device support to VIA velocity driver 2013-05-20 13:40:39 -07:00