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
Michael Brown d041d74054 Tied NVO commands into the human-interactable settings code that I
completely forgot I'd written ages ago.
2006-12-05 02:40:03 +00:00
..
acpi.h Added generic function for calculating ACPI table checksum 2006-08-27 22:02:08 +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 Generalised the SPI abstraction layer to also be able to handle interfaces 2006-12-04 15:36:51 +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
chap.h Added generic CHAP layer, independent of iSCSI 2006-11-21 13:26:59 +00:00
crypto.h Added "name" field to digest algorithms 2006-11-21 16:14:50 +00:00
device.h Added generic device model. 2006-05-16 14:10:21 +00:00
dhcp.h Create "username" and "password" DHCP options, ready for placing this 2006-11-28 02:14:20 +00:00
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. 2006-09-15 12:34:34 +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
icmp6.h IP6 support 2006-08-19 15:58:22 +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 IP6 support 2006-08-19 15:58:22 +00:00
init.h Removed some obsolete INIT_XXX constants. 2006-05-25 01:09:06 +00:00
ip6.h IP6 support 2006-08-19 15:58:22 +00:00
ip.h Added features that will be required for PXE UDP support. 2006-08-02 00:02:21 +00:00
iscsi.h Handle TargetAddress 2006-12-05 01:41:32 +00:00
list.h Add list_for_each_entry_safe. 2006-05-16 14:14:31 +00:00
md5.h Added generic CHAP layer, independent of iSCSI 2006-11-21 13:26:59 +00:00
ndp.h IP6 support 2006-08-19 15:58:22 +00:00
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00
nvo.h Added nvo_save() 2006-12-04 22:04:10 +00:00
nvs.h Added the generic block-splitting code to nvs.c 2006-12-04 19:06:07 +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
profile.h Added basic profiling support 2006-08-24 16:22:56 +00:00
retry.h Towards an RFC2988-compliant timer. 2006-08-09 15:54:17 +00:00
scsi.h Added debug strings. 2006-08-16 00:05:24 +00:00
settings.h Tied NVO commands into the human-interactable settings code that I 2006-12-05 02:40:03 +00:00
socket.h Moved the basic struct sockaddr out of in.h. 2006-08-02 00:06:30 +00:00
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS 2006-12-04 18:23:06 +00:00
spi.h Migrated etherfabric driver to using generic SPI layer. 2006-12-04 20:47:51 +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 Added the generic block-splitting code to nvs.c 2006-12-04 19:06:07 +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