david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/drivers/linux
Michael Brown 306465bef3 [linux] Impose receive quota on tap driver
The tap driver can retrieve a potentially unlimited number of packets
in a single poll.  This can lead to heap exhaustion under heavy load.

Fix by imposing an artificial receive quota (as already used in other
drivers without natural receive limits).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-09-04 18:00:34 +01:00
..
af_packet.c [linux] Fix building with kernel 4.11 headers 2017-03-29 10:58:17 +03:00
linux.c [device] Make driver name a generic device property 2011-04-07 23:09:19 +01:00
tap.c [linux] Impose receive quota on tap driver 2017-09-04 18:00:34 +01:00