]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[legacy] Allocate extra padding in receive buffers
authorMichael Brown <mcb30@ipxe.org>
Tue, 24 Jun 2025 12:40:50 +0000 (13:40 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 24 Jun 2025 12:41:51 +0000 (13:41 +0100)
commitd0c02e0df8ae42b75b422f5df83c600a98d7cbc7
tree9ff4637df966d9b6d647e4a055a611c329ef14fa
parent97f40c5fcc4baa4ac9e69073db464fa62296855c
[legacy] Allocate extra padding in receive buffers

Allow for legacy drivers that include VLAN tags or CRCs within their
received packets.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/legacy.c