You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown 946967f09c Abstracted out part of the concept of an SPI device to a generalised NVS 18 yıl önce
..
acpi.h Added generic function for calculating ACPI table checksum 19 yıl önce
aoe.h Improve tcpdump legibility. 19 yıl önce
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). 19 yıl önce
async.h Added generic asynchronous operations code. 19 yıl önce
ata.h Backing out last change; no immediate plans to make the whole block-device layer asynchronous, so keeping the sync/async boundary within aoedev.c seems cleanest for now. 19 yıl önce
bitbash.h Generalised the SPI abstraction layer to also be able to handle interfaces that don't provide the full flexibility of a bit-bashing interface. 18 yıl önce
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in the kernel), which encapsulates the information needed to refer to an external buffer. Under normal operation, this can just be a void * equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent. 19 yıl önce
chap.h Added generic CHAP layer, independent of iSCSI 18 yıl önce
crypto.h Added "name" field to digest algorithms 18 yıl önce
device.h Added generic device model. 19 yıl önce
dhcp.h Create "username" and "password" DHCP options, ready for placing this information in NVS. 18 yıl önce
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. 19 yıl önce
ftp.h Update ftp.c and hello.c to use the generic async_operations API. 19 yıl önce
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). 19 yıl önce
hello.h Update ftp.c and hello.c to use the generic async_operations API. 19 yıl önce
http.h New HTTP protocol and test code 19 yıl önce
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. 19 yıl önce
icmp6.h IP6 support 19 yıl önce
if_arp.h Header rearrangement. 19 yıl önce
if_ether.h Add ETH_P_AOE 19 yıl önce
in.h IP6 support 19 yıl önce
init.h Removed some obsolete INIT_XXX constants. 19 yıl önce
ip.h Added features that will be required for PXE UDP support. 19 yıl önce
ip6.h IP6 support 19 yıl önce
iscsi.h Updated to use asynchronous operation model for iSCSI requests 18 yıl önce
list.h Add list_for_each_entry_safe. 19 yıl önce
md5.h Added generic CHAP layer, independent of iSCSI 18 yıl önce
ndp.h IP6 support 19 yıl önce
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility 19 yıl önce
nvo.h Abstracted out part of the concept of an SPI device to a generalised NVS device. 18 yıl önce
nvs.h Abstracted out part of the concept of an SPI device to a generalised NVS device. 18 yıl önce
pci.h Strip down i386 PCI configuration space I/O to the bare minimum. A typical build will now include 880 bytes of PCI support code, compared to 2327 bytes in Etherboot 5.4. 19 yıl önce
pci_ids.h Header rearrangement. 19 yıl önce
pkbuff.h Add pkb_available() 19 yıl önce
process.h Added basic code for implementing co-operative multitasking. 19 yıl önce
profile.h Added basic profiling support 19 yıl önce
retry.h Towards an RFC2988-compliant timer. 19 yıl önce
scsi.h Added debug strings. 19 yıl önce
settings.h Add string configuration type 19 yıl önce
socket.h Moved the basic struct sockaddr out of in.h. 19 yıl önce
spi.h Abstracted out part of the concept of an SPI device to a generalised NVS device. 18 yıl önce
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS device. 18 yıl önce
tables.h Remove unused attribute from __table macros; the tables are no longer static since otherwise gcc4 optimises them away completely. Also, it really *is* an error if the table start and end are unused, so they certainly shouldn't be marked with attribute unused. 19 yıl önce
tcp.h Removed some bugs in TCP 19 yıl önce
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility 19 yıl önce
tftp.h Added TFTP test code (currently just dumps file to console). 19 yıl önce
threewire.h Abstracted out part of the concept of an SPI device to a generalised NVS device. 18 yıl önce
uaccess.h Add the concept of a "user pointer" (similar to the void __user * in the kernel), which encapsulates the information needed to refer to an external buffer. Under normal operation, this can just be a void * equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent. 19 yıl önce
udp.h Convert some trivial functions to static inlines. 19 yıl önce