david/ipxe
Archived
1
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/include/gpxe
2006-08-11 18:00:22 +00:00
..
acpi.h Added missing packed attribute 2006-08-10 00:10:09 +00:00
aoe.h Improve tcpdump legibility. 2006-06-01 19:23:52 +00:00
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). 2006-08-08 17:44:25 +00:00
async.h Added generic asynchronous operations code. 2006-05-31 14:34:17 +00:00
ata.h Backing out last change; no immediate plans to make the whole block-device 2006-06-01 11:14:59 +00:00
bitbash.h Move per-transition delays from generic bit-bashing layer to i2c layer 2006-06-14 00:20:35 +00:00
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in 2006-05-19 15:06:51 +00:00
device.h Added generic device model. 2006-05-16 14:10:21 +00:00
dhcp.h Derive xid dynamically from the netdev, so that we can call 2006-08-09 02:56:40 +00:00
ethernet.h Simplify RX data path. 2006-06-17 22:36:27 +00:00
ftp.h Update ftp.c and hello.c to use the generic async_operations API. 2006-06-19 15:46:58 +00:00
heap.h Tear out old heap code, replace with code that simply allocates memory 2006-05-16 15:00:36 +00:00
hello.h Update ftp.c and hello.c to use the generic async_operations API. 2006-06-19 15:46:58 +00:00
http.h New HTTP protocol and test code 2006-08-11 14:13:02 +00:00
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. 2006-06-12 19:29:50 +00:00
if_arp.h Header rearrangement. 2006-04-24 15:42:49 +00:00
if_ether.h Add ETH_P_AOE 2006-05-28 21:47:52 +00:00
in.h Added features that will be required for PXE UDP support. 2006-08-02 00:02:21 +00:00
init.h Removed some obsolete INIT_XXX constants. 2006-05-25 01:09:06 +00:00
ip6.h Removed some bugs in TCP 2006-08-08 03:42:30 +00:00
ip.h Added features that will be required for PXE UDP support. 2006-08-02 00:02:21 +00:00
iscsi.h Added iSCSI boot test code 2006-06-14 17:00:25 +00:00
list.h Add list_for_each_entry_safe. 2006-05-16 14:14:31 +00:00
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00
pci_ids.h Header rearrangement. 2006-04-24 15:42:49 +00:00
pci.h Strip down i386 PCI configuration space I/O to the bare minimum. A 2006-05-17 01:12:11 +00:00
pkbuff.h Add pkb_available() 2006-07-19 18:16:48 +00:00
process.h Added basic code for implementing co-operative multitasking. 2006-04-29 16:42:09 +00:00
retry.h Towards an RFC2988-compliant timer. 2006-08-09 15:54:17 +00:00
scsi.h Added missing @file block 2006-05-20 13:25:07 +00:00
settings.h Added basic infrastructure for manipulating settings. 2006-08-11 18:00:22 +00:00
socket.h Moved the basic struct sockaddr out of in.h. 2006-08-02 00:06:30 +00:00
spi.h Generalise three-wire interface to generic SPI interface. 2006-06-14 00:22:50 +00:00
tables.h Remove unused attribute from __table macros; the tables are no longer 2006-08-07 17:06:31 +00:00
tcp.h Removed some bugs in TCP 2006-08-08 03:42:30 +00:00
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00
tftp.h Added TFTP test code (currently just dumps file to console). 2006-08-09 00:09:29 +00:00
threewire.h Generalise three-wire interface to generic SPI interface. 2006-06-14 00:22:50 +00:00
uaccess.h Add the concept of a "user pointer" (similar to the void __user * in 2006-05-19 15:06:51 +00:00
udp.h Convert some trivial functions to static inlines. 2006-08-03 23:42:03 +00:00