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
David Decotigny b6f524388b [af_packet] Add new AF_PACKET driver for Linux
This code largely inspired by tap.c.  Allows for testing iPXE on real
NICs from within Linux.  For example:

  make bin-x86_64-linux/af_packet.linux
  valgrind ./bin-x86_64-linux/af_packet.linux --net af_packet,if=eth3

Tested as x86_64 and i386 binary.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-01-22 14:02:54 +00:00
..
af_packet.c [af_packet] Add new AF_PACKET driver for Linux 2017-01-22 14:02:54 +00:00
linux.c [device] Make driver name a generic device property 2011-04-07 23:09:19 +01:00
tap.c [linux] Apply MAC address prior to registering network device 2013-09-03 02:02:58 +01:00